Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-manes committed Aug 19, 2024
1 parent 72ec19e commit 2e04537
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
caffeine = "3.1.8"
junit = "5.11.0-RC1"
reactor = "3.6.8"
junit = "5.11.0"
reactor = "3.6.9"
truth = "1.4.4"
versions = "0.51.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion examples/graal-native/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
caffeine = "3.1.8"
graal = "0.10.2"
junit = "5.11.0-RC1"
junit = "5.11.0"
truth = "1.4.4"
versions = "0.51.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions examples/hibernate/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
caffeine = "3.1.8"
h2 = "2.3.230"
h2 = "2.3.232"
hibernate = "7.0.0.Beta1"
junit = "5.11.0-RC1"
junit = "5.11.0"
log4j2 = "3.0.0-beta2"
truth = "1.4.4"
versions = "0.51.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions examples/indexable/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
caffeine = "3.1.8"
guava = "33.2.1-jre"
junit-jupiter = "5.11.0-RC1"
guava = "33.3.0-jre"
junit-jupiter = "5.11.0"
truth = "1.4.4"
versions = "0.51.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion examples/resilience-failsafe/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
caffeine = "3.1.8"
failsafe = "3.3.2"
junit = "5.11.0-RC1"
junit = "5.11.0"
truth = "1.4.4"
versions = "0.51.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions examples/write-behind-rxjava/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
awaitility = "4.2.2"
caffeine = "3.1.8"
junit = "5.11.0-RC1"
rxjava = "3.1.8"
junit = "5.11.0"
rxjava = "3.1.9"
versions = "0.51.0"

[libraries]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ findsecbugs = "1.13.0"
flip-tables = "1.1.1"
forbidden-apis = "3.7"
google-java-format = "1.23.0"
guava = "33.2.1-jre"
guava = "33.3.0-jre"
guice = "6.0.0"
h2 = "2.3.230"
h2 = "2.3.232"
hamcrest = "3.0"
hazelcast = "5.3.7"
httpclient = "4.5.14"
Expand All @@ -62,7 +62,7 @@ json-bind = "1.0"
jsoup = "1.18.1"
junit-testng = "1.0.5"
junit4 = "4.13.2"
junit5 = "5.11.0-RC1"
junit5 = "5.11.0"
jvm-dependency-conflict-resolution = "2.1.2"
kotlin = "2.0.10"
lincheck = "2.33"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-rc-1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2e04537

Please sign in to comment.