Skip to content

Commit 38beaf3

Browse files
author
Greg Meyer
authored
Merge pull request #3 from DirectProjectJavaRI/develop
Develop
2 parents 2ee03c0 + 866e472 commit 38beaf3

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

pom.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.springframework.boot</groupId>
3030
<artifactId>spring-boot-dependencies</artifactId>
31-
<version>2.1.1.RELEASE</version>
31+
<version>2.1.2.RELEASE</version>
3232
</parent>
3333
<scm>
3434
<url>https://nhin-d.googlecode.com/hg/java/gateway/</url>
@@ -53,14 +53,14 @@
5353
<dependency>
5454
<groupId>org.springframework.boot</groupId>
5555
<artifactId>spring-boot-dependencies</artifactId>
56-
<version>2.1.1.RELEASE</version>
56+
<version>2.1.2.RELEASE</version>
5757
<type>pom</type>
5858
<scope>import</scope>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.springframework.cloud</groupId>
6262
<artifactId>spring-cloud-starter-parent</artifactId>
63-
<version>Greenwich.M3</version>
63+
<version>Greenwich.RC1</version>
6464
<type>pom</type>
6565
<scope>import</scope>
6666
</dependency>
@@ -118,13 +118,11 @@
118118
<dependency>
119119
<groupId>org.mockito</groupId>
120120
<artifactId>mockito-core</artifactId>
121-
<version>2.21.0</version>
122121
<scope>test</scope>
123122
</dependency>
124123
<dependency>
125124
<groupId>commons-codec</groupId>
126125
<artifactId>commons-codec</artifactId>
127-
<version>1.11</version>
128126
<scope>compile</scope>
129127
</dependency>
130128
<dependency>
@@ -271,7 +269,6 @@
271269
<plugin>
272270
<groupId>org.apache.maven.plugins</groupId>
273271
<artifactId>maven-source-plugin</artifactId>
274-
<version>2.0.3</version>
275272
<executions>
276273
<execution>
277274
<goals>

0 commit comments

Comments
 (0)