Skip to content

Commit 1a9b06e

Browse files
build(deps): bump org.springframework.boot:spring-boot-devtools
Bumps [org.springframework.boot:spring-boot-devtools](https://github.com/spring-projects/spring-boot) from 3.4.4 to 3.4.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.4...v3.4.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-devtools dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5be193 commit 1a9b06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverpackcreator-app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies {
6565
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
6666
testRuntimeOnly("com.h2database:h2:2.3.232")
6767
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.1")
68-
developmentOnly("org.springframework.boot:spring-boot-devtools:3.4.4")
68+
developmentOnly("org.springframework.boot:spring-boot-devtools:3.4.5")
6969
//developmentOnly("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
7070
}
7171

0 commit comments

Comments
 (0)