Skip to content

Commit af81c2c

Browse files
authored
Update SpringBoot to 2.0.8 (#126)
* Update SpringBoot to 2.0.8 * update changelog
1 parent a490600 commit af81c2c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 2.1.2 (UNRELEASED)
5+
## 2.1.2 (01/15/2018)
66

77
#### Bug fixes
88
- [ISSUE-114](https://github.com/SourceLabOrg/kafka-webview/issues/114) Better out of the box support for Avro decoding / Confluent Schema Registry.
99

10+
#### Internal Dependency Updates
11+
- Upgrade from Spring Boot 2.0.5 to 2.0.7
12+
13+
1014
## 2.1.1 (01/08/2019)
1115
#### New Features
1216
- Added ability to Copy previously created views.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<parent>
7272
<groupId>org.springframework.boot</groupId>
7373
<artifactId>spring-boot-starter-parent</artifactId>
74-
<version>2.0.7.RELEASE</version>
74+
<version>2.0.8.RELEASE</version>
7575
</parent>
7676

7777
<dependencies>

0 commit comments

Comments
 (0)