Skip to content

Commit

Permalink
Merge pull request #17 from spt-development/feature/spring-boot-3.1-u…
Browse files Browse the repository at this point in the history
…pgrade

Updated dependencies to align with Spring Boot 3.1.0
  • Loading branch information
SimonTaylor authored May 20, 2023
2 parents 96fea69 + 84ccf32 commit 7b72a36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.spt-development</groupId>
<artifactId>spt-development-cid-jms-spring-boot</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>

<name>cid-jms-spring-boot</name>
<description>Library for integrating spt-development/spt-development-cid-jms-spring into a Spring Boot application.</description>
Expand Down Expand Up @@ -37,15 +37,15 @@
<maven.compiler.release>17</maven.compiler.release>

<!-- Dependency versions -->
<spring-boot.version>3.0.6</spring-boot.version>
<spring-boot.version>3.1.0</spring-boot.version>
<spt-cid.version>2.0.11</spt-cid.version>
<spt-cid-jms-spring.version>3.0.5</spt-cid-jms-spring.version>
<spt-cid-jms-spring.version>3.0.6</spt-cid-jms-spring.version>

<!-- Plugin versions -->
<checkstyle-maven-plugin.version>3.1.2</checkstyle-maven-plugin.version>
<findbugs-slf4j-bug-pattern.version>1.5.0</findbugs-slf4j-bug-pattern.version>
<findbugs-sec-bug-pattern.version>1.12.0</findbugs-sec-bug-pattern.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.10</jacoco-maven-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
Expand Down
2 changes: 1 addition & 1 deletion spt-development-cid-jms-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-cid-jms-spring-boot</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>spt-development-cid-jms-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spt-development-cid-jms-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.spt-development</groupId>
<artifactId>spt-development-cid-jms-spring-boot</artifactId>
<version>3.0.7-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>

<artifactId>spt-development-cid-jms-spring-boot-starter</artifactId>
Expand Down

0 comments on commit 7b72a36

Please sign in to comment.