From 13cd3d2ce03655ec974378abb9f6dcea30ea00d5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:35:22 +0200 Subject: [PATCH 1/9] Start building against Reactor 2020.0.18 snapshots See gh-30596 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e4754063d4a..968d708541a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1455,7 +1455,7 @@ bom { ] } } - library("Reactor Bom", "2020.0.17") { + library("Reactor Bom", "2020.0.18-SNAPSHOT") { group("io.projectreactor") { imports = [ "reactor-bom" From e735bb2fcdcb6fe8713fbbbcc4375b9a94005f4b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:35:48 +0200 Subject: [PATCH 2/9] Start building against Spring Framework 5.3.19 snapshots See gh-30517 --- .../boot/autoconfigure/flyway/FlywayPropertiesTests.java | 6 +++--- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java index 3290c1235a4..123b66f0279 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/flyway/FlywayPropertiesTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2022 the original author or authors. + * Copyright 2012-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -111,8 +111,8 @@ class FlywayPropertiesTests { ignoreProperties(properties, "url", "driverClassName", "user", "password", "enabled", "checkLocation", "createDataSource"); // High level object we can't set with properties - ignoreProperties(configuration, "callbacks", "dataSource", "javaMigrations", "javaMigrationClassProvider", - "resourceProvider", "resolvers"); + ignoreProperties(configuration, "callbacks", "classLoader", "dataSource", "javaMigrations", + "javaMigrationClassProvider", "resourceProvider", "resolvers"); // Properties we don't want to expose ignoreProperties(configuration, "resolversAsClassNames", "callbacksAsClassNames", "loggers", "driver"); // Handled by the conversion service diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 968d708541a..3e375777400 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1699,7 +1699,7 @@ bom { ] } } - library("Spring Framework", "5.3.18") { + library("Spring Framework", "5.3.19-SNAPSHOT") { group("org.springframework") { imports = [ "spring-framework-bom" From ccdd49040fa5dd594620b464cbaadcf1d5f07c06 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:36:36 +0200 Subject: [PATCH 3/9] Start building against Micrometer 1.8.5 snapshots See gh-30597 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3e375777400..e3fff7d10c8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1248,7 +1248,7 @@ bom { ] } } - library("Micrometer", "1.8.4") { + library("Micrometer", "1.8.5-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" { From 9eb6f714b525cc2326a31e965e1d5397bf834c06 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:37:09 +0200 Subject: [PATCH 4/9] Start building against Spring LDAP 2.3.7 snapshots See gh-30598 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e3fff7d10c8..356117ba5b6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1728,7 +1728,7 @@ bom { ] } } - library("Spring LDAP", "2.3.6.RELEASE") { + library("Spring LDAP", "2.3.7.BUILD-SNAPSHOT") { group("org.springframework.ldap") { modules = [ "spring-ldap-core", From 33994a9f54b175326a20385cf55b3e708999790d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:37:35 +0200 Subject: [PATCH 5/9] Start building against Spring Retry 1.3.3 snapshots See gh-30599 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 356117ba5b6..4ded8bf5ec4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1751,7 +1751,7 @@ bom { ] } } - library("Spring Retry", "1.3.2") { + library("Spring Retry", "1.3.3-SNAPSHOT") { group("org.springframework.retry") { modules = [ "spring-retry" From 65e2c20ca8ec41e0ab2dfc6d403cb9e5ee7f70be Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:38:00 +0200 Subject: [PATCH 6/9] Start building against Spring Data 2021.1.4 snapshots See gh-30602 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4ded8bf5ec4..a8968856754 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1692,7 +1692,7 @@ bom { ] } } - library("Spring Data Bom", "2021.1.3") { + library("Spring Data Bom", "2021.1.4-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-bom" From e42eeca54911559f948247aac4f9309729fc1922 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:38:26 +0200 Subject: [PATCH 7/9] Start building against Spring Kafka 2.8.5 snapshots See gh-30600 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index a8968856754..6efe19963e4 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1720,7 +1720,7 @@ bom { ] } } - library("Spring Kafka", "2.8.4") { + library("Spring Kafka", "2.8.5-SNAPSHOT") { group("org.springframework.kafka") { modules = [ "spring-kafka", From c080a29feb772bf5624f5ec151e7708b22e05a28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:38:50 +0200 Subject: [PATCH 8/9] Start building against Spring Security 5.6.3 snapshots See gh-30601 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6efe19963e4..e6281ea079c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1758,7 +1758,7 @@ bom { ] } } - library("Spring Security", "5.6.2") { + library("Spring Security", "5.6.3-SNAPSHOT") { group("org.springframework.security") { imports = [ "spring-security-bom" From 2a36d3dd1423b7a0ff275ecc39ddd0a76173cb1a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 09:39:21 +0200 Subject: [PATCH 9/9] Start building against Spring Session 2021.1.3 snapshots See gh-30603 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index e6281ea079c..1779deff7cd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1765,7 +1765,7 @@ bom { ] } } - library("Spring Session Bom", "2021.1.2") { + library("Spring Session Bom", "2021.1.3-SNAPSHOT") { group("org.springframework.session") { imports = [ "spring-session-bom"