Skip to content

Commit bbbe386

Browse files
authored
Merge pull request #230 from funfried/release/1.15.x
Updated dependencies and plugins to latest versions
2 parents e4131ce + fca4c4a commit bbbe386

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<commons-lang.version>3.12.0</commons-lang.version>
120120
<netbeans.version>RELEASE120</netbeans.version>
121121
<jsoup.version>1.15.3</jsoup.version>
122-
<pmd.version>6.48.0</pmd.version>
122+
<pmd.version>6.49.0</pmd.version>
123123
<argLine></argLine>
124124
</properties>
125125

@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>org.eclipse.platform</groupId>
130130
<artifactId>org.eclipse.text</artifactId>
131-
<version>3.12.100</version>
131+
<version>3.12.200</version>
132132
<exclusions>
133133
<exclusion>
134134
<groupId>org.eclipse.platform</groupId>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>org.eclipse.jdt</groupId>
147147
<artifactId>org.eclipse.jdt.core</artifactId>
148-
<version>3.30.0</version>
148+
<version>3.31.0</version>
149149
<exclusions>
150150
<exclusion>
151151
<groupId>org.eclipse.platform</groupId>
@@ -162,7 +162,7 @@
162162
<dependency>
163163
<groupId>de.funfried.libraries</groupId>
164164
<artifactId>jsdt-core</artifactId>
165-
<version>1.0.1</version>
165+
<version>1.0.2</version>
166166
<exclusions>
167167
<exclusion>
168168
<groupId>com.google.guava</groupId>
@@ -248,7 +248,7 @@
248248
<dependency>
249249
<groupId>com.diffplug.spotless</groupId>
250250
<artifactId>spotless-lib</artifactId>
251-
<version>2.29.0</version>
251+
<version>2.30.0</version>
252252
</dependency>
253253

254254
<!-- XML Formatter -->
@@ -494,7 +494,7 @@
494494
<plugin>
495495
<groupId>org.apache.maven.plugins</groupId>
496496
<artifactId>maven-jar-plugin</artifactId>
497-
<version>3.2.2</version>
497+
<version>3.3.0</version>
498498
</plugin>
499499
<plugin>
500500
<groupId>org.apache.maven.plugins</groupId>
@@ -616,7 +616,7 @@
616616
<plugin>
617617
<groupId>org.codehaus.mojo</groupId>
618618
<artifactId>versions-maven-plugin</artifactId>
619-
<version>2.11.0</version>
619+
<version>2.12.0</version>
620620
</plugin>
621621
<plugin>
622622
<groupId>org.codehaus.mojo</groupId>
@@ -675,7 +675,7 @@
675675
<plugin>
676676
<groupId>org.apache.maven.plugins</groupId>
677677
<artifactId>maven-pmd-plugin</artifactId>
678-
<version>3.18.0</version>
678+
<version>3.19.0</version>
679679
<dependencies>
680680
<dependency>
681681
<groupId>net.sourceforge.pmd</groupId>
@@ -702,12 +702,12 @@
702702
<plugin>
703703
<groupId>com.github.spotbugs</groupId>
704704
<artifactId>spotbugs-maven-plugin</artifactId>
705-
<version>4.7.1.1</version>
705+
<version>4.7.2.0</version>
706706
</plugin>
707707
<plugin>
708708
<groupId>org.owasp</groupId>
709709
<artifactId>dependency-check-maven</artifactId>
710-
<version>7.1.2</version>
710+
<version>7.2.0</version>
711711
<configuration>
712712
<failBuildOnCVSS>7</failBuildOnCVSS>
713713
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>

0 commit comments

Comments
 (0)