Update to Spring Boot 3.4.0-M1 (#764)
NOTE: Also had to update to SCSt 4.2.0-SNAPSHOT to workaround https://github.com/spring-cloud/spring-cloud-function/issues/1149 Resolves #758
This commit is contained in:
@@ -22,9 +22,9 @@ junit = "5.10.3"
|
||||
hamcrest = "2.2"
|
||||
mockito = "5.12.0"
|
||||
spring-dep-mgmt = "1.1.6"
|
||||
spring-boot = "3.3.3-SNAPSHOT"
|
||||
spring-boot-for-docs = "3.3.3-SNAPSHOT"
|
||||
spring-cloud-stream = "4.1.1"
|
||||
spring-boot = "3.4.0-M1"
|
||||
spring-boot-for-docs = "3.4.0-M1"
|
||||
spring-cloud-stream = "4.2.0-SNAPSHOT"
|
||||
spring-retry = "2.0.7"
|
||||
system-lambda = "1.2.1"
|
||||
testcontainers = "1.19.8"
|
||||
|
||||
@@ -3,6 +3,7 @@ pluginManagement {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url "https://repo.spring.io/release" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,12 @@ The following is the compatibility matrix:
|
||||
|===
|
||||
| Spring for Apache Pulsar | Pulsar Client | Pulsar Reactive Client | Spring Boot | Java
|
||||
|
||||
| 1.2.x
|
||||
| 3.3.x
|
||||
| 0.6.x
|
||||
| 3.4.x
|
||||
| 17+
|
||||
|
||||
| 1.1.x
|
||||
| 3.2.x
|
||||
| 0.5.x
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
settingsEvaluated { settings ->
|
||||
|
||||
settings.pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/snapshot" }
|
||||
}
|
||||
resolutionStrategy {
|
||||
eachPlugin {
|
||||
if (requested.id.id == "org.springframework.boot") {
|
||||
|
||||
Reference in New Issue
Block a user