Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.solace.spring.boot:solace-spring-boot-bom from 2.1.0 to 2.1.1 #318

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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>2.1.0</version>
<version>2.1.1</version>
</parent>

<groupId>com.solace.spring.cloud</groupId>
Expand All @@ -26,7 +26,7 @@
<!-- 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>2.1.0</solace.spring.boot.bom.version>
<solace.spring.boot.bom.version>2.1.1</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 -->
Expand Down
Loading