File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ Add the following two dependencies to your POM. This is enough to make it all wo
40
40
<dependency >
41
41
<groupId >nl.42</groupId >
42
42
<artifactId >spring-boot-starter-docker</artifactId >
43
- <version >0.3 .0</version >
43
+ <version >0.4 .0</version >
44
44
<scope >provided</scope >
45
45
</dependency >
46
46
47
47
<dependency >
48
48
<groupId >nl.42</groupId >
49
49
<artifactId >spring-boot-docker-postgres</artifactId >
50
- <version >0.3 .0</version >
50
+ <version >0.4 .0</version >
51
51
<scope >provided</scope >
52
52
</dependency >
53
53
```
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<artifactId >spring-boot-docker-postgres</artifactId >
4
- <version >0.4.0 </version >
4
+ <version >0.4.1-SNAPSHOT </version >
5
5
<packaging >jar</packaging >
6
6
<groupId >nl.42</groupId >
7
7
You can’t perform that action at this time.
0 commit comments