Skip to content

Commit 13a384f

Browse files
author
Greg Meyer
authored
Merge pull request #3 from DirectProjectJavaRI/develop
Develop
2 parents 8509e79 + af5f769 commit 13a384f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<parent>
3737
<groupId>org.springframework.boot</groupId>
3838
<artifactId>spring-boot-dependencies</artifactId>
39-
<version>2.1.1.RELEASE</version>
39+
<version>2.1.2.RELEASE</version>
4040
</parent>
4141
<dependencies>
4242
<dependency>
@@ -72,7 +72,6 @@
7272
<dependency>
7373
<groupId>commons-codec</groupId>
7474
<artifactId>commons-codec</artifactId>
75-
<version>1.11</version>
7675
</dependency>
7776
<dependency>
7877
<groupId>org.springframework.boot</groupId>
@@ -140,7 +139,6 @@
140139
<plugin>
141140
<groupId>org.apache.maven.plugins</groupId>
142141
<artifactId>maven-compiler-plugin</artifactId>
143-
<version>2.0.2</version>
144142
<configuration>
145143
<fork>true</fork>
146144
<archive>
@@ -200,7 +198,6 @@
200198
<plugin>
201199
<groupId>org.apache.maven.plugins</groupId>
202200
<artifactId>maven-source-plugin</artifactId>
203-
<version>2.0.3</version>
204201
<executions>
205202
<execution>
206203
<goals>

0 commit comments

Comments
 (0)