Skip to content

Commit df639a8

Browse files
Bump org.junit:junit-bom from 5.11.4 to 5.13.3
--- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5373d6e commit df639a8

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
@@ -107,7 +107,7 @@ dependencies {
107107
implementation 'com.rover12421.opensource:JFontChooser:1.0.5-3'
108108

109109
// JUnit Jupiter using Gradle's native JUnit Platform
110-
testImplementation platform('org.junit:junit-bom:5.11.4')
110+
testImplementation platform('org.junit:junit-bom:5.13.3')
111111
testImplementation 'org.junit.jupiter:junit-jupiter'
112112
testImplementation 'org.junit.jupiter:junit-jupiter-params'
113113
testRuntimeOnly 'org.junit.platform:junit-platform-reporting'

0 commit comments

Comments
 (0)