File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 3636 <dependency >
3737 <groupId >com.fasterxml.jackson.core</groupId >
3838 <artifactId >jackson-annotations</artifactId >
39- <version >2.15.1 </version >
39+ <version >2.17.2 </version >
4040 </dependency >
4141 <dependency >
4242 <groupId >com.fasterxml.jackson.core</groupId >
4343 <artifactId >jackson-core</artifactId >
44- <version >2.15.1 </version >
44+ <version >2.17.2 </version >
4545 </dependency >
4646 <dependency >
4747 <groupId >com.fasterxml.jackson.core</groupId >
4848 <artifactId >jackson-databind</artifactId >
49- <version >2.15.1 </version >
49+ <version >2.17.2 </version >
5050 </dependency >
5151 </dependencies >
5252
8484 <artifactId >maven-jar-plugin</artifactId >
8585 <version >3.0.2</version >
8686 </plugin >
87- <plugin >
88- <groupId >org.apache.maven.plugins</groupId >
89- <artifactId >maven-gpg-plugin</artifactId >
90- <version >1.5</version >
91- <executions >
92- <execution >
93- <id >sign-artifacts</id >
94- <phase >verify</phase >
95- <goals >
96- <goal >sign</goal >
97- </goals >
98- </execution >
99- </executions >
100- </plugin >
87+ <!-- <plugin> -- >
88+ <!-- <groupId>org.apache.maven.plugins</groupId> -- >
89+ <!-- <artifactId>maven-gpg-plugin</artifactId> -- >
90+ <!-- <version>1.5</version> -- >
91+ <!-- <executions> -- >
92+ <!-- <execution> -- >
93+ <!-- <id>sign-artifacts</id> -- >
94+ <!-- <phase>verify</phase> -- >
95+ <!-- <goals> -- >
96+ <!-- <goal>sign</goal> -- >
97+ <!-- </goals> -- >
98+ <!-- </execution> -- >
99+ <!-- </executions> -- >
100+ <!-- </plugin> -- >
101101 <plugin >
102102 <groupId >org.apache.maven.plugins</groupId >
103103 <artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments