Skip to content

Commit 73ad76d

Browse files
Bump jackson from 2.17.2 to 2.18.0 (#264)
1 parent 3ec556a commit 73ad76d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
errorprone = '2.31.0'
3-
jackson = '2.17.2'
3+
jackson = '2.18.0'
44
scala212 = '2.12.20'
55
scala213 = '2.13.15'
66
scala3 = '3.3.3'
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.17.2=compileClasspath,runtimeClasspath
5-
com.fasterxml.jackson.core:jackson-core:2.17.2=compileClasspath,runtimeClasspath
6-
com.fasterxml.jackson.core:jackson-databind:2.17.2=compileClasspath,runtimeClasspath
7-
com.fasterxml.jackson:jackson-bom:2.17.2=compileClasspath,runtimeClasspath
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
88
empty=

xpath-to-xml-scala/build-2.12.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ tasks.withType(ScalaCompile).configureEach {
6767
'-release:8',
6868
'-opt:l:method',
6969
'-opt:l:inline',
70-
'-opt-inline-from:com.github.simy4.xpath.scala.navigator.**,com.github.simy4.xpath.scala.syntax.**',
70+
'-opt-inline-from:scala.**,com.github.simy4.xpath.scala.navigator.**,com.github.simy4.xpath.scala.syntax.**',
71+
'-Xelide-below', '2001',
7172
'-P:wartremover:only-warn-traverser:org.wartremover.warts.Unsafe',
7273
]
7374
}

0 commit comments

Comments
 (0)