Skip to content

Commit a4413ef

Browse files
committed
fix(deps): Update dependency com.fasterxml.jackson.core:jackson-annotations to v2.18.1
1 parent a9f909f commit a4413ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation 'commons-io:commons-io:2.17.0'
4444

4545
implementation "com.fasterxml.jackson.core:jackson-core:2.18.0"
46-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.0"
46+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.18.1"
4747

4848
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
4949
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'

0 commit comments

Comments
 (0)