From 01968764d2d86f5ede537f60013e89d30f57edab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 04:06:54 +0000 Subject: [PATCH] build(deps): bump spring-boot-actuator-autoconfigure from 2.6.2 to 2.7.5 Bumps [spring-boot-actuator-autoconfigure](https://github.com/spring-projects/spring-boot) from 2.6.2 to 2.7.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v2.7.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-actuator-autoconfigure dependency-type: direct:production update-type: version-update:semver-minor ... 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..bebdbc8 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:2.7.5") 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")