We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee8122 commit 31d3197Copy full SHA for 31d3197
build.gradle.kts
@@ -76,6 +76,9 @@ dependencies {
76
// Spring Security OAuth2
77
implementation ("org.springframework.security:spring-security-oauth2-client:6.4.2") // Or the version you're using
78
implementation ("org.springframework.security:spring-security-oauth2-core:6.4.2") // Or the version you're using
79
+
80
+ implementation("org.springframework.boot:spring-boot-starter-actuator")
81
82
}
83
84
tasks.withType<Test> {
0 commit comments