diff --git a/bootstrap.json b/bootstrap.json index 6c1ab35484..9032e655d3 100644 --- a/bootstrap.json +++ b/bootstrap.json @@ -20,10 +20,10 @@ "size": "3168921" }, { - "hash": "43ab86508a0d8f944470ad5fcae6b9997eb9c640f72371f587e721e29588fa24", - "name": "client-1.5.27-SNAPSHOT.jar", - "path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/client-1.5.27-SNAPSHOT.jar", - "size": "5841971" + "hash": "7d64dafaf007613fef59f47884ce62db5fdc21e148b351e52a3f6ce7cc28928e", + "name": "client-1.5.28-SNAPSHOT.jar", + "path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/client-1.5.28-SNAPSHOT.jar", + "size": "5845716" }, { "hash": "18c4a0095d5c1da6b817592e767bb23d29dd2f560ad74df75ff3961dbde25b79", @@ -212,21 +212,21 @@ "size": "2327547" }, { - "hash": "38d569278eb8cbd1ea875522d3df2befd14d90f395655f78e60f947050119303", - "name": "runelite-api-1.5.27-SNAPSHOT.jar", - "path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/runelite-api-1.5.27-SNAPSHOT.jar", - "size": "1019722" + "hash": "0858c0fa0e3efa454a2c06a60e0b9c003661cdccb52331b36f0d1dc4e90d381f", + "name": "runelite-api-1.5.28-SNAPSHOT.jar", + "path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/runelite-api-1.5.28-SNAPSHOT.jar", + "size": "1019717" }, { - "hash": "aa7cbacf941b1b12c0d083688c5da272db0a21ee2ef31e5a59ea659b323d139c", - "name": "runescape-api-1.5.27-SNAPSHOT.jar", - "path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/runescape-api-1.5.27-SNAPSHOT.jar", + "hash": "69eddc4155a66e07761c433dc83c0703afe7b1206063fc5e1ef77c787ce777ee", + "name": "runescape-api-1.5.28-SNAPSHOT.jar", + "path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/runescape-api-1.5.28-SNAPSHOT.jar", "size": "56056" }, { - "hash": "6a2a6b860c4ea1bbeb4cf483f9c0b97a065a2ea93327a3ed28dce8d3a3f5f305", - "name": "http-api-1.5.27-SNAPSHOT.jar", - "path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/http-api-1.5.27-SNAPSHOT.jar", + "hash": "55426093ae731f5c25fe6d5eb28bfb8f645ea7e41faad9e12f53d40f683101be", + "name": "http-api-1.5.28-SNAPSHOT.jar", + "path": "https://raw.githubusercontent.com/runelite-extended/maven-repo/master/live/http-api-1.5.28-SNAPSHOT.jar", "size": "101785" }, { @@ -260,7 +260,7 @@ "extension": "jar", "groupId": "net.runelite", "properties": "", - "version": "1.5.27" + "version": "1.5.28" }, "clientJvm9Arguments": [ "-XX:+DisableAttachMechanism", diff --git a/cache-client/pom.xml b/cache-client/pom.xml index ebe28ee8c8..59b213541f 100644 --- a/cache-client/pom.xml +++ b/cache-client/pom.xml @@ -29,7 +29,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT cache-client @@ -50,10 +50,14 @@ junit junit + 4.12 + test org.slf4j slf4j-simple + 1.7.12 + test net.runelite diff --git a/cache-updater/pom.xml b/cache-updater/pom.xml index eec033bd29..4eb3f28217 100644 --- a/cache-updater/pom.xml +++ b/cache-updater/pom.xml @@ -28,7 +28,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT Cache Updater @@ -36,7 +36,6 @@ 1.5.6.RELEASE - 5.1.45 @@ -59,7 +58,7 @@ mysql mysql-connector-java - ${mysql.connector.version} + 5.1.45 net.runelite @@ -69,10 +68,12 @@ org.sql2o sql2o + 1.5.4 io.minio minio + 3.0.6 org.projectlombok diff --git a/cache/pom.xml b/cache/pom.xml index 6fd5d36c0f..9fd6153b3b 100644 --- a/cache/pom.xml +++ b/cache/pom.xml @@ -29,18 +29,16 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT cache Cache - 1.3.1 - 1.10 - 4.6 - 165 + + 4.6 @@ -61,7 +59,7 @@ org.apache.commons commons-compress - ${commons.compress.version} + 1.10 com.google.code.gson @@ -70,6 +68,7 @@ io.netty netty-buffer + 4.1.0.Final org.antlr @@ -79,7 +78,7 @@ commons-cli commons-cli - ${commons.cli.version} + 1.3.1 org.projectlombok @@ -90,10 +89,14 @@ junit junit + 4.12 + test org.slf4j slf4j-simple + 1.7.12 + test net.runelite.rs diff --git a/deobfuscator/pom.xml b/deobfuscator/pom.xml index af5e2792b4..c711697622 100644 --- a/deobfuscator/pom.xml +++ b/deobfuscator/pom.xml @@ -29,7 +29,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT deobfuscator diff --git a/http-api/pom.xml b/http-api/pom.xml index 9727dc2642..ccd886a376 100644 --- a/http-api/pom.xml +++ b/http-api/pom.xml @@ -28,7 +28,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT Web API diff --git a/http-service/pom.xml b/http-service/pom.xml index 5f06963aa8..b47299f9b2 100644 --- a/http-service/pom.xml +++ b/http-service/pom.xml @@ -28,7 +28,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT Web Service @@ -38,12 +38,6 @@ 1.5.6.RELEASE 1.2.0.Final - 2.2.3 - 3.10.1 - 4.1.0 - 3.1.8 - 2.10.0 - 2.3.1 @@ -91,12 +85,13 @@ org.mariadb.jdbc mariadb-java-client - ${maria.java.client.version} + 2.2.3 provided org.sql2o sql2o + 1.5.4 com.google.guava @@ -109,16 +104,17 @@ com.github.scribejava scribejava-apis - ${scribejava.apis.version} + 4.1.0 io.minio minio + 3.0.6 redis.clients jedis - ${redis.clients.version} + 2.10.0 org.apache.commons @@ -129,7 +125,7 @@ org.mongodb mongodb-driver-sync - ${mongodb.driver.version} + 3.10.1 @@ -140,6 +136,8 @@ com.squareup.okhttp3 mockwebserver + 3.7.0 + test com.h2database @@ -190,13 +188,13 @@ com.github.kongchen swagger-maven-plugin - ${swagger.maven.plugin.version} + 3.1.8 javax.xml.bind jaxb-api - ${jaxb.api.version} + 2.3.1 diff --git a/injected-client/pom.xml b/injected-client/pom.xml index c8605a8c6d..77cc2e42e8 100644 --- a/injected-client/pom.xml +++ b/injected-client/pom.xml @@ -29,7 +29,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT injected-client diff --git a/injector-plugin/pom.xml b/injector-plugin/pom.xml index 38728b11e2..a80ce1afb3 100644 --- a/injector-plugin/pom.xml +++ b/injector-plugin/pom.xml @@ -30,7 +30,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT net.runelite.rs diff --git a/pom.xml b/pom.xml index b404ec6e40..6a41755b67 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT pom RuneLite @@ -302,9 +302,7 @@ checkstyle.xml - ${project.build.sourceDirectory} - true diff --git a/protocol-api/pom.xml b/protocol-api/pom.xml index 574921c269..cb85d612f9 100644 --- a/protocol-api/pom.xml +++ b/protocol-api/pom.xml @@ -29,7 +29,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT protocol-api @@ -58,6 +58,8 @@ junit junit + 4.12 + test diff --git a/protocol/pom.xml b/protocol/pom.xml index b02fe25c69..1e03da9e36 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -29,7 +29,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT protocol @@ -54,6 +54,7 @@ io.netty netty-all + 4.1.0.Final org.projectlombok @@ -64,6 +65,8 @@ junit junit + 4.12 + test diff --git a/runelite-api/pom.xml b/runelite-api/pom.xml index de7b43c940..bfcbf4c4a7 100644 --- a/runelite-api/pom.xml +++ b/runelite-api/pom.xml @@ -29,16 +29,12 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT runelite-api RuneLite API - - 1.3.9 - - org.slf4j @@ -52,7 +48,7 @@ com.google.code.findbugs jsr305 - ${jsr305.version} + 1.3.9 diff --git a/runelite-client/pom.xml b/runelite-client/pom.xml index 407a3b17f3..5e690979e2 100644 --- a/runelite-client/pom.xml +++ b/runelite-client/pom.xml @@ -29,7 +29,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT client @@ -232,11 +232,6 @@ ${runelite.orange.extensions.version} provided - - net.runelite.rs - runescape-api - ${project.version} - junit junit diff --git a/runelite-client/src/main/java/net/runelite/client/util/bootstrap/Client.java b/runelite-client/src/main/java/net/runelite/client/util/bootstrap/Client.java index 59b1c60ff9..c2ecf9da72 100644 --- a/runelite-client/src/main/java/net/runelite/client/util/bootstrap/Client.java +++ b/runelite-client/src/main/java/net/runelite/client/util/bootstrap/Client.java @@ -8,5 +8,5 @@ public class Client String extension = "jar"; String groupId = "net.runelite"; String properties = ""; - String version = "1.5.27"; + String version = "1.5.28"; } diff --git a/runelite-mixins/pom.xml b/runelite-mixins/pom.xml index 97ef913147..f299e82ec5 100644 --- a/runelite-mixins/pom.xml +++ b/runelite-mixins/pom.xml @@ -29,16 +29,12 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT mixins RuneLite Mixins - - 1 - - org.slf4j @@ -59,7 +55,7 @@ javax.inject javax.inject - ${javax.inject.version} + 1 provided @@ -82,8 +78,8 @@ - 1.7 - 1.7 + 1.6 + 1.6 diff --git a/runelite-plugin-archetype/pom.xml b/runelite-plugin-archetype/pom.xml index 710b157fde..1fd933b70e 100644 --- a/runelite-plugin-archetype/pom.xml +++ b/runelite-plugin-archetype/pom.xml @@ -29,7 +29,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT runelite-plugin-archetype diff --git a/runelite-script-assembler-plugin/pom.xml b/runelite-script-assembler-plugin/pom.xml index ee54dc85af..25f0b49f51 100644 --- a/runelite-script-assembler-plugin/pom.xml +++ b/runelite-script-assembler-plugin/pom.xml @@ -29,19 +29,13 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT script-assembler-plugin Script Assembler Plugin maven-plugin - - 3.0.5 - 3.4 - 3.4 - - net.runelite @@ -57,12 +51,12 @@ org.apache.maven maven-plugin-api - ${maven.plugin.api.version} + 3.0.5 org.apache.maven.plugin-tools maven-plugin-annotations - ${maven.plugin.annotations.version} + 3.4 @@ -71,7 +65,7 @@ org.apache.maven.plugins maven-plugin-plugin - ${maven.plugin.plugin.version} + 3.4 default-descriptor diff --git a/runescape-api/pom.xml b/runescape-api/pom.xml index bcbaaa1171..710b68be9f 100644 --- a/runescape-api/pom.xml +++ b/runescape-api/pom.xml @@ -29,7 +29,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT net.runelite.rs diff --git a/runescape-client/pom.xml b/runescape-client/pom.xml index b5dc6838ee..04e2850dde 100644 --- a/runescape-client/pom.xml +++ b/runescape-client/pom.xml @@ -5,7 +5,7 @@ net.runelite runelite-parent - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT net.runelite.rs @@ -16,7 +16,7 @@ net.runelite.rs runescape-api - 1.5.27-SNAPSHOT + 1.5.28-SNAPSHOT diff --git a/scripts/pom.xml b/scripts/pom.xml index e033f3d764..7898c2e8fb 100644 --- a/scripts/pom.xml +++ b/scripts/pom.xml @@ -31,16 +31,12 @@ 1.0.0 Scripts - - 2.12 - - org.apache.maven.wagon wagon-webdav-jackrabbit - ${webdav.version} + 2.12