Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Update dependencies version
  • Loading branch information
zed-mocean committed Dec 26, 2023
1 parent 12179c8 commit cce9684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.7</version>
<version>2.12.7.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api -->
<dependency>
Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.1</version>
<version>5.0.0-alpha.12</version>
</dependency>

<!-- test dependencies -->
Expand Down Expand Up @@ -129,7 +129,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit cce9684

Please sign in to comment.