Skip to content

Commit

Permalink
Updated to latest dependency and plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
funfried committed Jan 26, 2024
1 parent b64eb37 commit fe2b9da
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<keystore.file>${project.build.directory}/keystore</keystore.file>
<google-java-format.version>1.17.0</google-java-format.version>
<palantir-java-format.version>2.35.0</palantir-java-format.version>
<google-java-format.version>1.19.2</google-java-format.version>
<palantir-java-format.version>2.40.0</palantir-java-format.version>
<xml-formatter.version>0.3.0</xml-formatter.version>
<commons-lang.version>3.12.0</commons-lang.version>
<commons-lang.version>3.14.0</commons-lang.version>
<netbeans.version>RELEASE120</netbeans.version>
<jsoup.version>1.16.1</jsoup.version>
<jsoup.version>1.17.2</jsoup.version>
<pmd.version>6.55.0</pmd.version>
<argLine></argLine>
</properties>
Expand All @@ -133,7 +133,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.text</artifactId>
<version>3.13.0</version>
<version>3.13.100</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.34.0</version>
<version>3.36.0</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
Expand All @@ -167,7 +167,7 @@
<dependency>
<groupId>de.funfried.libraries</groupId>
<artifactId>jsdt-core</artifactId>
<version>1.0.5</version>
<version>1.0.6</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.39</version>
<version>0.0.41</version>
</dependency>

<!-- Google Formatter -->
Expand Down Expand Up @@ -253,7 +253,7 @@
<dependency>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-lib</artifactId>
<version>2.35.0</version>
<version>2.44.0</version>
</dependency>

<!-- XML Formatter -->
Expand All @@ -273,13 +273,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
<version>2.16.1</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
<version>2.16.1</version>
</dependency>

<!-- CSS Parser -->
Expand Down Expand Up @@ -480,26 +480,26 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.1</version>
</dependency>

<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.7</version>
<version>1.8.0</version>
</dependency>

<!-- Google -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
<version>33.0.0-jre</version>
</dependency>

<!-- Test -->
Expand All @@ -524,12 +524,12 @@
<plugin>
<groupId>org.apache.netbeans.utilities</groupId>
<artifactId>nbm-maven-plugin</artifactId>
<version>4.8</version>
<version>14.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -549,7 +549,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</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.4.5</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.3</version>
<configuration>
<quiet>true</quiet>
<doclint>all,-missing</doclint>
Expand All @@ -661,7 +661,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<version>2.16.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -684,22 +684,22 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<configuration>
<includes>
<include>de/funfried/netbeans/plugins/external/formatter/**/*</include>
Expand All @@ -718,12 +718,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.21.0</version>
<version>3.21.2</version>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand All @@ -750,12 +750,12 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.5</version>
<version>4.8.2.0</version>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>8.3.1</version>
<version>9.0.9</version>
<configuration>
<failBuildOnCVSS>3</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public void testNonFormatableCode() {
try {
instance.format(text, JavaFormatterOptions.Style.GOOGLE, null);
} catch (RuntimeException ex) {
Assert.assertTrue(ex.getMessage(), ex.getMessage().contains("class, interface, or enum expected") || ex.getMessage().contains("class, interface, enum, or record expected"));
Assert.assertTrue(ex.getMessage(), ex.getMessage().contains("error: class, interface, "));
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void testNonFormatableCode() {
try {
instance.format(text, null);
} catch (RuntimeException ex) {
Assert.assertTrue(ex.getMessage(), ex.getMessage().contains("class, interface, or enum expected") || ex.getMessage().contains("class, interface, enum, or record expected"));
Assert.assertTrue(ex.getMessage(), ex.getMessage().contains("error: class, interface, "));
}
}

Expand Down

0 comments on commit fe2b9da

Please sign in to comment.