Fix problem with jackson library

Fix https://github.com/tonikelope/megabasterd/issues/207

Fix https://github.com/tonikelope/megabasterd/issues/208
This commit is contained in:
tonikelope 2020-03-06 09:54:37 +01:00
parent c4d8cc41d5
commit db51cf8dbb
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tonikelope</groupId>
<artifactId>MegaBasterd</artifactId>
<version>7.22</version>
<version>7.23</version>
<packaging>jar</packaging>
<dependencies>
<dependency>
@ -37,7 +37,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>[2.9.10.3,)</version>
<version>2.9.10.3</version>
</dependency>
</dependencies>
<properties>

View File

@ -57,7 +57,7 @@ import javax.swing.UIManager;
*/
public final class MainPanel {
public static final String VERSION = "7.22";
public static final String VERSION = "7.23";
public static final boolean FORCE_SMART_PROXY = false; //TRUE FOR DEBUGING SMART PROXY
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 216 KiB