Skip to content

Commit e9e031c

Browse files
committed
Upgrade to Spring Boot 2.1.2
closes #1064
1 parent 070eec3 commit e9e031c

File tree

5 files changed

+437
-180
lines changed

5 files changed

+437
-180
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright 2014-2018 the original author or authors.
3+
~ Copyright 2014-2019 the original author or authors.
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License");
66
~ you may not use this file except in compliance with the License.
@@ -35,9 +35,9 @@
3535
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3636

3737
<!-- used dependencies versions -->
38-
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
38+
<spring-boot.version>2.1.2.RELEASE</spring-boot.version>
3939
<spring-cloud.version>Finchley.SR2</spring-cloud.version>
40-
<hazelcast-tests.version>3.11</hazelcast-tests.version>
40+
<hazelcast-tests.version>3.11.1</hazelcast-tests.version>
4141
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
4242

4343
<!-- plugin versions -->

0 commit comments

Comments
 (0)