Skip to content

Commit e0d8ad4

Browse files
authored
Update SpringBoot to 1.5.13 (#67)
1 parent 6b11abc commit e0d8ad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +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.
8+
- Update SpringBoot dependency from 1.5.10 to 1.5.13.
99

1010
## 1.0.3 (02/11/2018)
1111
- 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.12.RELEASE</version>
73+
<version>1.5.13.RELEASE</version>
7474
</parent>
7575

7676
<dependencies>

0 commit comments

Comments
 (0)