Skip to content

Commit 0bc1dc0

Browse files
Bump the dependencies group with 2 updates (#61)
Bumps the dependencies group with 2 updates: [org.assertj:assertj-core](https://github.com/assertj/assertj) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin). Updates `org.assertj:assertj-core` from 3.26.0 to 3.26.3 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.26.0...assertj-build-3.26.3) Updates `io.spring.dependency-management` from 1.1.5 to 1.1.6 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: io.spring.dependency-management 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 e92b291 commit 0bc1dc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.SKIPPED
55

66
plugins {
77
id("org.springframework.boot") version "3.3.1"
8-
id("io.spring.dependency-management") version "1.1.5"
8+
id("io.spring.dependency-management") version "1.1.6"
99
kotlin("jvm") version "2.0.0"
1010
kotlin("plugin.spring") version "2.0.0"
1111
id("org.jlleitschuh.gradle.ktlint") version "12.1.1"
@@ -22,7 +22,7 @@ dependencies {
2222
implementation("org.springframework.boot:spring-boot-starter")
2323
implementation("org.jetbrains.kotlin:kotlin-reflect")
2424
testImplementation("org.springframework.boot:spring-boot-starter-test")
25-
testImplementation("org.assertj:assertj-core:3.26.0")
25+
testImplementation("org.assertj:assertj-core:3.26.3")
2626
}
2727

2828
java {

0 commit comments

Comments
 (0)