Skip to content

Commit

Permalink
pom: update dependency plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Dec 18, 2024
1 parent a9ee9fe commit 62e5e3b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@

<dependencies>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
</dependency>
</dependencies>
Expand All @@ -66,7 +66,7 @@

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.2</version>
<version>3.4.2</version>
<configuration>
<archive>
<manifest>
Expand All @@ -81,7 +81,7 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -90,7 +90,7 @@

<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -103,7 +103,7 @@

<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<version>3.11.2</version>
<configuration>
<source>1.8</source>
</configuration>
Expand All @@ -119,7 +119,7 @@

<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<version>3.7.1</version>
<configuration>
<descriptors>
<descriptor>src/assembly/dist.xml</descriptor>
Expand All @@ -129,7 +129,7 @@

<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M1</version>
<version>4.0.0-M16</version>
</plugin>

</plugins>
Expand All @@ -146,12 +146,12 @@

<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.3.0</version>
<version>3.8.0</version>
</plugin>

<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<version>3.11.2</version>
<reportSets>
<reportSet>
<id>html</id>
Expand All @@ -164,7 +164,7 @@

<plugin>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.2.0</version>
<version>3.6.0</version>
</plugin>

</plugins>
Expand Down

0 comments on commit 62e5e3b

Please sign in to comment.