Skip to content

Commit 827f603

Browse files
author
Johannes Stelzer
committed
update to spring boot 1.2.5
1 parent 9c666b6 commit 827f603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>1.2.3.RELEASE</version>
8+
<version>1.2.5.RELEASE</version>
99
<relativePath /> <!-- lookup parent from repository -->
1010
</parent>
1111

@@ -23,7 +23,7 @@
2323
<main.basedir>${basedir}</main.basedir>
2424
<passphrase>${gpg.passphrase}</passphrase>
2525

26-
<spring-boot.version>1.2.4.RELEASE</spring-boot.version>
26+
<spring-boot.version>1.2.5.RELEASE</spring-boot.version>
2727
<hazelcast.version>3.3.3</hazelcast.version>
2828
<commons-lang3.version>3.3.2</commons-lang3.version>
2929
<spring-cloud.version>Angel.SR3</spring-cloud.version>

0 commit comments

Comments
 (0)