Skip to content

Commit

Permalink
2.3.1 Release (#136)
Browse files Browse the repository at this point in the history
* Bump spring.boot.version from 2.6.4 to 2.6.6 (#135)

Bumps `spring.boot.version` from 2.6.4 to 2.6.6.

Updates `spring-boot-maven-plugin` from 2.6.4 to 2.6.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.4...v2.6.6)

Updates `spring-boot-dependencies` from 2.6.4 to 2.6.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.6.4...v2.6.6)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* upgrade solace-spring-boot to 1.2.2

* prepare for 2.3.1 release

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Nephery and dependabot[bot] authored Apr 1, 2022
1 parent bfb8e46 commit bd2e57a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-spring-boot-bom</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</parent>

<groupId>com.solace.spring.cloud</groupId>
Expand All @@ -29,11 +29,11 @@
<!-- This is the version of Solace Spring Boot we have targeted for this build -->
<!-- This also dictates the expected version of Spring Boot -->
<!-- Must match ${project.parent.version} -->
<solace.spring.boot.bom.version>1.2.1</solace.spring.boot.bom.version>
<solace.spring.boot.bom.version>1.2.2</solace.spring.boot.bom.version>

<!-- Override spring-boot version from solace-spring-boot to latest patch version -->
<!-- Remove this if the next version of solace-spring-boot works fine -->
<spring.boot.version>2.6.4</spring.boot.version>
<spring.boot.version>2.6.6</spring.boot.version>

<solace.spring.cloud.connector.version>4.3.7-SNAPSHOT</solace.spring.cloud.connector.version>
<solace.spring.cloud.stream-starter.version>3.3.1-SNAPSHOT</solace.spring.cloud.stream-starter.version>
Expand Down
8 changes: 4 additions & 4 deletions solace-spring-cloud-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Consult the table below to determine which version of the BOM you need to use:
|Hoxton.SR1 |1.0.0 | 2.2.x |
|Hoxton.SR6 |1.1.0 | 2.3.x |
|2020.0.1 |2.0.0, 2.1.0, 2.2.0, 2.2.1 | 2.4.x |
|2021.0.1 |2.3.0 | 2.6.x |
|2021.0.1 |2.3.0, 2.3.1 | 2.6.x |

## Including the BOM

Expand All @@ -34,7 +34,7 @@ In addition to showing how to include the BOM, the following snippets also shows
<dependency>
<groupId>com.solace.spring.cloud</groupId>
<artifactId>solace-spring-cloud-bom</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -62,7 +62,7 @@ apply plugin: 'io.spring.dependency-management'
dependencyManagement {
imports {
mavenBom "com.solace.spring.cloud:solace-spring-cloud-bom:2.3.0"
mavenBom "com.solace.spring.cloud:solace-spring-cloud-bom:2.3.1"
}
}
Expand All @@ -74,7 +74,7 @@ dependencies {
### Using it with Gradle 5
```groovy
dependencies {
implementation(platform("com.solace.spring.cloud:solace-spring-cloud-bom:2.3.0"))
implementation(platform("com.solace.spring.cloud:solace-spring-cloud-bom:2.3.1"))
implementation("com.solace.spring.cloud:spring-cloud-starter-stream-solace")
}
```
4 changes: 2 additions & 2 deletions solace-spring-cloud-connector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Include version 4.0.0 or later to use Spring Boot release 2.x

```
// Solace Cloud
compile("com.solace.cloud.cloudfoundry:solace-spring-cloud-connector:4.3.6")
compile("com.solace.cloud.cloudfoundry:solace-spring-cloud-connector:4.3.7")
```

### Using it with Maven
Expand All @@ -86,7 +86,7 @@ compile("com.solace.cloud.cloudfoundry:solace-spring-cloud-connector:4.3.6")
<dependency>
<groupId>com.solace.cloud.cloudfoundry</groupId>
<artifactId>solace-spring-cloud-connector</artifactId>
<version>4.3.6</version>
<version>4.3.7</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Spring Cloud Stream Binder for Solace PubSub+
:revnumber: 3.3.0
:revnumber: 3.3.1
:toc: preamble
:toclevels: 3
:icons: font
Expand Down

0 comments on commit bd2e57a

Please sign in to comment.