Skip to content

Commit 5560d36

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.11.4 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.4...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 07ea9d8 commit 5560d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313

1414
dependencies {
1515
implementation 'com.google.code.gson:gson:2.13.0'
16-
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
16+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.2'
1717
}
1818

1919
test {

0 commit comments

Comments
 (0)