Skip to content

Commit a43f577

Browse files
author
Greg Meyer
authored
Merge pull request #2 from DirectProjectJavaRI/develop
Develop
2 parents 6a20154 + 66ddb0f commit a43f577

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
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-dependencies</artifactId>
21-
<version>2.1.1.RELEASE</version>
21+
<version>2.1.2.RELEASE</version>
2222
</parent>
2323
<developers>
2424
<developer>
@@ -103,7 +103,6 @@
103103
<dependency>
104104
<groupId>org.mockito</groupId>
105105
<artifactId>mockito-core</artifactId>
106-
<version>2.21.0</version>
107106
<scope>test</scope>
108107
</dependency>
109108
<dependency>
@@ -119,7 +118,6 @@
119118
<dependency>
120119
<groupId>junit</groupId>
121120
<artifactId>junit</artifactId>
122-
<version>4.12</version>
123121
<type>jar</type>
124122
<scope>test</scope>
125123
</dependency>
@@ -169,7 +167,6 @@
169167
<plugin>
170168
<groupId>org.apache.maven.plugins</groupId>
171169
<artifactId>maven-source-plugin</artifactId>
172-
<version>3.0.1</version>
173170
<executions>
174171
<execution>
175172
<goals>

0 commit comments

Comments
 (0)