Skip to content

Commit

Permalink
Downgrade jackson to 2.14.3 and redo 5.6.2 release
Browse files Browse the repository at this point in the history
jackson 2.15.x pulls in a dependency that is not compatible with Java 8, and this causes the shadowJar task to fail.
  • Loading branch information
lesserwhirls committed Sep 18, 2023
1 parent 88f2e32 commit 14c846f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# project version
#
ds3SdkVersion = "5.6.3-SNAPSHOT"
ds3SdkVersion = "5.6.2"
#
# dependency versions
#
Expand All @@ -27,7 +27,7 @@ findbugsVersion = "3.0.1"
guavaVersion = "32.1.2-jre"
hamcrestVersion = "2.2"
httpclientVersion = "4.5.13"
jacksonVersion = "2.15.2"
jacksonVersion = "2.14.3"
jnaVersion = "5.12.1"
junitJupiterVersion = "5.9.0"
junitVersion = "4.13.2"
Expand Down

0 comments on commit 14c846f

Please sign in to comment.