Skip to content

Commit bdbfa62

Browse files
author
Greg Meyer
authored
Merge pull request #2 from DirectProjectJavaRI/develop
Develop
2 parents f82fd27 + e39dc7d commit bdbfa62

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<parent>
3939
<groupId>org.springframework.boot</groupId>
4040
<artifactId>spring-boot-dependencies</artifactId>
41-
<version>2.1.1.RELEASE</version>
41+
<version>2.1.2.RELEASE</version>
4242
</parent>
4343
<dependencies>
4444
<dependency>
@@ -57,7 +57,6 @@
5757
<dependency>
5858
<groupId>org.apache.commons</groupId>
5959
<artifactId>commons-lang3</artifactId>
60-
<version>3.8</version>
6160
</dependency>
6261
<dependency>
6362
<groupId>org.hibernate</groupId>
@@ -87,18 +86,15 @@
8786
<groupId>com.h2database</groupId>
8887
<artifactId>h2</artifactId>
8988
<scope>test</scope>
90-
<version>1.4.194</version>
9189
</dependency>
9290
<dependency>
9391
<groupId>junit</groupId>
9492
<artifactId>junit</artifactId>
95-
<version>4.12</version>
9693
<scope>test</scope>
9794
</dependency>
9895
<dependency>
9996
<groupId>org.mockito</groupId>
10097
<artifactId>mockito-core</artifactId>
101-
<version>2.21.0</version>
10298
<scope>test</scope>
10399
</dependency>
104100
</dependencies>
@@ -170,7 +166,6 @@
170166
<plugin>
171167
<groupId>org.apache.maven.plugins</groupId>
172168
<artifactId>maven-source-plugin</artifactId>
173-
<version>3.0.1</version>
174169
<executions>
175170
<execution>
176171
<goals>

0 commit comments

Comments
 (0)