Skip to content

Commit e1ae0b6

Browse files
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](junit-team/junit5@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](assertj/assertj@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](mockito/mockito@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] <[email protected]>
1 parent 9884624 commit e1ae0b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'signing'
66
id 'idea'
77
id "org.sonarqube" version "6.0.1.5171"
8-
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.9"
8+
id "org.jetbrains.gradle.plugin.idea-ext" version "1.1.10"
99
id 'io.codearte.nexus-staging' version '0.30.0'
1010
}
1111

@@ -27,7 +27,7 @@ repositories {
2727
}
2828

2929
dependencies {
30-
api platform('org.junit:junit-bom:5.11.4')
30+
api platform('org.junit:junit-bom:5.12.0')
3131
api 'org.junit.jupiter:junit-jupiter-api'
3232
api 'org.junit.jupiter:junit-jupiter-params'
3333

@@ -39,8 +39,8 @@ dependencies {
3939
// library needs to bring their own version (probably this)
4040
testImplementation 'org.eclipse.parsson:parsson:1.1.7'
4141
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
42-
testImplementation 'org.assertj:assertj-core:3.27.0'
43-
testImplementation 'org.mockito:mockito-core:5.14.2'
42+
testImplementation 'org.assertj:assertj-core:3.27.3'
43+
testImplementation 'org.mockito:mockito-core:5.15.2'
4444
}
4545

4646
test {

0 commit comments

Comments
 (0)