Skip to content

Commit 23ad4a6

Browse files
Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 in /service (#1058)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.2 to 3.27.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-core 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 13c886c commit 23ad4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565

6666
// Test
6767
testImplementation 'org.springframework.boot:spring-boot-starter-test'
68-
testImplementation "org.assertj:assertj-core:3.27.2"
68+
testImplementation "org.assertj:assertj-core:3.27.3"
6969
testImplementation 'org.testcontainers:testcontainers:1.20.4'
7070
testImplementation 'org.awaitility:awaitility:4.2.2'
7171
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.3'

0 commit comments

Comments
 (0)