Skip to content

Commit 2624244

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ dependencies {
7272
compileOnly('com.google.code.findbugs:jsr305:3.0.2')
7373
implementation('org.javassist:javassist:3.30.2-GA')
7474
implementation('com.squareup.okhttp3:logging-interceptor:4.12.0')
75-
testImplementation(platform('org.junit:junit-bom:5.13.1'))
75+
testImplementation(platform('org.junit:junit-bom:5.13.3'))
7676
testImplementation('org.junit.jupiter:junit-jupiter')
7777
}
7878

0 commit comments

Comments
 (0)