Skip to content

Commit 220d44b

Browse files
authored
LIBS-793 - updated springtainer-common-version (#20)
1 parent 58fd380 commit 220d44b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.avides.springboot.springtainer</groupId>
1414
<artifactId>springtainer-rabbitmq</artifactId>
15-
<version>1.1.0</version>
15+
<version>1.2.0</version>
1616
<scope>test</scope>
1717
</dependency>
1818
```

pom.xml

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

44
<groupId>com.avides.springboot.springtainer</groupId>
55
<artifactId>springtainer-rabbitmq</artifactId>
6-
<version>1.1.0</version>
6+
<version>1.2.0</version>
77

88
<name>springtainer-rabbitmq</name>
99
<description>RabbitMQ test-container</description>
@@ -56,7 +56,7 @@
5656
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
5757
<!-- Other -->
5858
<lombok.version>1.18.12</lombok.version>
59-
<springtainer-common.version>1.1.2</springtainer-common.version>
59+
<springtainer-common.version>1.2.0</springtainer-common.version>
6060
<spring-rabbit.version>2.2.7.RELEASE</spring-rabbit.version>
6161
<!-- Testing -->
6262
<jacoco.version>0.8.5</jacoco.version>

0 commit comments

Comments
 (0)