From 06d575e5bb24fca884da24bce495ed7fb57e4ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:00:01 +0000 Subject: [PATCH] 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](https://github.com/junit-team/junit5/compare/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] --- buildSrc/build.gradle | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index c4105ca10..5820c0c98 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation libs.com.squareup.okhttp3.okhttp implementation libs.io.spring.security.release.plugin - testImplementation platform('org.junit:junit-bom:5.10.3') + testImplementation platform('org.junit:junit-bom:5.10.4') testImplementation "org.junit.jupiter:junit-jupiter-api" testImplementation "org.junit.jupiter:junit-jupiter-params" testImplementation "org.junit.jupiter:junit-jupiter-engine" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f17574098..4a1d39bd1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,7 +44,7 @@ org-aspectj-aspectjweaver = "org.aspectj:aspectjweaver:1.9.22.1" 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.3" -org-junit-junit-bom = "org.junit:junit-bom:5.10.3" +org-junit-junit-bom = "org.junit:junit-bom:5.10.4" 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" }