Use Micrometer SNAPSHOTs

This commit is contained in:
Josh Cummings
2022-10-06 22:53:45 -06:00
committed by Marcus Da Coregio
parent b25a32d42a
commit 79b80c7e8d
32 changed files with 62 additions and 3 deletions

View File

@@ -11,9 +11,6 @@ repositories {
maven { url "https://repo.spring.io/snapshot" }
}
ext["reactor.version"] = "3.5.0-SNAPSHOT"
ext["reactor-netty.version"] = "1.1.0-SNAPSHOT"
ext["spring.version"] = "6.0.0-SNAPSHOT"
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {

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

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

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

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

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

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

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

@@ -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:spring-webflux'

View File

@@ -17,6 +17,8 @@ repositories {
}
}
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

@@ -13,6 +13,8 @@ repositories {
maven { url "https://repo.spring.io/snapshot" }
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
implementation platform("org.springframework:spring-framework-bom:5.3.0")
implementation platform("org.springframework.security:spring-security-bom:5.5.0-SNAPSHOT")

View File

@@ -13,6 +13,8 @@ repositories {
maven { url "https://repo.spring.io/snapshot" }
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
implementation platform("org.springframework:spring-framework-bom:5.3.0")
implementation platform("org.springframework.security:spring-security-bom:5.5.0-SNAPSHOT")

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"

View File

@@ -17,6 +17,8 @@ repositories {
}
}
ext["micrometer.version"] = "1.10.0-SNAPSHOT"
dependencies {
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")