diff --git a/pom.xml b/pom.xml index fd7c5f37b..0b3a84264 100644 --- a/pom.xml +++ b/pom.xml @@ -118,13 +118,13 @@ UTF-8 UTF-8 ${project.build.directory}/keystore - 1.19.2 - 2.40.0 - 0.3.0 + 1.23.0 + 2.48.0 + 0.4.0 3.14.0 RELEASE120 - 1.17.2 - 6.55.0 + 1.18.1 + 7.3.0 @@ -133,7 +133,7 @@ org.eclipse.platform org.eclipse.text - 3.13.100 + 3.14.100 org.eclipse.platform @@ -150,7 +150,7 @@ org.eclipse.jdt org.eclipse.jdt.core - 3.36.0 + 3.38.0 org.eclipse.platform @@ -167,7 +167,7 @@ de.funfried.libraries jsdt-core - 1.0.7 + 1.0.8 com.google.guava @@ -198,7 +198,7 @@ io.spring.javaformat spring-javaformat-formatter - 0.0.41 + 0.0.42 @@ -273,13 +273,13 @@ com.fasterxml.jackson.core jackson-core - 2.16.1 + 2.17.2 com.fasterxml.jackson.core jackson-databind - 2.16.1 + 2.17.2 @@ -316,7 +316,7 @@ com.github.vertical-blank sql-formatter - 2.0.4 + 2.0.5 @@ -480,26 +480,26 @@ org.apache.commons commons-text - 1.11.0 + 1.12.0 commons-io commons-io - 2.15.1 + 2.16.1 commons-validator commons-validator - 1.8.0 + 1.9.0 com.google.guava guava - 33.0.0-jre + 33.2.1-jre @@ -524,22 +524,22 @@ org.apache.netbeans.utilities nbm-maven-plugin - 14.0 + 14.1 org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.2 org.apache.maven.plugins maven-install-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins @@ -549,17 +549,17 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.2 + 3.4.0 org.apache.maven.plugins maven-assembly-plugin - 3.6.0 + 3.7.1 org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins @@ -569,7 +569,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 + 1.7.0 sonatype-nexus-staging https://oss.sonatype.org/ @@ -594,12 +594,12 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.4 net.revelc.code.formatter formatter-maven-plugin - 2.23.0 + 2.24.1 org.apache.maven.plugins @@ -624,17 +624,17 @@ org.apache.maven.plugins maven-scm-publish-plugin - 3.2.1 + 3.3.0 org.apache.maven.plugins maven-project-info-reports-plugin - 3.5.0 + 3.6.1 org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 true all,-missing @@ -655,12 +655,12 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 org.codehaus.mojo versions-maven-plugin - 2.16.2 + 2.17.0 org.codehaus.mojo @@ -688,17 +688,17 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.1 org.apache.maven.plugins maven-dependency-plugin - 3.6.1 + 3.7.1 org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 de/funfried/netbeans/plugins/external/formatter/**/* @@ -717,12 +717,12 @@ org.apache.maven.plugins maven-jxr-plugin - 3.3.2 + 3.4.0 org.apache.maven.plugins maven-pmd-plugin - 3.21.2 + 3.23.0 net.sourceforge.pmd @@ -749,12 +749,12 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.3.0 + 4.8.6.2 org.owasp dependency-check-maven - 9.0.9 + 10.0.2 nvd-api-key false @@ -1057,7 +1057,7 @@ com.h3xstream.findsecbugs findsecbugs-plugin - 1.12.0 + 1.13.0 diff --git a/src/test/java/de/funfried/netbeans/plugins/external/formatter/java/google/GoogleJavaFormatterWrapperTest.java b/src/test/java/de/funfried/netbeans/plugins/external/formatter/java/google/GoogleJavaFormatterWrapperTest.java index 9cf9ec659..4c07258f1 100644 --- a/src/test/java/de/funfried/netbeans/plugins/external/formatter/java/google/GoogleJavaFormatterWrapperTest.java +++ b/src/test/java/de/funfried/netbeans/plugins/external/formatter/java/google/GoogleJavaFormatterWrapperTest.java @@ -317,7 +317,7 @@ public void testIllegalChangedElementsCode() { try { instance.format(text, JavaFormatterOptions.Style.GOOGLE, regions); } catch (RuntimeException ex) { - Assert.assertTrue(ex.getMessage(), ex.getMessage().contains("invalid length")); + Assert.assertTrue(ex.getMessage(), ex.getMessage().contains("invalid offset")); } } }