Skip to content

Commit ec56c5a

Browse files
Bump org.junit.jupiter:junit-jupiter in /code-recipes/java
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.14.3 to 5.14.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.3...r5.14.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0f9549 commit ec56c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code-recipes/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation 'software.amazon.spapi:spapi-sdk:1.8.0'
5050
implementation 'org.threeten:threetenbp:1.7.2'
5151
testImplementation 'com.fasterxml.jackson.jr:jackson-jr-all:2.21.1'
52-
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.3'
52+
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.4'
5353
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5454

5555
}

0 commit comments

Comments
 (0)