From a4470e2f5689629e848f234f9d931cb653cec7c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 14:31:18 +0000 Subject: [PATCH] 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.3.4 to 3.4.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-devtools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- serverpackcreator-app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serverpackcreator-app/build.gradle.kts b/serverpackcreator-app/build.gradle.kts index 99f3ca47f..cf8ecb64f 100644 --- a/serverpackcreator-app/build.gradle.kts +++ b/serverpackcreator-app/build.gradle.kts @@ -65,7 +65,7 @@ dependencies { testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2") testRuntimeOnly("com.h2database:h2:2.3.232") testImplementation("org.springframework.boot:spring-boot-starter-test:3.3.4") - developmentOnly("org.springframework.boot:spring-boot-devtools:3.3.4") + developmentOnly("org.springframework.boot:spring-boot-devtools:3.4.0") //developmentOnly("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0") }