File tree 2 files changed +8
-6
lines changed 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ springboot-testcontainer-mongodb
11
11
<dependency >
12
12
<groupId >com.avides.springboot.testcontainer</groupId >
13
13
<artifactId >springboot-testcontainer-mongodb</artifactId >
14
- <version >0.1.0-RC7 </version >
14
+ <version >0.1.0-RC8 </version >
15
15
<scope >test</scope >
16
16
</dependency >
17
17
```
Original file line number Diff line number Diff line change 5
5
<name >springboot-testcontainer-mongodb</name >
6
6
<description >MongoDB test-container</description >
7
7
<url >https://github.com/springboot-testcontainer/springboot-testcontainer-mongodb</url >
8
- <version >0.1.0-RC7 </version >
8
+ <version >0.1.0-RC8 </version >
9
9
10
10
<properties >
11
11
<!-- System -->
31
31
<github-release-plugin .version>1.2.0</github-release-plugin .version>
32
32
<nexus-staging-maven-plugin .version>1.6.8</nexus-staging-maven-plugin .version>
33
33
<!-- 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>
36
38
</properties >
37
39
38
40
<repositories >
47
49
<dependency >
48
50
<groupId >org.projectlombok</groupId >
49
51
<artifactId >lombok</artifactId >
50
- <version >1.18.4 </version >
52
+ <version >1.18.6 </version >
51
53
<scope >provided</scope >
52
54
</dependency >
53
55
<dependency >
54
56
<groupId >com.avides.springboot.testcontainer</groupId >
55
57
<artifactId >springboot-testcontainer-common</artifactId >
56
- <version >0.1.0-RC12 </version >
58
+ <version >${springboot-testcontainer-common.version} </version >
57
59
</dependency >
58
60
<dependency >
59
61
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments