Skip to content

Commit 445a171

Browse files
Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 in /e2e-tests (#1344)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.5. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.5) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39eec5a commit 445a171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
2323
testImplementation 'commons-io:commons-io:2.20.0'
2424
testImplementation 'org.awaitility:awaitility:4.3.0'
25-
testImplementation "org.assertj:assertj-core:3.27.4"
25+
testImplementation "org.assertj:assertj-core:3.27.5"
2626
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
2727
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.4'
2828
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.5'

0 commit comments

Comments
 (0)