File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4444 <!-- Automatically close and deploy from OSSRH -->
4545 <groupId >org.sonatype.central</groupId >
4646 <artifactId >central-publishing-maven-plugin</artifactId >
47- <version >0.5 .0</version >
47+ <version >0.6 .0</version >
4848 <extensions >true</extensions >
4949 <configuration >
5050 <publishingServerId >ossrh</publishingServerId >
5656 <plugin >
5757 <groupId >org.apache.maven.plugins</groupId >
5858 <artifactId >maven-source-plugin</artifactId >
59- <version >3.3.1</version >
6059 <executions >
6160 <execution >
6261 <id >attach-sources</id >
6968 <plugin >
7069 <groupId >org.apache.maven.plugins</groupId >
7170 <artifactId >maven-javadoc-plugin</artifactId >
72- <version >2.10.4 </version >
71+ <version >3.11.1 </version >
7372 <executions >
7473 <execution >
7574 <id >attach-javadocs</id >
141140 <dependency >
142141 <groupId >com.fasterxml.jackson.core</groupId >
143142 <artifactId >jackson-core</artifactId >
144- <version >2.13.3 </version >
143+ <version >2.18.1 </version >
145144 </dependency >
146145 <dependency >
147146 <groupId >com.fasterxml.jackson.core</groupId >
148147 <artifactId >jackson-databind</artifactId >
149- <version >2.13.3 </version >
148+ <version >2.18.1 </version >
150149 </dependency >
151150 <dependency >
152151 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments