We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f344014 commit 4cb7418Copy full SHA for 4cb7418
build.gradle
@@ -10,7 +10,7 @@ version = '2.1.0-SNAPSHOT'
10
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
11
12
dependencies {
13
- implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
+ implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
14
// For UFC DTOs
15
implementation 'commons-codec:commons-codec:1.17.0'
16
implementation 'org.slf4j:slf4j-api:2.0.13'
0 commit comments