Skip to content

Commit b5ce5b6

Browse files
dependabot[bot]spring-builds
authored andcommitted
Bump org.junit:junit-bom from 5.10.3 to 5.10.4
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.10.4. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.3...r5.10.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e6bbf7e commit b5ce5b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ dependencies {
7676
implementation libs.com.squareup.okhttp3.okhttp
7777
implementation libs.io.spring.security.release.plugin
7878

79-
testImplementation platform('org.junit:junit-bom:5.10.3')
79+
testImplementation platform('org.junit:junit-bom:5.10.4')
8080
testImplementation "org.junit.jupiter:junit-jupiter-api"
8181
testImplementation "org.junit.jupiter:junit-jupiter-params"
8282
testImplementation "org.junit.jupiter:junit-jupiter-engine"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ org-aspectj-aspectjweaver = "org.aspectj:aspectjweaver:1.9.22.1"
4444
org-assertj-assertj-core = "org.assertj:assertj-core:3.25.3"
4545
org-hamcrest = "org.hamcrest:hamcrest:2.2"
4646
org-hsqldb = "org.hsqldb:hsqldb:2.7.3"
47-
org-junit-junit-bom = "org.junit:junit-bom:5.10.3"
47+
org-junit-junit-bom = "org.junit:junit-bom:5.10.4"
4848
org-mariadb-jdbc-mariadb-java-client = "org.mariadb.jdbc:mariadb-java-client:3.3.3"
4949
org-mockito-mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "org-mockito" }
5050
org-mongodb-mongodb-driver-core = { module = "org.mongodb:mongodb-driver-core", version.ref = "org-mongodb" }

0 commit comments

Comments
 (0)