Skip to content

Commit 535b10a

Browse files
committed
zinc update.
1 parent 2dd9bcd commit 535b10a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

xpath-to-json-gson/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.google.code.gson:gson:2.13.1=compileClasspath,runtimeClasspath
5-
com.google.errorprone:error_prone_annotations:2.38.0=compileClasspath,runtimeClasspath
4+
com.google.code.gson:gson:2.13.2=compileClasspath,runtimeClasspath
5+
com.google.errorprone:error_prone_annotations:2.41.0=compileClasspath,runtimeClasspath
66
empty=
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.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
4+
com.fasterxml.jackson.core:jackson-annotations:2.20=compileClasspath,runtimeClasspath
5+
com.fasterxml.jackson.core:jackson-core:2.20.0=compileClasspath,runtimeClasspath
6+
com.fasterxml.jackson.core:jackson-databind:2.20.0=compileClasspath,runtimeClasspath
7+
com.fasterxml.jackson:jackson-bom:2.20.0=compileClasspath,runtimeClasspath
88
empty=

xpath-to-xml-scala/shared.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ javadocJar {
4747

4848
scala {
4949
scalaVersion = project.ext.scalaVersion
50-
zincVersion = '1.10.8'
50+
zincVersion = '1.11.0'
5151
}
5252

5353
test {

0 commit comments

Comments
 (0)