Skip to content

Commit

Permalink
Upgrading PostgreSQL JDBC driver, maven-dependency-plugin, maven-chec…
Browse files Browse the repository at this point in the history
…kstyle-plugin, maven-project-info-reports-plugin, maven-jxr-plugin
  • Loading branch information
ilgrosso committed Aug 23, 2024
1 parent f0fa559 commit d89db94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ under the License.
<docker.mysql.version>8.0</docker.mysql.version>
<docker.mariadb.version>11</docker.mariadb.version>

<jdbc.postgresql.version>42.7.3</jdbc.postgresql.version>
<jdbc.postgresql.version>42.7.4</jdbc.postgresql.version>
<jdbc.mysql.version>9.0.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.4.1</jdbc.mariadb.version>
<jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
Expand Down Expand Up @@ -1565,7 +1565,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.0</version>
<configuration>
<outputDirectory>${bundles.directory}</outputDirectory>
<artifactItems>
Expand Down Expand Up @@ -1739,7 +1739,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<configuration>
<configLocation>${rootpom.basedir}/src/main/resources/org/apache/syncope/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
Expand Down Expand Up @@ -2051,7 +2051,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.6.2</version>
<version>3.7.0</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
Expand Down Expand Up @@ -2115,7 +2115,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit d89db94

Please sign in to comment.