File tree Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Expand file tree Collapse file tree 3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## 2.9.0 (UNRELEASED)
6
6
#### 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 .
8
8
9
9
## 2.8.2 (12/19/2021)
10
10
#### Bug Fixes
Original file line number Diff line number Diff line change 35
35
<avro .version>1.11.0</avro .version>
36
36
<bootstrap .version>4.0.0-beta</bootstrap .version>
37
37
<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>
41
41
</properties >
42
42
43
43
<dependencies >
73
73
<dependency >
74
74
<groupId >nz.net.ultraq.thymeleaf</groupId >
75
75
<artifactId >thymeleaf-layout-dialect</artifactId >
76
- <version >3.0 .0</version >
76
+ <version >3.1 .0</version >
77
77
</dependency >
78
78
<dependency >
79
79
<groupId >org.thymeleaf.extras</groupId >
Original file line number Diff line number Diff line change 58
58
<java .version>1.8</java .version>
59
59
60
60
<!-- 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>
64
62
65
63
<!-- test toggling -->
66
64
<skipTests >false</skipTests >
73
71
<parent >
74
72
<groupId >org.springframework.boot</groupId >
75
73
<artifactId >spring-boot-starter-parent</artifactId >
76
- <version >2.6.1 </version >
74
+ <version >2.6.6 </version >
77
75
</parent >
78
76
79
77
<dependencies >
You can’t perform that action at this time.
0 commit comments