diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index ee8bf679..7da729c6 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -39,7 +39,7 @@ jobs: needs: [prerequisites] strategy: matrix: - springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}", '3.3.0-SNAPSHOT' ] + springBootVersion: [ "${{ needs.prerequisites.outputs.boot_version }}" ] runs-on: ubuntu-latest if: needs.prerequisites.outputs.runjobs steps: diff --git a/gradle.properties b/gradle.properties index c3e331d8..5bd06899 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -version=1.0.3-SNAPSHOT -version.samples=1.0.2-SNAPSHOT +version=1.1.0-SNAPSHOT +version.samples=1.0.3-SNAPSHOT org.gradle.caching=true org.gradle.parallel=true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2b3dc261..4443d358 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,8 +24,8 @@ junit = "5.10.1" hamcrest = "2.2" mockito = "5.9.0" spring-dep-mgmt = "1.1.4" -spring-boot = "3.2.2-SNAPSHOT" -spring-boot-for-docs = "3.2.3-SNAPSHOT" +spring-boot = "3.3.0-SNAPSHOT" +spring-boot-for-docs = "3.3.0-SNAPSHOT" spring-cloud-stream = "4.1.0" spring-retry = "2.0.5" system-lambda = "1.2.1" diff --git a/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix/version-compatibility.adoc b/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix/version-compatibility.adoc index d9ef45b5..6d3bfad8 100644 --- a/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix/version-compatibility.adoc +++ b/spring-pulsar-docs/src/main/antora/modules/ROOT/pages/appendix/version-compatibility.adoc @@ -7,9 +7,15 @@ The following is the compatibility matrix: |=== | Spring for Apache Pulsar | Pulsar Client | Pulsar Reactive Client | Spring Boot | Java +| 1.1.x +| 3.2.x +| 0.5.x +| 3.3.x +| 17+ + | 1.0.x -| 3.0.x -| 0.3.x +| 3.0.x / 3.1.x +| 0.3.x - 0.5.x | 3.2.x | 17+