We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfcd81 commit 5bbc05dCopy full SHA for 5bbc05d
.gitignore
@@ -6,3 +6,4 @@ target/
6
.classpath
7
8
node_modules/
9
+.factorypath
pom.xml
@@ -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>
10
<packaging>jar</packaging>
11
12
<name>Query/Response for Spring AMQP</name>
@@ -23,7 +23,7 @@
23
<parent>
24
<groupId>org.springframework.boot</groupId>
25
<artifactId>spring-boot-starter-parent</artifactId>
26
- <version>2.2.11.RELEASE</version>
+ <version>2.2.13.RELEASE</version>
27
</parent>
28
29
<dependencies>
0 commit comments