From 81352f75be9ae8b1a5adbf0a33258cb5ab69722a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 04:02:00 +0000 Subject: [PATCH] build(deps): bump spring-boot-actuator-autoconfigure from 2.6.2 to 3.0.1 Bumps [spring-boot-actuator-autoconfigure](https://github.com/spring-projects/spring-boot) from 2.6.2 to 3.0.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v3.0.1) --- 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..7191fb6 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.1") 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")