Skip to content

Commit d802798

Browse files
Bump org.assertj:assertj-core in the dependencies group (#76)
Bumps the dependencies group with 1 update: [org.assertj:assertj-core](https://github.com/assertj/assertj). Updates `org.assertj:assertj-core` from 3.27.0 to 3.27.2 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.0...assertj-build-3.27.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4a6a10 commit d802798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation("org.springframework.boot:spring-boot-starter")
2222
implementation("org.jetbrains.kotlin:kotlin-reflect")
2323
testImplementation("org.springframework.boot:spring-boot-starter-test")
24-
testImplementation("org.assertj:assertj-core:3.27.0")
24+
testImplementation("org.assertj:assertj-core:3.27.2")
2525
}
2626

2727
java {

0 commit comments

Comments
 (0)