From e1ae0b6caa61c39c087aa4c5a942349cafbe083e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:27:38 +0000 Subject: [PATCH] build(deps): bump the all-dependencies group across 1 directory with 4 updates Bumps the all-dependencies group with 4 updates in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit5), [org.assertj:assertj-core](https://github.com/assertj/assertj), [org.mockito:mockito-core](https://github.com/mockito/mockito) and org.jetbrains.gradle.plugin.idea-ext. Updates `org.junit:junit-bom` from 5.11.4 to 5.12.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.4...r5.12.0) Updates `org.assertj:assertj-core` from 3.27.0 to 3.27.3 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.0...assertj-build-3.27.3) Updates `org.mockito:mockito-core` from 5.14.2 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) Updates `org.jetbrains.gradle.plugin.idea-ext` from 1.1.9 to 1.1.10 --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.jetbrains.gradle.plugin.idea-ext dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 1dbdff7..c56fcd0 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'signing' id 'idea' id "org.sonarqube" version "6.0.1.5171" - id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.9" + id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.10" id 'io.codearte.nexus-staging' version '0.30.0' } @@ -27,7 +27,7 @@ repositories { } dependencies { - api platform('org.junit:junit-bom:5.11.4') + api platform('org.junit:junit-bom:5.12.0') api 'org.junit.jupiter:junit-jupiter-api' api 'org.junit.jupiter:junit-jupiter-params' @@ -39,8 +39,8 @@ dependencies { // library needs to bring their own version (probably this) testImplementation 'org.eclipse.parsson:parsson:1.1.7' testImplementation 'org.junit.jupiter:junit-jupiter-engine' - testImplementation 'org.assertj:assertj-core:3.27.0' - testImplementation 'org.mockito:mockito-core:5.14.2' + testImplementation 'org.assertj:assertj-core:3.27.3' + testImplementation 'org.mockito:mockito-core:5.15.2' } test {