Skip to content

Commit c4380b2

Browse files
committed
Bump dependency versions
1 parent ff42a34 commit c4380b2

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
44

55
## 2.9.0 (UNRELEASED)
66
#### Internal Dependency Updates
7-
- Upgrade from SpringBoot 2.1.18 to 2.6.1.
7+
- Upgrade from SpringBoot 2.1.18 to 2.6.6.
88

99
## 2.8.2 (12/19/2021)
1010
#### Bug Fixes

kafka-webview-ui/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<avro.version>1.11.0</avro.version>
3636
<bootstrap.version>4.0.0-beta</bootstrap.version>
3737
<kafka.version>2.8.1</kafka.version>
38-
<protobuf.version>3.16.1</protobuf.version>
39-
<thymeleaf.version>3.0.14.RELEASE</thymeleaf.version>
40-
<guava.version>31.0.1-jre</guava.version>
38+
<protobuf.version>3.20.0</protobuf.version>
39+
<thymeleaf.version>3.0.15.RELEASE</thymeleaf.version>
40+
<guava.version>31.1-jre</guava.version>
4141
</properties>
4242

4343
<dependencies>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>nz.net.ultraq.thymeleaf</groupId>
7575
<artifactId>thymeleaf-layout-dialect</artifactId>
76-
<version>3.0.0</version>
76+
<version>3.1.0</version>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.thymeleaf.extras</groupId>

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@
5858
<java.version>1.8</java.version>
5959

6060
<!-- Override versions for security fixes -->
61-
<!-- https://github.com/spring-projects/spring-boot/issues/8635 -->
62-
<logback.version>1.2.8</logback.version>
63-
<tomcat.version>9.0.56</tomcat.version>
61+
<tomcat.version>9.0.62</tomcat.version>
6462

6563
<!-- test toggling -->
6664
<skipTests>false</skipTests>
@@ -73,7 +71,7 @@
7371
<parent>
7472
<groupId>org.springframework.boot</groupId>
7573
<artifactId>spring-boot-starter-parent</artifactId>
76-
<version>2.6.1</version>
74+
<version>2.6.6</version>
7775
</parent>
7876

7977
<dependencies>

0 commit comments

Comments
 (0)