File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1616 <properties >
1717 <air .main.basedir>${project.parent.basedir} </air .main.basedir>
1818 <project .build.targetJdk>8</project .build.targetJdk>
19+ <jackson .version>2.15.2</jackson .version>
1920 </properties >
2021 <dependencies >
2122 <dependency >
2223 <groupId >com.fasterxml.jackson.core</groupId >
2324 <artifactId >jackson-annotations</artifactId >
25+ <version >${jackson.version} </version >
2426 </dependency >
2527
2628 <dependency >
2729 <groupId >com.fasterxml.jackson.core</groupId >
2830 <artifactId >jackson-core</artifactId >
31+ <version >${jackson.version} </version >
2932 </dependency >
3033
3134 <dependency >
3235 <groupId >com.fasterxml.jackson.core</groupId >
3336 <artifactId >jackson-databind</artifactId >
37+ <version >${jackson.version} </version >
3438 </dependency >
3539
3640 <dependency >
4751 <dependency >
4852 <groupId >com.google.guava</groupId >
4953 <artifactId >guava</artifactId >
54+ <version >32.0.1-jre</version >
5055 </dependency >
5156
5257 <dependency >
Original file line number Diff line number Diff line change 5555 <dependency >
5656 <groupId >com.google.guava</groupId >
5757 <artifactId >guava</artifactId >
58+ <version >32.0.1-jre</version >
5859 </dependency >
5960
6061 <!-- https://mvnrepository.com/artifact/com.squareup.okio/okio -->
Original file line number Diff line number Diff line change 127127 <plugin >
128128 <groupId >org.apache.maven.plugins</groupId >
129129 <artifactId >maven-shade-plugin</artifactId >
130- <version >3.1 .1</version >
130+ <version >3.5 .1</version >
131131 <executions >
132132 <execution >
133133 <phase >package</phase >
254254 <plugin >
255255 <groupId >org.apache.maven.plugins</groupId >
256256 <artifactId >maven-shade-plugin</artifactId >
257- <version >3.2.4 </version >
257+ <version >3.5.1 </version >
258258 </plugin >
259259 </plugins >
260260 </pluginManagement >
You can’t perform that action at this time.
0 commit comments