Skip to content

Commit

Permalink
chore update jcsmp to 10.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helios57 committed Jul 4, 2024
1 parent 2c785f0 commit f9e4b59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [4.2.2] - 2024-07-04
### Changed
- Bump versions of solace jcsmp to 10.24.0
-
## [4.2.1] - 2024-06-24
### Changed
- Bump versions to spring boot 3.3.1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Consult the table below to determine which version of the BOM you need to use:

| Spring Cloud | Spring Cloud Stream Binder Solace | Spring Boot | sol-jcsmp |
|--------------|-----------------------------------|-------------|-----------|
| 2023.0.2 | 4.2.2 | 3.3.1 | 10.24.0 |
| 2023.0.2 | 4.2.1 | 3.3.1 | 10.23.0 |
| 2023.0.2 | 4.2.0 | 3.3.0 | 10.23.0 |
| 2023.0.1 | 4.0.1 | 3.2.5 | 10.23.0 |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>ch.sbb</groupId>
<artifactId>spring-cloud-stream-binder-solace</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>

<name>Spring Cloud Stream Binder Solace</name>
<description>A Spring Cloud Stream Binder implementation using the Solace Java API (JCSMP)</description>
Expand All @@ -25,7 +25,7 @@
<properties>
<java.version>17</java.version>
<spring-cloud.version>2023.0.2</spring-cloud.version>
<solace.jcsmp.version>10.23.0</solace.jcsmp.version>
<solace.jcsmp.version>10.24.0</solace.jcsmp.version>
<maven.test.skip>true</maven.test.skip>
<build.timestamp>${maven.build.timestamp}</build.timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
Expand Down

0 comments on commit f9e4b59

Please sign in to comment.