Skip to content

Commit 5659b52

Browse files
authored
LIBS-788 - updated springtainer-common-version (#16)
1 parent ac942ec commit 5659b52

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-mongodb</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-mongodb</artifactId>
6-
<version>1.1.0</version>
6+
<version>1.2.0</version>
77

88
<name>springtainer-mongodb</name>
99
<description>MongoDB test-container</description>
@@ -55,7 +55,7 @@
5555
<spring.version>5.2.7.RELEASE</spring.version>
5656
<spring-boot.version>2.3.1.RELEASE</spring-boot.version>
5757
<!-- Other -->
58-
<springtainer-common.version>1.1.2</springtainer-common.version>
58+
<springtainer-common.version>1.2.0</springtainer-common.version>
5959
<lombok.version>1.18.12</lombok.version>
6060
<spring-data-mongodb.version>3.0.1.RELEASE</spring-data-mongodb.version>
6161
<mongo-java-driver.version>3.12.5</mongo-java-driver.version>

0 commit comments

Comments
 (0)