Skip to content

Commit 60de88e

Browse files
author
Greg Meyer
authored
Merge pull request #2 from DirectProjectJavaRI/develop
Develop
2 parents 0c334f0 + b62fc76 commit 60de88e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-dependencies</artifactId>
18-
<version>2.1.1.RELEASE</version>
18+
<version>2.1.2.RELEASE</version>
1919
</parent>
2020
<developers>
2121
<developer>
@@ -53,12 +53,10 @@
5353
<dependency>
5454
<groupId>com.fasterxml.jackson.core</groupId>
5555
<artifactId>jackson-annotations</artifactId>
56-
<version>${jackson.version}</version>
5756
</dependency>
5857
<dependency>
5958
<groupId>junit</groupId>
6059
<artifactId>junit</artifactId>
61-
<version>4.12</version>
6260
<type>jar</type>
6361
<scope>test</scope>
6462
</dependency>
@@ -75,7 +73,6 @@
7573
<dependency>
7674
<groupId>org.mockito</groupId>
7775
<artifactId>mockito-core</artifactId>
78-
<version>2.21.0</version>
7976
<scope>test</scope>
8077
</dependency>
8178
</dependencies>
@@ -119,7 +116,6 @@
119116
<plugin>
120117
<groupId>org.apache.maven.plugins</groupId>
121118
<artifactId>maven-source-plugin</artifactId>
122-
<version>3.0.1</version>
123119
<executions>
124120
<execution>
125121
<goals>

0 commit comments

Comments
 (0)