Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions bdd/java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies {
testImplementation("org.apache.iggy:iggy")
testImplementation("io.cucumber:cucumber-java:7.34.6")
testImplementation("io.cucumber:cucumber-junit-platform-engine:7.34.6")
testImplementation("org.junit.jupiter:junit-jupiter:6.1.2")
testImplementation("org.junit.platform:junit-platform-suite:6.1.2")
testImplementation("org.junit.jupiter:junit-jupiter:6.1.3")
testImplementation("org.junit.platform:junit-platform-suite:6.1.3")
}

spotless {
Expand Down
2 changes: 1 addition & 1 deletion bdd/java/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
49 changes: 0 additions & 49 deletions bdd/java/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/java/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
49 changes: 0 additions & 49 deletions examples/java/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions foreign/java/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ jackson2 = "2.22.1"
commons-lang3 = "3.20.0"

# Hashing
hash4j = "0.22.0"
hash4j = "0.30.0"

# HTTP Client
httpclient5 = "5.6.3"
httpclient5 = "5.6.4"

# Logging
slf4j = "2.0.18"
logback = "1.6.1"
logback = "1.6.2"

# Testing
junit = "6.1.2"
junit = "6.1.3"
assertj = "3.27.7"
testcontainers = "2.0.5"

# Netty
netty = "4.2.16.Final"
netty = "4.2.17.Final"

# Spotbugs
spotbugs = "4.10.3"
Expand Down
2 changes: 1 addition & 1 deletion foreign/java/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
Expand Down
49 changes: 0 additions & 49 deletions foreign/java/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading