diff --git a/cache-client/pom.xml b/cache-client/pom.xml
index 3073c9f439..5dd6604884 100644
--- a/cache-client/pom.xml
+++ b/cache-client/pom.xml
@@ -50,13 +50,13 @@
junit
junit
- 4.12
+ ${junit.version}
test
org.slf4j
slf4j-simple
- 1.7.12
+ ${slf4j.version}
test
diff --git a/cache-updater/pom.xml b/cache-updater/pom.xml
index b57857a714..7f74376da5 100644
--- a/cache-updater/pom.xml
+++ b/cache-updater/pom.xml
@@ -58,7 +58,7 @@
mysql
mysql-connector-java
- 5.1.45
+ 8.0.16
net.runelite
@@ -68,12 +68,12 @@
org.sql2o
sql2o
- 1.5.4
+ ${sql2o.version}
io.minio
minio
- 3.0.6
+ ${minio.version}
org.projectlombok
diff --git a/cache/pom.xml b/cache/pom.xml
index 169f016084..04892a4f3a 100644
--- a/cache/pom.xml
+++ b/cache/pom.xml
@@ -59,7 +59,7 @@
org.apache.commons
commons-compress
- 1.10
+ 1.18
com.google.code.gson
@@ -68,7 +68,7 @@
io.netty
netty-buffer
- 4.1.0.Final
+ ${netty.version}
org.antlr
@@ -78,7 +78,7 @@
commons-cli
commons-cli
- 1.3.1
+ 1.4
org.projectlombok
@@ -89,13 +89,13 @@
junit
junit
- 4.12
+ ${junit.version}
test
org.slf4j
slf4j-simple
- 1.7.12
+ ${slf4j.version}
test
diff --git a/deobfuscator/pom.xml b/deobfuscator/pom.xml
index 32ffa4c8c8..389472cdb1 100644
--- a/deobfuscator/pom.xml
+++ b/deobfuscator/pom.xml
@@ -55,7 +55,7 @@
com.google.guava
guava
- 27.1-jre
+ ${guava.version}
org.slf4j
@@ -64,13 +64,13 @@
org.slf4j
slf4j-simple
- 1.7.12
+ ${slf4j.version}
runtime
com.google.code.gson
gson
- 2.8.5
+ ${gson.version}
org.ow2.asm
@@ -93,13 +93,13 @@
junit
junit
- 4.12
+ ${junit.version}
test
org.mockito
mockito-all
- 1.10.19
+ ${mockito.version}
test
diff --git a/http-service/pom.xml b/http-service/pom.xml
index 7435193988..64b43aa8c8 100644
--- a/http-service/pom.xml
+++ b/http-service/pom.xml
@@ -85,13 +85,13 @@
org.mariadb.jdbc
mariadb-java-client
- 2.2.3
+ 2.4.2
provided
org.sql2o
sql2o
- 1.5.4
+ ${sql2o.version}
com.google.guava
@@ -104,17 +104,17 @@
com.github.scribejava
scribejava-apis
- 4.1.0
+ 6.6.3
io.minio
minio
- 3.0.6
+ ${minio.version}
redis.clients
jedis
- 2.10.0
+ 3.0.1
org.apache.commons
@@ -131,7 +131,7 @@
com.squareup.okhttp3
mockwebserver
- 3.7.0
+ ${okhttp3.version}
test
diff --git a/injector-plugin/pom.xml b/injector-plugin/pom.xml
index 46c1477263..7609116638 100644
--- a/injector-plugin/pom.xml
+++ b/injector-plugin/pom.xml
@@ -63,12 +63,12 @@
org.apache.maven
maven-plugin-api
- 3.0.5
+ 3.6.1
org.apache.maven.plugin-tools
maven-plugin-annotations
- 3.4
+ 3.6.0
@@ -81,13 +81,13 @@
junit
junit
- 4.12
+ ${junit.version}
test
org.mockito
mockito-all
- 1.10.19
+ ${mockito.version}
test
@@ -97,7 +97,7 @@
org.apache.maven.plugins
maven-plugin-plugin
- 3.4
+ 3.6.0
default-descriptor
diff --git a/pom.xml b/pom.xml
index b947feb476..56b90d8a1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,26 +39,26 @@
UTF-8
false
1.8
- 1.18.4
- 8.3
+ 1.18.8
+ 8.22
1.2.3
2.8.5
- 23.2-jre
+ 28.0-jre
4.12
- 1.7.12
- 4.1.0.Final
+ 1.7.26
+ 4.1.37.Final
1.10.19
- 1.5.4
+ 1.6.0
3.0.6
4.0.0
0.7
- 3.0.2
+ 3.1.2
3.8.1
- 2.17
- 3.1.0
+ 3.1.0
+ 3.1.1
2.5.3
- 2.18
+ 2.22.2
true
true
@@ -228,7 +228,7 @@
org.apache.maven.archetype
archetype-packaging
- 3.0.1
+ 3.1.1
pom
import
@@ -303,7 +303,7 @@
checkstyle.xml
- ${project.build.sourceDirectory}
+ ${project.build.sourceDirectory}
true
diff --git a/protocol/pom.xml b/protocol/pom.xml
index 8e504698b7..9099a76c3f 100644
--- a/protocol/pom.xml
+++ b/protocol/pom.xml
@@ -54,7 +54,7 @@
io.netty
netty-all
- 4.1.0.Final
+ ${netty.version}
org.projectlombok
@@ -65,7 +65,7 @@
junit
junit
- 4.12
+ ${junit.version}
test
diff --git a/runelite-api/pom.xml b/runelite-api/pom.xml
index 36f337646e..bf4f654bb7 100644
--- a/runelite-api/pom.xml
+++ b/runelite-api/pom.xml
@@ -48,7 +48,7 @@
com.google.code.findbugs
jsr305
- 1.3.9
+ 3.0.2
diff --git a/runelite-client/pom.xml b/runelite-client/pom.xml
index bf9d9ef83d..b0e0506ab5 100644
--- a/runelite-client/pom.xml
+++ b/runelite-client/pom.xml
@@ -262,7 +262,7 @@
org.javassist
javassist
- 3.24.1-GA
+ 3.25.0-GA
org.xeustechnologies
@@ -287,7 +287,7 @@
org.codehaus.plexus
plexus-utils
- 3.0.21
+ 3.2.0
compile
diff --git a/runelite-plugin-archetype/pom.xml b/runelite-plugin-archetype/pom.xml
index 15ff5ed7f8..bf278915ec 100644
--- a/runelite-plugin-archetype/pom.xml
+++ b/runelite-plugin-archetype/pom.xml
@@ -59,7 +59,7 @@
org.apache.maven.archetype
archetype-packaging
- 3.0.1
+ 3.1.1
@@ -67,12 +67,12 @@
maven-archetype-plugin
- 3.0.1
+ 3.1.1
org.apache.maven.plugins
maven-resources-plugin
- 3.0.2
+ 3.1.0
diff --git a/runelite-script-assembler-plugin/pom.xml b/runelite-script-assembler-plugin/pom.xml
index 9639613c77..03dc1fbb50 100644
--- a/runelite-script-assembler-plugin/pom.xml
+++ b/runelite-script-assembler-plugin/pom.xml
@@ -51,12 +51,12 @@
org.apache.maven
maven-plugin-api
- 3.0.5
+ 3.6.1
org.apache.maven.plugin-tools
maven-plugin-annotations
- 3.4
+ 3.6.0
diff --git a/runescape-client/pom.xml b/runescape-client/pom.xml
index 611fd54161..aec7c07302 100644
--- a/runescape-client/pom.xml
+++ b/runescape-client/pom.xml
@@ -28,13 +28,13 @@
org.slf4j
slf4j-api
- 1.7.12
+ ${slf4j.version}
test
org.slf4j
slf4j-simple
- 1.7.12
+ ${slf4j.version}
test