Skip to content

Commit

Permalink
Gradle 8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
SimY4 committed Dec 25, 2024
1 parent 7898f96 commit 884f9e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ release {
}

wrapper {
gradleVersion = '8.11'
gradleVersion = '8.12'
}
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.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 4 additions & 4 deletions xpath-to-json-jackson/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.18.1=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-core:2.18.1=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.18.1=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.18.1=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.18.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-core:2.18.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-databind:2.18.2=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.18.2=compileClasspath,runtimeClasspath
empty=

0 comments on commit 884f9e1

Please sign in to comment.