Skip to content

Commit de3af49

Browse files
Bump com.fasterxml.jackson.jr:jackson-jr-all in /code-recipes/java
Bumps [com.fasterxml.jackson.jr:jackson-jr-all](https://github.com/FasterXML/jackson-jr) from 2.20.0 to 2.20.1. - [Commits](FasterXML/jackson-jr@jackson-jr-parent-2.20.0...jackson-jr-parent-2.20.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.jr:jackson-jr-all dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 507404f commit de3af49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-recipes/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ npmInstall.dependsOn("processTestResources")
4242
dependencies {
4343
implementation 'software.amazon.spapi:spapi-sdk:1.6.0'
4444
implementation 'org.threeten:threetenbp:1.6.5'
45-
testImplementation 'com.fasterxml.jackson.jr:jackson-jr-all:2.20.0'
45+
testImplementation 'com.fasterxml.jackson.jr:jackson-jr-all:2.20.1'
4646
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
4747
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4848

0 commit comments

Comments
 (0)