File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ plugins {
33}
44
55dependencies {
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'
You can’t perform that action at this time.
0 commit comments