From ce87dd5ffa5af5529da8633eea0ecee27b332c44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 04:58:31 +0000 Subject: [PATCH] build(deps): bump org.springframework.boot:spring-boot-actuator-autoconfigure Bumps [org.springframework.boot:spring-boot-actuator-autoconfigure](https://github.com/spring-projects/spring-boot) from 2.6.2 to 3.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v3.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-actuator-autoconfigure dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 947cdcf..7f13825 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -23,7 +23,7 @@ dependencies { api("io.jsonwebtoken:jjwt:0.9.1") implementation("org.springframework.boot:spring-boot-starter-security:2.6.2") - implementation("org.springframework.boot:spring-boot-actuator-autoconfigure:2.6.2") + implementation("org.springframework.boot:spring-boot-actuator-autoconfigure:3.0.4") implementation("ch.qos.logback:logback-classic:1.2.10") implementation("javax.servlet:javax.servlet-api:4.0.1") implementation("javax.xml.bind:jaxb-api:2.3.1")