@@ -16,7 +16,7 @@ plugins {
1616 id ' java-library'
1717 id " jacoco"
1818 id " checkstyle"
19- id " org.sonarqube" version " 5.1.0.4882 "
19+ id " org.sonarqube" version " 6.0.1.5171 "
2020 id ' fabric-loom' version ' 1.6-SNAPSHOT' apply false
2121}
2222
@@ -69,7 +69,7 @@ subprojects {
6969 }
7070
7171 ext {
72- daggerVersion = " 2.51.1 "
72+ daggerVersion = " 2.52 "
7373
7474 palVersion = " 5.2.0"
7575
@@ -84,32 +84,32 @@ subprojects {
8484 redisBungeeProxioDevVersion = " 0.7.3"
8585
8686 commonsTextVersion = " 1.12.0"
87- commonsCompressVersion = " 1.26.2 "
87+ commonsCompressVersion = " 1.27.1 "
8888 commonsCodecVersion = " 1.17.1"
8989 caffeineVersion = " 3.1.8"
90- jettyVersion = " 11.0.22 "
90+ jettyVersion = " 11.0.24 "
9191 caffeineVersion = " 2.9.2"
9292 mysqlVersion = " 8.4.0"
93- mariadbVersion = " 3.4 .1"
94- sqliteVersion = " 3.42.0.1 "
93+ mariadbVersion = " 3.5 .1"
94+ sqliteVersion = " 3.47.1.0 "
9595 adventureVersion = " 4.17.0"
96- hikariVersion = " 5.1.0 "
97- slf4jVersion = " 2.0.13 "
98- geoIpVersion = " 4.2.0 "
96+ hikariVersion = " 6.2.1 "
97+ slf4jVersion = " 2.0.16 "
98+ geoIpVersion = " 4.2.1 "
9999 gsonVersion = " 2.11.0"
100100 dependencyDownloadVersion = " 1.3.1"
101- ipAddressMatcherVersion = " 5.5.0 "
101+ ipAddressMatcherVersion = " 5.5.1 "
102102 jasyptVersion = " 1.9.3"
103103
104- bstatsVersion = " 3.0.2 "
104+ bstatsVersion = " 3.1.0 "
105105 placeholderapiVersion = " 2.11.5"
106106 nkPlaceholderapiVersion = " 1.4-SNAPSHOT"
107107
108- junitVersion = " 5.10 .3"
109- mockitoVersion = " 5.12.0 "
110- seleniumVersion = " 4.23 .0"
111- testContainersVersion = " 1.20.1 "
112- swaggerVersion = " 2.2.22 "
108+ junitVersion = " 5.11 .3"
109+ mockitoVersion = " 5.14.2 "
110+ seleniumVersion = " 4.27 .0"
111+ testContainersVersion = " 1.20.4 "
112+ swaggerVersion = " 2.2.26 "
113113 }
114114
115115 repositories {
0 commit comments