Skip to content

Commit 3ecb4e9

Browse files
Bump org.springframework.boot (#111)
Bumps the spring-deps group in /projects/langchain4j/langchain4j-spring-boot with 1 update: [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.springframework.boot` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spring-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8d6abb commit 3ecb4e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/langchain4j/langchain4j-spring-boot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
kotlin("jvm") version "2.3.0"
33
kotlin("plugin.spring") version "2.3.0"
4-
id("org.springframework.boot") version "4.0.0"
4+
id("org.springframework.boot") version "4.1.0"
55
id("io.spring.dependency-management") version "1.1.7"
66
}
77

0 commit comments

Comments
 (0)