Skip to content

Commit dcc80e5

Browse files
Update Spring Boot to 3.4.1 (#382)
* Update Spring Boot to 3.4.1 * Exclude Jackson from logback-encoder for Snyk check
1 parent a6df4c4 commit dcc80e5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.0</version>
9+
<version>3.4.1</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.hermesworld.ais</groupId>
@@ -87,7 +87,13 @@
8787
<dependency>
8888
<groupId>net.logstash.logback</groupId>
8989
<artifactId>logstash-logback-encoder</artifactId>
90-
<version>7.3</version>
90+
<version>7.4</version>
91+
<exclusions>
92+
<exclusion>
93+
<groupId>com.fasterxml.jackson.core</groupId>
94+
<artifactId>jackson-core</artifactId>
95+
</exclusion>
96+
</exclusions>
9197
</dependency>
9298
<dependency>
9399
<groupId>com.ibm.icu</groupId>

0 commit comments

Comments
 (0)