File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 154154 <dependency >
155155 <groupId >com.hubspot.jackson</groupId >
156156 <artifactId >jackson-datatype-protobuf</artifactId >
157- <version >0.9.10-jackson2.9-proto3 </version >
157+ <version >0.9.12 </version >
158158 <exclusions >
159159 <!-- exclude out-dated dependency -->
160160 <exclusion >
Original file line number Diff line number Diff line change 5959
6060 <!-- Override logback version for security fix -->
6161 <!-- https://github.com/spring-projects/spring-boot/issues/8635 -->
62- <logback .version>1.2.3</logback .version>
62+ <logback .version>1.2.8</logback .version>
63+
64+ <!-- Override versions for security fixes -->
65+ <!-- To be removed when upgrading to newer springboot releases -->
66+ <jackson .version>2.13.0</jackson .version>
67+ <hibernate .version>5.3.24.Final</hibernate .version>
68+ <tomcat .version>9.0.56</tomcat .version>
6369
6470 <!-- test toggling -->
6571 <skipTests >false</skipTests >
6874 </properties >
6975
7076 <!-- Use Spring Boot Starter as Parent -->
77+ <!-- https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/2.1.18.RELEASE/spring-boot-dependencies-2.1.18.RELEASE.pom -->
7178 <parent >
7279 <groupId >org.springframework.boot</groupId >
7380 <artifactId >spring-boot-starter-parent</artifactId >
You can’t perform that action at this time.
0 commit comments