Skip to content

Commit 72c487f

Browse files
chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.14.1 (#5559) (generated)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 685594d commit 72c487f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/output/java/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ java {
1515

1616
dependencies {
1717
testImplementation 'com.algolia:algoliasearch:4.30.0'
18-
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'
18+
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.1'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
2020
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
21-
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.20.0'
21+
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.20.1'
2222
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2' // use an old version to support java 8
2323
}
2424

0 commit comments

Comments
 (0)