Skip to content

Commit 964fbeb

Browse files
chore(deps): bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0754f3 commit 964fbeb

File tree

1 file changed

+1
-1
lines changed
  • aws-serverless-struts-archetype/src/main/resources/archetype-resources

1 file changed

+1
-1
lines changed

aws-serverless-struts-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
exclude group: 'org.apache.logging.log4j', module: 'log4j-api'
3535
}
3636
implementation ('org.hibernate.validator:hibernate-validator:6.1.7.Final')
37-
implementation ('com.fasterxml.jackson.core:jackson-databind:2.17.2')
37+
implementation ('com.fasterxml.jackson.core:jackson-databind:2.18.0')
3838
implementation ('com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2')
3939
implementation ('org.apache.logging.log4j:log4j-core:2.24.0')
4040
implementation ('org.apache.logging.log4j:log4j-api:2.24.0')

0 commit comments

Comments
 (0)