We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6df4c4 commit dcc80e5Copy full SHA for dcc80e5
pom.xml
@@ -6,7 +6,7 @@
6
<parent>
7
<groupId>org.springframework.boot</groupId>
8
<artifactId>spring-boot-starter-parent</artifactId>
9
- <version>3.4.0</version>
+ <version>3.4.1</version>
10
<relativePath/> <!-- lookup parent from repository -->
11
</parent>
12
<groupId>com.hermesworld.ais</groupId>
@@ -87,7 +87,13 @@
87
<dependency>
88
<groupId>net.logstash.logback</groupId>
89
<artifactId>logstash-logback-encoder</artifactId>
90
- <version>7.3</version>
+ <version>7.4</version>
91
+ <exclusions>
92
+ <exclusion>
93
+ <groupId>com.fasterxml.jackson.core</groupId>
94
+ <artifactId>jackson-core</artifactId>
95
+ </exclusion>
96
+ </exclusions>
97
</dependency>
98
99
<groupId>com.ibm.icu</groupId>
0 commit comments