Skip to content

Commit 5bbc05d

Browse files
committed
Update to Spring Boot 2.2.13.RELEASE
* 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
1 parent bcfcd81 commit 5bbc05d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ target/
66
.classpath
77

88
node_modules/
9+
.factorypath

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.studiomediatech</groupId>
88
<artifactId>query-response-spring-amqp</artifactId>
9-
<version>0.9.0-SB2_2_11</version>
9+
<version>0.9.0-SB2_2_13</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Query/Response for Spring AMQP</name>
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.springframework.boot</groupId>
2525
<artifactId>spring-boot-starter-parent</artifactId>
26-
<version>2.2.11.RELEASE</version>
26+
<version>2.2.13.RELEASE</version>
2727
</parent>
2828

2929
<dependencies>

0 commit comments

Comments
 (0)