File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0 .0 http://maven.apache.org/xsd/maven-4.1.0.xsd" >
2+ <project xmlns = " http://maven.apache.org/POM/4.1.0 " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.1 .0 http://maven.apache.org/xsd/maven-4.1.0.xsd" >
33 <modelVersion >4.1.0</modelVersion >
44 <groupId >io.github.easy4j</groupId >
55 <artifactId >opencode-java-sdk</artifactId >
4343
4444 <commons-exec .version>1.4.0</commons-exec .version>
4545 <commons-lang .version>2.6</commons-lang .version>
46- <jackson-bom .version>2.22 .1</jackson-bom .version>
46+ <jackson-bom .version>3.2 .1</jackson-bom .version>
4747 <junit-jupiter .version>6.1.0</junit-jupiter .version>
4848 <junit .version>4.13.2</junit .version>
4949 <lombok .version>1.18.46</lombok .version>
7171 <dependencies >
7272
7373 <dependency >
74- <groupId >com.fasterxml .jackson</groupId >
74+ <groupId >tools .jackson</groupId >
7575 <artifactId >jackson-bom</artifactId >
7676 <version >${jackson-bom.version} </version >
7777 <type >pom</type >
152152 </dependency >
153153
154154 <dependency >
155- <groupId >com.fasterxml .jackson.core</groupId >
155+ <groupId >tools .jackson.core</groupId >
156156 <artifactId >jackson-databind</artifactId >
157157 </dependency >
158158
You can’t perform that action at this time.
0 commit comments