Skip to content

Commit

Permalink
Update java dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraLS3 committed Nov 30, 2024
1 parent 3182943 commit 83485a4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions Plan/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id 'java-library'
id "jacoco"
id "checkstyle"
id "org.sonarqube" version "5.1.0.4882"
id "org.sonarqube" version "6.0.1.5171"
id 'fabric-loom' version '1.6-SNAPSHOT' apply false
}

Expand Down Expand Up @@ -69,7 +69,7 @@ subprojects {
}

ext {
daggerVersion = "2.51.1"
daggerVersion = "2.52"

palVersion = "5.2.0"

Expand All @@ -84,32 +84,32 @@ subprojects {
redisBungeeProxioDevVersion = "0.7.3"

commonsTextVersion = "1.12.0"
commonsCompressVersion = "1.26.2"
commonsCompressVersion = "1.27.1"
commonsCodecVersion = "1.17.1"
caffeineVersion = "3.1.8"
jettyVersion = "11.0.22"
jettyVersion = "11.0.24"
caffeineVersion = "2.9.2"
mysqlVersion = "8.4.0"
mariadbVersion = "3.4.1"
sqliteVersion = "3.42.0.1"
mariadbVersion = "3.5.1"
sqliteVersion = "3.47.1.0"
adventureVersion = "4.17.0"
hikariVersion = "5.1.0"
slf4jVersion = "2.0.13"
geoIpVersion = "4.2.0"
hikariVersion = "6.2.1"
slf4jVersion = "2.0.16"
geoIpVersion = "4.2.1"
gsonVersion = "2.11.0"
dependencyDownloadVersion = "1.3.1"
ipAddressMatcherVersion = "5.5.0"
ipAddressMatcherVersion = "5.5.1"
jasyptVersion = "1.9.3"

bstatsVersion = "3.0.2"
bstatsVersion = "3.1.0"
placeholderapiVersion = "2.11.5"
nkPlaceholderapiVersion = "1.4-SNAPSHOT"

junitVersion = "5.10.3"
mockitoVersion = "5.12.0"
seleniumVersion = "4.23.0"
testContainersVersion = "1.20.1"
swaggerVersion = "2.2.22"
junitVersion = "5.11.3"
mockitoVersion = "5.14.2"
seleniumVersion = "4.27.0"
testContainersVersion = "1.20.4"
swaggerVersion = "2.2.26"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion Plan/common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
plugins {
id "dev.vankka.dependencydownload.plugin" version "$dependencyDownloadVersion"
id "com.github.node-gradle.node" version "7.1.0"
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.22"
id "io.swagger.core.v3.swagger-gradle-plugin" version "2.2.26"
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion Plan/react/dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2306,7 +2306,7 @@ react-debounce-input@=3.3.0:
loose-envify "^1.1.0"
scheduler "^0.23.2"

react-i18next@^15.1.12:
react-i18next@^15.1.3:
version "15.1.3"
resolved "https://registry.yarnpkg.com/react-i18next/-/react-i18next-15.1.3.tgz#172c3905038ea4f90699a19949a0084b5641c94f"
integrity sha512-J11oA30FbM3NZegUZjn8ySK903z6PLBz/ZuBYyT1JMR0QPrW6PFXvl1WoUhortdGi9dM0m48/zJQlPskVZXgVw==
Expand Down

0 comments on commit 83485a4

Please sign in to comment.