Skip to content

Commit 28f9f1c

Browse files
Bump the dependencies group with 2 updates (#55)
* Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [org.assertj:assertj-core](https://github.com/assertj/assertj) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.assertj:assertj-core` from 3.25.3 to 3.26.0 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.25.3...assertj-build-3.26.0) Updates `org.springframework.boot` from 3.2.5 to 3.3.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.5...v3.3.0) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update README.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roger Viñas Alcon <roger.vinas@fastzink.com>
1 parent 07d5656 commit 28f9f1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![CI](https://github.com/rogervinas/spring-immutable-configuration-properties/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/rogervinas/spring-immutable-configuration-properties/actions/workflows/gradle.yml)
22
![Java](https://img.shields.io/badge/Java-21-blue?labelColor=black)
33
![Kotlin](https://img.shields.io/badge/Kotlin-2.0.0-blue?labelColor=black)
4-
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.2.5-blue?labelColor=black)
4+
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.3.0-blue?labelColor=black)
55

66
# Spring Immutable @ConfigurationProperties
77

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*
33
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44

55
plugins {
6-
id("org.springframework.boot") version "3.2.5"
6+
id("org.springframework.boot") version "3.3.0"
77
id("io.spring.dependency-management") version "1.1.5"
88
kotlin("jvm") version "2.0.0"
99
kotlin("plugin.spring") version "2.0.0"
@@ -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.25.3")
24+
testImplementation("org.assertj:assertj-core:3.26.0")
2525
}
2626

2727
tasks.withType<KotlinCompile> {

0 commit comments

Comments
 (0)