Skip to content

Commit 14c846f

Browse files
committed
Downgrade jackson to 2.14.3 and redo 5.6.2 release
jackson 2.15.x pulls in a dependency that is not compatible with Java 8, and this causes the shadowJar task to fail.
1 parent 88f2e32 commit 14c846f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# project version
1818
#
19-
ds3SdkVersion = "5.6.3-SNAPSHOT"
19+
ds3SdkVersion = "5.6.2"
2020
#
2121
# dependency versions
2222
#
@@ -27,7 +27,7 @@ findbugsVersion = "3.0.1"
2727
guavaVersion = "32.1.2-jre"
2828
hamcrestVersion = "2.2"
2929
httpclientVersion = "4.5.13"
30-
jacksonVersion = "2.15.2"
30+
jacksonVersion = "2.14.3"
3131
jnaVersion = "5.12.1"
3232
junitJupiterVersion = "5.9.0"
3333
junitVersion = "4.13.2"

0 commit comments

Comments
 (0)