Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mizosoft committed Jan 26, 2024
1 parent dfd6cef commit 7c2dbec
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,40 +4,39 @@ reactivestreams = "1.0.4"
checkerframework-core = "3.42.0"
gson = "2.10.1"
jackson = "2.16.1"
protobuf = "3.21.11"
errorprone-core = "2.24.0"
protobuf = "3.25.2"
errorprone-core = "2.24.1"
brotli-dec = "0.1.2"
okhttp = "5.0.0-alpha.7"
jmh = "1.37"
reactor = "3.6.1"
nullaway-core = "0.10.18"
reactor = "3.6.2"
nullaway-core = "0.10.21"
jaxb = "2.3.1"
moxy = "2.7.12"
jsoup = "1.17.1"
moxy = "2.7.14"
jsoup = "1.17.2"
testng = "7.9.0"
jimfs = "1.3.0"
assertj = "3.24.2"
assertj = "3.25.2"
awaitility = "4.2.0"
hamcrest = "2.2"
springboot = "3.2.1"
springboot = "3.2.2"
autoservice = "1.1.1"
bson4jackson = "2.15.0"
jacoco = "0.8.8"
lettuce = "6.3.0.RELEASE"
lettuce = "6.3.1.RELEASE"
checkerframework-plugin = "0.6.27"
errorprone-plugin = "3.1.0"
nullaway-plugin = "1.5.0"
javaparser = "3.25.3"
versions = "0.50.0"
versions = "0.51.0"
nexus-publish = "2.0.0-rc-1"
coveralls = "2.12.2"
protobuf-plugin = "0.9.4"
spring-boot-plugin = "3.2.1"
spring-dependency-management-plugin = "1.1.4"
shadow-plugin = "8.1.1"
extraJavaModuleInfo-plugin = "1.6.1"
extraJavaModuleInfo-plugin = "1.7"
javafx-plugin = "0.1.0"
mockito-version = "5.8.0"
mockito-version = "5.10.0"
javafx-platform = "21.0.1"

[libraries]
Expand Down Expand Up @@ -71,7 +70,7 @@ jimfs = { module = "com.google.jimfs:jimfs", version.ref = "jimfs" }
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
awaitility = { module = "org.awaitility:awaitility", version.ref = "awaitility" }
hamcrest = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest" }
springboot-starter-web = { module = "org.springframework.boot:spring-boot-starter-web", version.ref = "springboot" }
springboot-starter-web = { module = "org.springframework.boot:spring-boot-starter-web" }
autoservice-annotations = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoservice" }
autoservice-annprocess = { module = "com.google.auto.service:auto-service", version.ref = "autoservice" }
jackson-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }
Expand All @@ -89,7 +88,7 @@ mockito = { module = "org.mockito:mockito-core", version.ref = "mockito-version"
[plugins]
versions = { id = "com.github.ben-manes.versions", version.ref = "versions" }
protobuf = { id = "com.google.protobuf", version.ref = "protobuf-plugin" }
spring-boot = { id = "org.springframework.boot", version.ref = "spring-boot-plugin" }
spring-boot = { id = "org.springframework.boot", version.ref = "springboot" }
spring-dependency-management = { id = "io.spring.dependency-management", version.ref = "spring-dependency-management-plugin" }
shadow = { id = "com.github.johnrengelman.shadow", version.ref = "shadow-plugin" }
extraJavaModuleInfo = { id = "org.gradlex.extra-java-module-info", version.ref = "extraJavaModuleInfo-plugin" }
Expand Down

0 comments on commit 7c2dbec

Please sign in to comment.