Skip to content

Commit 02bec0c

Browse files
Bump org.junit:junit-bom from 5.13.1 to 5.13.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee2998a commit 02bec0c

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
@@ -34,7 +34,7 @@ dependencies {
3434
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.5'
3535

3636
// JUnit Jupiter using Gradle's native JUnit Platform
37-
testImplementation platform('org.junit:junit-bom:5.13.1')
37+
testImplementation platform('org.junit:junit-bom:5.13.2')
3838
testImplementation 'org.junit.jupiter:junit-jupiter'
3939
testImplementation 'org.junit.jupiter:junit-jupiter-params'
4040
testRuntimeOnly 'org.junit.platform:junit-platform-reporting'

0 commit comments

Comments
 (0)