Skip to content

Commit 6b11abc

Browse files
authored
Update SpringBoot to 1.5.12 (#64)
1 parent f317a6e commit 6b11abc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
55
## 1.0.4 (unreleased)
66
- Update NPM dependencies for [CVE-2017-18214](https://nvd.nist.gov/vuln/detail/CVE-2017-18214).
77
- Update [Kafka-JUnit](https://github.com/salesforce/kafka-junit) dependency to [Kafka-JUnit4](https://github.com/salesforce/kafka-junit/tree/master/kafka-junit4).
8+
- Update SpringBoot dependency from 1.5.10 to 1.5.12.
89

910
## 1.0.3 (02/11/2018)
1011
- Fix 500 error unable to find templates when running under windows.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<parent>
7171
<groupId>org.springframework.boot</groupId>
7272
<artifactId>spring-boot-starter-parent</artifactId>
73-
<version>1.5.10.RELEASE</version>
73+
<version>1.5.12.RELEASE</version>
7474
</parent>
7575

7676
<dependencies>

0 commit comments

Comments
 (0)