Skip to content

Commit

Permalink
Upgrade to latest Spring Boot 3.3.5
Browse files Browse the repository at this point in the history
* Taking this opportunity to revise the version number, simply
  moving to a "major.minor.patch" version - as described in the
  current README file - of version 0.9.x.
  • Loading branch information
olle committed Nov 19, 2024
1 parent c67b288 commit 196d65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.studiomediatech</groupId>
<artifactId>query-response-spring-amqp</artifactId>
<version>0.9.0-SB3_0_3-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Query/Response for Spring AMQP</name>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>3.3.1</version>
<version>3.3.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 196d65a

Please sign in to comment.