فهرست منبع

Use Micrometer SNAPSHOT in MFA sample

Marcus Da Coregio 2 سال پیش
والد
کامیت
b8330fe102
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      servlet/spring-boot/java/authentication/username-password/mfa/build.gradle

+ 2 - 0
servlet/spring-boot/java/authentication/username-password/mfa/build.gradle

@@ -11,6 +11,8 @@ repositories {
 	maven { url "https://repo.spring.io/snapshot" }
 }
 
+ext["micrometer.version"] = "1.10.0-SNAPSHOT"
+
 dependencies {
 	implementation 'org.springframework.boot:spring-boot-starter-security'
 	implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'