Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#109)
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 9, 2024
1 parent 85946f5 commit ff9aa1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
testImplementation("ch.qos.logback:logback-core:1.5.7")
testImplementation("ch.qos.logback:logback-classic:1.5.7")
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")
}
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-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ff9aa1a

Please sign in to comment.