Skip to content

Commit b3b8283

Browse files
author
Greg Meyer
authored
Merge pull request #2 from DirectProjectJavaRI/develop
Develop
2 parents b05ad9a + bda89d9 commit b3b8283

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 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-starter-parent</artifactId>
18-
<version>2.1.1.RELEASE</version>
18+
<version>2.1.2.RELEASE</version>
1919
<relativePath />
2020
</parent>
2121
<developers>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.springframework.boot</groupId>
6666
<artifactId>spring-boot-dependencies</artifactId>
67-
<version>2.1.1.RELEASE</version>
67+
<version>2.1.2.RELEASE</version>
6868
<type>pom</type>
6969
<scope>import</scope>
7070
</dependency>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.springframework.cloud</groupId>
8080
<artifactId>spring-cloud-starter-parent</artifactId>
81-
<version>Greenwich.M3</version>
81+
<version>Greenwich.RC1</version>
8282
<type>pom</type>
8383
<scope>import</scope>
8484
</dependency>
@@ -142,7 +142,6 @@
142142
<dependency>
143143
<groupId>javax.servlet</groupId>
144144
<artifactId>jstl</artifactId>
145-
<version>1.2</version>
146145
</dependency>
147146
<dependency>
148147
<groupId>dnsjava</groupId>

0 commit comments

Comments
 (0)