File tree Expand file tree Collapse file tree 6 files changed +6
-11
lines changed
core-java-collections-maps-8
jackson-modules/jackson-jr Expand file tree Collapse file tree 6 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0"
3- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
55 <modelVersion >4.0.0</modelVersion >
66 <artifactId >apache-kafka</artifactId >
77 <name >apache-kafka</name >
156156 <version >${lombok.version} </version >
157157 <scope >provided</scope >
158158 </dependency >
159+
159160 </dependencies >
160161
161162 <build >
176177 </build >
177178
178179 <properties >
179- <jackson .version>2.13 .4</jackson .version>
180+ <jackson .version>2.15 .4</jackson .version> <!-- Upgrading to version >= 2.16 breaks tests -- >
180181 <kafka .version>3.4.0</kafka .version>
181182 <testcontainers-kafka .version>1.19.3</testcontainers-kafka .version>
182183 <testcontainers-jupiter .version>1.15.3</testcontainers-jupiter .version>
Original file line number Diff line number Diff line change 2020 <artifactId >gson</artifactId >
2121 <version >${gson.version} </version >
2222 </dependency >
23- <!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind -->
2423 <dependency >
2524 <groupId >com.fasterxml.jackson.core</groupId >
2625 <artifactId >jackson-databind</artifactId >
Original file line number Diff line number Diff line change 4747
4848 <properties >
4949 <gson .version>2.11.0</gson .version>
50- <jackson .version>2.17.0</jackson .version>
5150 <beanutils .version>1.9.4</beanutils .version>
5251 </properties >
5352
Original file line number Diff line number Diff line change 4343 </resources >
4444 </build >
4545
46- <properties >
47- <jackson .version>2.16.0</jackson .version>
48- </properties >
49-
5046</project >
Original file line number Diff line number Diff line change 2222 </dependency >
2323 <dependency >
2424 <groupId >com.fasterxml.jackson.core</groupId >
25- <artifactId >jackson-databind </artifactId >
25+ <artifactId >jackson-core </artifactId >
2626 <version >${jackson.version} </version >
2727 </dependency >
2828 <dependency >
Original file line number Diff line number Diff line change 11621162 <jstl-api .version>1.2</jstl-api .version>
11631163 <javax .servlet.jsp-api.version>2.3.3</javax .servlet.jsp-api.version>
11641164 <jstl .version>1.2</jstl .version>
1165- <jackson .version>2.16.1 </jackson .version>
1165+ <jackson .version>2.17.2 </jackson .version>
11661166 <commons-fileupload .version>1.5</commons-fileupload .version>
11671167 <junit-platform .version>1.11.0-M2</junit-platform .version>
11681168 <junit-jupiter .version>5.11.0-M2</junit-jupiter .version>
You can’t perform that action at this time.
0 commit comments