Skip to content

Commit 2fdeef6

Browse files
Bump org.junit:junit-bom from 5.10.5 to 5.14.4
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 5.10.5 to 5.14.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.10.5...r5.14.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be56306 commit 2fdeef6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/build.gradle

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

81-
testImplementation platform('org.junit:junit-bom:5.10.5')
81+
testImplementation platform('org.junit:junit-bom:5.14.4')
8282
testImplementation "org.junit.jupiter:junit-jupiter-api"
8383
testImplementation "org.junit.jupiter:junit-jupiter-params"
8484
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
@@ -30,7 +30,7 @@ org-assertj-assertj-core = "org.assertj:assertj-core:3.27.7"
3030
org-awaitility-awaitility = "org.awaitility:awaitility:4.3.0"
3131
org-hamcrest = "org.hamcrest:hamcrest:3.0"
3232
org-hsqldb = "org.hsqldb:hsqldb:2.7.4" # hsqldb 2.7.4 breaks Spring Data https://sourceforge.net/p/hsqldb/bugs/1725/
33-
org-junit-junit-bom = "org.junit:junit-bom:6.0.0"
33+
org-junit-junit-bom = "org.junit:junit-bom:5.14.4"
3434
org-mariadb-jdbc-mariadb-java-client = "org.mariadb.jdbc:mariadb-java-client:3.5.7"
3535
org-mockito-mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "org-mockito" }
3636
org-postgresql = "org.postgresql:postgresql:42.7.10"

0 commit comments

Comments
 (0)