Skip to content

Commit 9884624

Browse files
build(deps): bump the all-dependencies group with 2 updates (#186)
Bumps the all-dependencies group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit5) and [org.assertj:assertj-core](https://github.com/assertj/assertj). Updates `org.junit:junit-bom` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.11.4) Updates `org.assertj:assertj-core` from 3.26.3 to 3.27.0 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7985b53 commit 9884624

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repositories {
2727
}
2828

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

@@ -39,7 +39,7 @@ 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.26.3'
42+
testImplementation 'org.assertj:assertj-core:3.27.0'
4343
testImplementation 'org.mockito:mockito-core:5.14.2'
4444
}
4545

0 commit comments

Comments
 (0)