Skip to content

Commit

Permalink
update plugins versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vegegoku committed Jan 30, 2024
1 parent d76209d commit ddb712d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<maven.compiler.plugin>3.11.0</maven.compiler.plugin>
<maven.source.plugin>3.0.1</maven.source.plugin>
<maven.compiler.plugin>3.12.1</maven.compiler.plugin>
<maven.source.plugin>3.3.0</maven.source.plugin>
<maven.javadoc.plugin>3.6.2</maven.javadoc.plugin>
<maven.fmt.plugin>2.9</maven.fmt.plugin>
<maven.license.plugin>3.0</maven.license.plugin>
<maven.deploy.plugin>3.0.0-M1</maven.deploy.plugin>
<maven.deploy.plugin>3.1.1</maven.deploy.plugin>
<maven.gwt.plugin>1.1.0</maven.gwt.plugin>
<maven.nexus.staging.plugin>1.6.8</maven.nexus.staging.plugin>
<maven.gpg.plugin>1.6</maven.gpg.plugin>
<maven.nexus.staging.plugin>1.6.13</maven.nexus.staging.plugin>
<maven.gpg.plugin>3.1.0</maven.gpg.plugin>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<elemental2.version>1.2.1</elemental2.version>
Expand Down Expand Up @@ -158,7 +158,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.0.1-jre</version>
<version>33.0.0-jre</version>
</dependency>
<dependency>
<groupId>org.dominokit</groupId>
Expand All @@ -168,13 +168,13 @@
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<version>1.0-rc6</version>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.9.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.dominokit</groupId>
Expand All @@ -190,7 +190,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ddb712d

Please sign in to comment.