Skip to content

Commit 01ff54e

Browse files
chore(deps): bump org.junit:junit-bom in the all-dependencies group
Bumps the all-dependencies group with 1 update: [org.junit:junit-bom](https://github.com/junit-team/junit5). Updates `org.junit:junit-bom` from 5.13.0 to 5.13.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.13.0...r5.13.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa44fc2 commit 01ff54e

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
@@ -265,7 +265,7 @@ dependencies {
265265
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
266266
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
267267

268-
testImplementation(platform('org.junit:junit-bom:5.13.0'))
268+
testImplementation(platform('org.junit:junit-bom:5.13.1'))
269269
testImplementation 'org.mockito:mockito-core:5.18.0'
270270
testRuntimeOnly 'org.mockito:mockito-inline:5.2.0'
271271
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

0 commit comments

Comments
 (0)