Skip to content

Commit 41ffba1

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 41ffba1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
dependencies {
99
implementation (
1010
'com.amazonaws.serverless:aws-serverless-java-container-jersey:[2.0-SNAPSHOT,)',
11-
'com.fasterxml.jackson.core:jackson-databind:2.17.2',
11+
'com.fasterxml.jackson.core:jackson-databind:2.18.0',
1212
)
1313

1414
implementation("org.glassfish.jersey.media:jersey-media-json-jackson:3.1.8") {

0 commit comments

Comments
 (0)