Skip to content

Commit

Permalink
Merge pull request #258 from funfried/release/1.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
funfried authored Aug 26, 2024
2 parents 36071c0 + 6d94f92 commit 142e436
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<keystore.file>${project.build.directory}/keystore</keystore.file>
<google-java-format.version>1.23.0</google-java-format.version>
<palantir-java-format.version>2.48.0</palantir-java-format.version>
<palantir-java-format.version>2.50.0</palantir-java-format.version>
<xml-formatter.version>0.4.0</xml-formatter.version>
<commons-lang.version>3.14.0</commons-lang.version>
<commons-lang.version>3.16.0</commons-lang.version>
<netbeans.version>RELEASE120</netbeans.version>
<jsoup.version>1.18.1</jsoup.version>
<pmd.version>7.3.0</pmd.version>
Expand Down Expand Up @@ -167,7 +167,7 @@
<dependency>
<groupId>de.funfried.libraries</groupId>
<artifactId>jsdt-core</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-formatter</artifactId>
<version>0.0.42</version>
<version>0.0.43</version>
</dependency>

<!-- Google Formatter -->
Expand Down Expand Up @@ -499,7 +499,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.1-jre</version>
<version>33.3.0-jre</version>
</dependency>

<!-- Test -->
Expand All @@ -524,7 +524,7 @@
<plugin>
<groupId>org.apache.netbeans.utilities</groupId>
<artifactId>nbm-maven-plugin</artifactId>
<version>14.1</version>
<version>14.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -594,7 +594,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
Expand Down Expand Up @@ -629,12 +629,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<quiet>true</quiet>
<doclint>all,-missing</doclint>
Expand All @@ -660,7 +660,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down Expand Up @@ -722,7 +722,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.23.0</version>
<version>3.24.0</version>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down Expand Up @@ -754,7 +754,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.2</version>
<version>10.0.3</version>
<configuration>
<nvdApiServerId>nvd-api-key</nvdApiServerId>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
Expand Down

0 comments on commit 142e436

Please sign in to comment.