File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 9393 <slf4j .version>2.0.17</slf4j .version>
9494
9595 <!-- Logstash Json Encoder -->
96- <jackson .version>2.20</jackson .version>
96+ <jackson .version>2.20.0 </jackson .version>
9797 <logstash .version>7.4</logstash .version>
9898
9999 <!-- Automatic Module Name -->
100100 <module .name>com.github.tomcat9.slf4j.logback</module .name>
101101 </properties >
102102
103+ <dependencyManagement >
104+ <dependencies >
105+ <dependency >
106+ <groupId >com.fasterxml.jackson</groupId >
107+ <artifactId >jackson-bom</artifactId >
108+ <version >${jackson.version} </version >
109+ <scope >import</scope >
110+ <type >pom</type >
111+ </dependency >
112+ </dependencies >
113+ </dependencyManagement >
114+
103115 <dependencies >
104116 <dependency >
105117 <groupId >org.apache.tomcat</groupId >
159171 <dependency >
160172 <groupId >com.fasterxml.jackson.core</groupId >
161173 <artifactId >jackson-annotations</artifactId >
162- <version >${jackson.version} </version >
163174 <scope >compile</scope >
164175 <optional >true</optional >
165176 </dependency >
166177 <dependency >
167178 <groupId >com.fasterxml.jackson.core</groupId >
168179 <artifactId >jackson-core</artifactId >
169- <version >${jackson.version} </version >
170180 <scope >compile</scope >
171181 <optional >true</optional >
172182 </dependency >
173183 <dependency >
174184 <groupId >com.fasterxml.jackson.core</groupId >
175185 <artifactId >jackson-databind</artifactId >
176- <version >${jackson.version} </version >
177186 <scope >compile</scope >
178187 <optional >true</optional >
179188 </dependency >
You can’t perform that action at this time.
0 commit comments