mirror of
https://github.com/tonikelope/megabasterd.git
synced 2025-04-29 22:24:32 +02:00
7.23
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:
parent
c4d8cc41d5
commit
db51cf8dbb
4
pom.xml
4
pom.xml
@ -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>
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user