Skip to content

Commit 427751f

Browse files
chore(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.4 (#125)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.3 to 3.27.4. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.4) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fe823b commit 427751f

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
@@ -49,7 +49,7 @@ dependencies {
4949

5050
testImplementation "org.wiremock:wiremock-jetty12:${wiremockVersion}"
5151
testImplementation "org.springframework.boot:spring-boot-starter-test:3.4.1"
52-
testImplementation 'org.assertj:assertj-core:3.26.3'
52+
testImplementation 'org.assertj:assertj-core:3.27.4'
5353
testImplementation platform('org.junit:junit-bom:5.11.2')
5454
testImplementation 'org.junit.jupiter:junit-jupiter'
5555
testImplementation 'org.junit.platform:junit-platform-launcher'
@@ -60,7 +60,7 @@ dependencies {
6060
testImplementation 'io.cucumber:cucumber-spring:7.20.1'
6161
testImplementation 'io.cucumber:cucumber-junit-platform-engine:7.20.1'
6262
testImplementation 'org.junit.platform:junit-platform-suite:1.11.4'
63-
testImplementation 'org.assertj:assertj-core:3.26.3'
63+
testImplementation 'org.assertj:assertj-core:3.27.4'
6464

6565
constraints {
6666
implementation('org.apache.commons:commons-compress:1.26.0') {

0 commit comments

Comments
 (0)