Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 1c2b1f3

Browse files
author
Caesar Ralf
committed
Update encoder to latest version
1 parent 6f2eb49 commit 1c2b1f3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pom.xml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@
4646
</developer>
4747
</developers>
4848

49+
<dependencyManagement>
50+
<dependencies>
51+
<dependency>
52+
<groupId>com.fasterxml.jackson</groupId>
53+
<artifactId>jackson-bom</artifactId>
54+
<version>2.15.2</version>
55+
<type>pom</type>
56+
<scope>import</scope>
57+
</dependency>
58+
</dependencies>
59+
</dependencyManagement>
60+
4961
<dependencies>
5062
<!--compile scope-->
5163
<dependency>
@@ -66,7 +78,7 @@
6678
<dependency>
6779
<groupId>net.logstash.logback</groupId>
6880
<artifactId>logstash-logback-encoder</artifactId>
69-
<version>4.11</version>
81+
<version>7.4</version>
7082
</dependency>
7183

7284
<!-- Annotations-->
@@ -111,7 +123,6 @@
111123
<dependency>
112124
<groupId>com.fasterxml.jackson.core</groupId>
113125
<artifactId>jackson-databind</artifactId>
114-
<version>2.12.7.1</version>
115126
<scope>test</scope>
116127
</dependency>
117128
<dependency>

0 commit comments

Comments
 (0)