Skip to content

Commit 16b87d9

Browse files
committed
Dep updates
1 parent e3494a8 commit 16b87d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ plugins {
33
}
44

55
dependencies {
6-
api "com.fasterxml.jackson.core:jackson-core:2.19.0"
7-
api "com.fasterxml.jackson.core:jackson-annotations:2.19.0"
8-
api "com.fasterxml.jackson.core:jackson-databind:2.19.0"
6+
api "com.fasterxml.jackson.core:jackson-core:2.19.1"
7+
api "com.fasterxml.jackson.core:jackson-annotations:2.19.1"
8+
api "com.fasterxml.jackson.core:jackson-databind:2.19.1"
99

1010
implementation "org.cache2k:cache2k-api:2.6.1.Final"
1111
runtimeOnly "org.cache2k:cache2k-core:2.6.1.Final"
1212

13-
implementation 'org.apache.commons:commons-lang3:3.17.0'
13+
implementation 'org.apache.commons:commons-lang3:3.18.0'
1414
implementation 'org.ahocorasick:ahocorasick:0.6.3'
1515

1616
implementation 'org.slf4j:slf4j-api:2.0.17'
1717

18-
testFixturesImplementation 'com.imsweb:seerapi-client-java:5.8'
18+
testFixturesImplementation 'com.imsweb:seerapi-client-java:5.9'
1919
testFixturesImplementation 'org.slf4j:slf4j-simple:2.0.17'
2020
testFixturesImplementation 'org.zeroturnaround:zt-zip:1.17'
2121
testFixturesImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2'

0 commit comments

Comments
 (0)