Skip to content

Commit

Permalink
Update to Spring Boot 2.2.13.RELEASE
Browse files Browse the repository at this point in the history
* Increments to use the latest of the 2.2.x Spring Boot release.
  Please see the release details for more information.

  https://github.com/spring-projects/spring-boot/releases/tag/v2.2.13.RELEASE
  • Loading branch information
olle committed Jan 22, 2021
1 parent bcfcd81 commit 5bbc05d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ target/
.classpath

node_modules/
.factorypath
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-SB2_2_11</version>
<version>0.9.0-SB2_2_13</version>
<packaging>jar</packaging>

<name>Query/Response for Spring AMQP</name>
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.11.RELEASE</version>
<version>2.2.13.RELEASE</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 5bbc05d

Please sign in to comment.