Skip to content

Commit 1bc1083

Browse files
committed
Gradle update.
1 parent ce5ef0d commit 1bc1083

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ release {
9393
}
9494

9595
wrapper {
96-
gradleVersion = '8.10.2'
96+
gradleVersion = '8.11'
9797
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
com.fasterxml.jackson.core:jackson-annotations:2.18.0=compileClasspath,runtimeClasspath
5-
com.fasterxml.jackson.core:jackson-core:2.18.0=compileClasspath,runtimeClasspath
6-
com.fasterxml.jackson.core:jackson-databind:2.18.0=compileClasspath,runtimeClasspath
7-
com.fasterxml.jackson:jackson-bom:2.18.0=compileClasspath,runtimeClasspath
4+
com.fasterxml.jackson.core:jackson-annotations:2.18.1=compileClasspath,runtimeClasspath
5+
com.fasterxml.jackson.core:jackson-core:2.18.1=compileClasspath,runtimeClasspath
6+
com.fasterxml.jackson.core:jackson-databind:2.18.1=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson:jackson-bom:2.18.1=compileClasspath,runtimeClasspath
88
empty=

0 commit comments

Comments
 (0)