Use Micrometer SNAPSHOTs

This commit is contained in:
Josh Cummings
2022-10-06 22:53:45 -06:00
parent 11be60357e
commit 4d4d58d8f4
32 changed files with 62 additions and 3 deletions

View File

@@ -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'

View File

@@ -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'

View File

@@ -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-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'

View File

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

View File

@@ -10,6 +10,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-web'

View File

@@ -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-web'
implementation 'org.springframework.security:spring-security-oauth2-authorization-server:1.0.0-M1'

View File

@@ -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-oauth2-client'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'

View File

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

View File

@@ -27,6 +27,8 @@ repositories {
maven { url "https://repo.spring.io/snapshot" }
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
implementation 'com.squareup.okhttp3:mockwebserver'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'

View File

@@ -27,6 +27,8 @@ repositories {
maven { url "https://repo.spring.io/snapshot" }
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
implementation 'com.squareup.okhttp3:mockwebserver'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'

View File

@@ -27,6 +27,8 @@ repositories {
maven { url "https://repo.spring.io/snapshot" }
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
implementation 'com.squareup.okhttp3:mockwebserver'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'

View File

@@ -27,6 +27,8 @@ repositories {
maven { url "https://repo.spring.io/snapshot" }
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
implementation 'com.squareup.okhttp3:mockwebserver'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-resource-server'

View File

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

View File

@@ -12,6 +12,8 @@ repositories {
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
constraints {
implementation "org.opensaml:opensaml-core:4.1.1"

View File

@@ -12,6 +12,8 @@ repositories {
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
constraints {
implementation "org.opensaml:opensaml-core:4.2.0"

View File

@@ -12,6 +12,8 @@ repositories {
maven { url "https://build.shibboleth.net/nexus/content/repositories/releases/" }
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
constraints {
implementation "org.opensaml:opensaml-core:4.1.1"