Skip to content

Commit 796d7cd

Browse files
Bump org.junit:junit-bom from 5.10.2 to 5.10.3
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.2 to 5.10.3. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb92fe6 commit 796d7cd

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
@@ -77,7 +77,7 @@ dependencies {
7777
implementation libs.com.squareup.okhttp3.okhttp
7878
implementation libs.io.spring.security.release.plugin
7979

80-
testImplementation platform('org.junit:junit-bom:5.10.2')
80+
testImplementation platform('org.junit:junit-bom:5.10.3')
8181
testImplementation "org.junit.jupiter:junit-jupiter-api"
8282
testImplementation "org.junit.jupiter:junit-jupiter-params"
8383
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.2"
47+
org-junit-junit-bom = "org.junit:junit-bom:5.10.3"
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)