Skip to content

Commit 9afffc3

Browse files
authored
Merge pull request #253 from SourceLabOrg/spp/springBootVersions
Update more dependencies within SpringBoot
2 parents 51469dd + d476429 commit 9afffc3

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

kafka-webview-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
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>

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@
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>
@@ -68,6 +74,7 @@
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>

0 commit comments

Comments
 (0)