Skip to content

Commit 0d6d1e0

Browse files
committed
gradle update.
1 parent 28c6a5c commit 0d6d1e0

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
@@ -103,5 +103,5 @@ release {
103103
}
104104

105105
wrapper {
106-
gradleVersion = '8.14.2'
106+
gradleVersion = '8.14.3'
107107
}

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.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-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.19.1=compileClasspath,runtimeClasspath
5-
com.fasterxml.jackson.core:jackson-core:2.19.1=compileClasspath,runtimeClasspath
6-
com.fasterxml.jackson.core:jackson-databind:2.19.1=compileClasspath,runtimeClasspath
7-
com.fasterxml.jackson:jackson-bom:2.19.1=compileClasspath,runtimeClasspath
4+
com.fasterxml.jackson.core:jackson-annotations:2.19.2=compileClasspath,runtimeClasspath
5+
com.fasterxml.jackson.core:jackson-core:2.19.2=compileClasspath,runtimeClasspath
6+
com.fasterxml.jackson.core:jackson-databind:2.19.2=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson:jackson-bom:2.19.2=compileClasspath,runtimeClasspath
88
empty=

0 commit comments

Comments
 (0)