File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix
spring-pulsar-sample-apps Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ junit = "5.10.3"
22
22
hamcrest = " 2.2"
23
23
mockito = " 5.12.0"
24
24
spring-dep-mgmt = " 1.1.6"
25
- spring-boot = " 3.3.3-SNAPSHOT "
26
- spring-boot-for-docs = " 3.3.3-SNAPSHOT "
25
+ spring-boot = " 3.4.0-M1 "
26
+ spring-boot-for-docs = " 3.4.0-M1 "
27
27
spring-cloud-stream = " 4.1.1"
28
28
spring-retry = " 2.0.7"
29
29
system-lambda = " 1.2.1"
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pluginManagement {
3
3
mavenCentral()
4
4
gradlePluginPortal()
5
5
maven { url " https://repo.spring.io/release" }
6
+ maven { url " https://repo.spring.io/milestone" }
6
7
maven { url " https://repo.spring.io/snapshot" }
7
8
}
8
9
}
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ The following is the compatibility matrix:
7
7
|===
8
8
| Spring for Apache Pulsar | Pulsar Client | Pulsar Reactive Client | Spring Boot | Java
9
9
10
+ | 1.2.x
11
+ | 3.3.x
12
+ | 0.6.x
13
+ | 3.4.x
14
+ | 17+
15
+
10
16
| 1.1.x
11
17
| 3.2.x
12
18
| 0.5.x
Original file line number Diff line number Diff line change 1
1
settingsEvaluated { settings ->
2
-
3
2
settings. pluginManagement {
3
+ repositories {
4
+ mavenCentral()
5
+ gradlePluginPortal()
6
+ maven { url " https://repo.spring.io/milestone" }
7
+ maven { url " https://repo.spring.io/snapshot" }
8
+ }
4
9
resolutionStrategy {
5
10
eachPlugin {
6
11
if (requested. id. id == " org.springframework.boot" ) {
You can’t perform that action at this time.
0 commit comments