Skip to content

Commit 90cca4e

Browse files
authored
Merge pull request #206 from funfried/release/1.15.x
Updated dependencies and plugins to latest versions
2 parents 14449f0 + 9ef1299 commit 90cca4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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.14.3</jsoup.version>
122-
<pmd.version>6.44.0</pmd.version>
122+
<pmd.version>6.45.0</pmd.version>
123123
<argLine></argLine>
124124
</properties>
125125

@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>de.funfried.libraries</groupId>
144144
<artifactId>jsdt-core</artifactId>
145-
<version>1.0.0-SNAPSHOT</version>
145+
<version>1.0.0</version>
146146
<exclusions>
147147
<exclusion>
148148
<groupId>com.google.guava</groupId>
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>com.diffplug.spotless</groupId>
210210
<artifactId>spotless-lib</artifactId>
211-
<version>2.25.0</version>
211+
<version>2.25.2</version>
212212
</dependency>
213213

214214
<!-- XML Formatter -->
@@ -544,7 +544,7 @@
544544
<plugin>
545545
<groupId>org.apache.maven.plugins</groupId>
546546
<artifactId>maven-project-info-reports-plugin</artifactId>
547-
<version>3.2.2</version>
547+
<version>3.3.0</version>
548548
</plugin>
549549
<plugin>
550550
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)