Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kausandr committed Mar 9, 2023
2 parents 60ca609 + 83fece2 commit 5850981
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<jackson.version>2.14.2</jackson.version>
<resteasy.version>6.0.3.Final</resteasy.version>
<swagger.version>2.2.8</swagger.version>
<tyrus.version>2.1.2</tyrus.version>
<tyrus.version>2.1.3</tyrus.version>
<jakarta.json.version>2.1.1</jakarta.json.version>
</properties>

Expand Down Expand Up @@ -221,7 +221,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<verbose>${maven.compiler.verbose}</verbose>
<compilerVersion>${maven.compiler.version}</compilerVersion>
Expand Down Expand Up @@ -255,7 +255,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<configuration>
<failOnError>false</failOnError>
<doclint>all</doclint>
Expand Down Expand Up @@ -396,7 +396,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.14.2</version>
<version>2.15.0</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>
Expand Down

0 comments on commit 5850981

Please sign in to comment.