Skip to content

Commit 137d07f

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

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
@@ -64,7 +64,7 @@ dependencies {
6464
compileOnly project.deps.gocdPluginApi
6565
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
6666

67-
testImplementation platform('org.junit:junit-bom:5.12.2')
67+
testImplementation platform('org.junit:junit-bom:5.13.0')
6868
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
6969
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
7070
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'

0 commit comments

Comments
 (0)