Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#112)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 53cd2c0 commit 23439eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ dependencies {
implementation("build.buf.protoc-gen-validate:pgv-java-stub:1.1.0")
implementation("commons-io:commons-io:2.17.0")
compileOnly("javax.annotation:javax.annotation-api:1.3.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.1")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("ch.qos.logback:logback-core:1.5.8")
testImplementation("ch.qos.logback:logback-classic:1.5.8")
testImplementation("com.fasterxml.jackson.core:jackson-core:2.17.2")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2")
testImplementation("com.fasterxml.jackson.core:jackson-core:2.18.0")
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0")
}

tasks.getByName<Test>("test") {
Expand Down
2 changes: 1 addition & 1 deletion 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-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 23439eb

Please sign in to comment.