Bump org.junit:junit-bom from 5.8.2 to 5.10.2
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.8.2 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.8.2...r5.10.2) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Spring Builds
parent
ce12512723
commit
67648b52b2
@@ -77,7 +77,7 @@ dependencies {
|
||||
implementation libs.com.squareup.okhttp3.okhttp
|
||||
implementation libs.io.spring.security.release.plugin
|
||||
|
||||
testImplementation platform('org.junit:junit-bom:5.8.2')
|
||||
testImplementation platform('org.junit:junit-bom:5.10.2')
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-params"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-engine"
|
||||
|
||||
@@ -44,7 +44,7 @@ org-aspectj-aspectjweaver = "org.aspectj:aspectjweaver:1.9.21.2"
|
||||
org-assertj-assertj-core = "org.assertj:assertj-core:3.25.3"
|
||||
org-hamcrest = "org.hamcrest:hamcrest:2.2"
|
||||
org-hsqldb = "org.hsqldb:hsqldb:2.7.2"
|
||||
org-junit-junit-bom = "org.junit:junit-bom:5.8.2"
|
||||
org-junit-junit-bom = "org.junit:junit-bom:5.10.2"
|
||||
org-mariadb-jdbc-mariadb-java-client = "org.mariadb.jdbc:mariadb-java-client:3.3.3"
|
||||
org-mockito-mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "org-mockito" }
|
||||
org-mongodb-mongodb-driver-core = { module = "org.mongodb:mongodb-driver-core", version.ref = "org-mongodb" }
|
||||
|
||||
Reference in New Issue
Block a user