Skip to content

Commit 83485a4

Browse files
committed
Update java dependencies
1 parent 3182943 commit 83485a4

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Plan/build.gradle

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -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 {

Plan/common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
44
plugins {
55
id "dev.vankka.dependencydownload.plugin" version "$dependencyDownloadVersion"
66
id "com.github.node-gradle.node" version "7.1.0"
7-
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.22"
7+
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.26"
88
}
99

1010
configurations {

Plan/react/dashboard/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2306,7 +2306,7 @@ react-debounce-input@=3.3.0:
23062306
loose-envify "^1.1.0"
23072307
scheduler "^0.23.2"
23082308

2309-
react-i18next@^15.1.12:
2309+
react-i18next@^15.1.3:
23102310
version "15.1.3"
23112311
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.1.3.tgz#172c3905038ea4f90699a19949a0084b5641c94f"
23122312
integrity sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw==

0 commit comments

Comments
 (0)