Skip to content

Commit 34fe9af

Browse files
committed
fix(ci): fix CI failure 2
1 parent e32a1bb commit 34fe9af

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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>
@@ -56,7 +56,6 @@
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>
@@ -69,7 +68,7 @@
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>
@@ -141,12 +140,12 @@
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>

0 commit comments

Comments
 (0)