Skip to content

Commit a053c3a

Browse files
committed
Update springboot version
1 parent 792c255 commit a053c3a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
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.9.1 ()
5+
## 2.9.1 (10/28/2022)
66

77
## Bug Fixes
88
- Fixed Environment variable for Acuator Port [Issue-235](https://github.com/SourceLabOrg/kafka-webview/issues/235) Thanks [renjanmenon](https://github.com/renjanmenon)!
99

1010
#### Internal Dependency Updates
11+
- Upgrade from SpringBoot 2.6.6 to 2.6.13.
1112
- Protobuf from 3.20.0 to 3.21.9.
1213
- thymeleaf-layout-dialect from 3.0.0 to 3.1.0.
1314
- com.hubspot.jackson.jackson-datatype-protobuf 0.9.12 to 0.9.13.

kafka-webview-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<dependency>
264264
<groupId>org.zapodot</groupId>
265265
<artifactId>embedded-ldap-junit</artifactId>
266-
<version>0.8.3</version>
266+
<version>0.9.0</version>
267267
<scope>test</scope>
268268
</dependency>
269269
</dependencies>

pom.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@
5757
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5858
<java.version>1.8</java.version>
5959

60-
<!-- Override versions for security fixes -->
61-
<tomcat.version>9.0.62</tomcat.version>
62-
6360
<!-- test toggling -->
6461
<skipTests>false</skipTests>
6562
<skipCheckStyle>false</skipCheckStyle>
@@ -71,7 +68,7 @@
7168
<parent>
7269
<groupId>org.springframework.boot</groupId>
7370
<artifactId>spring-boot-starter-parent</artifactId>
74-
<version>2.6.6</version>
71+
<version>2.6.13</version>
7572
</parent>
7673

7774
<dependencies>

0 commit comments

Comments
 (0)