Skip to content

Commit 2414366

Browse files
julian-eggersFinn Egbers
authored and
Finn Egbers
committed
LIBS-456 - dependency updates (#9)
1 parent 201f1aa commit 2414366

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ springboot-testcontainer-mongodb
1111
<dependency>
1212
<groupId>com.avides.springboot.testcontainer</groupId>
1313
<artifactId>springboot-testcontainer-mongodb</artifactId>
14-
<version>0.1.0-RC7</version>
14+
<version>0.1.0-RC8</version>
1515
<scope>test</scope>
1616
</dependency>
1717
```

pom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>springboot-testcontainer-mongodb</name>
66
<description>MongoDB test-container</description>
77
<url>https://github.com/springboot-testcontainer/springboot-testcontainer-mongodb</url>
8-
<version>0.1.0-RC7</version>
8+
<version>0.1.0-RC8</version>
99

1010
<properties>
1111
<!-- System -->
@@ -31,8 +31,10 @@
3131
<github-release-plugin.version>1.2.0</github-release-plugin.version>
3232
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
3333
<!-- Spring -->
34-
<spring.version>5.1.4.RELEASE</spring.version>
35-
<spring-boot.version>2.1.2.RELEASE</spring-boot.version>
34+
<spring.version>5.1.5.RELEASE</spring.version>
35+
<spring-boot.version>2.1.3.RELEASE</spring-boot.version>
36+
<!-- Other -->
37+
<springboot-testcontainer-common.version>0.1.0-RC13</springboot-testcontainer-common.version>
3638
</properties>
3739

3840
<repositories>
@@ -47,13 +49,13 @@
4749
<dependency>
4850
<groupId>org.projectlombok</groupId>
4951
<artifactId>lombok</artifactId>
50-
<version>1.18.4</version>
52+
<version>1.18.6</version>
5153
<scope>provided</scope>
5254
</dependency>
5355
<dependency>
5456
<groupId>com.avides.springboot.testcontainer</groupId>
5557
<artifactId>springboot-testcontainer-common</artifactId>
56-
<version>0.1.0-RC12</version>
58+
<version>${springboot-testcontainer-common.version}</version>
5759
</dependency>
5860
<dependency>
5961
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)