Skip to content

Commit 82d912b

Browse files
committed
Update dependency and plugin versions
1 parent 1132fd8 commit 82d912b

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

pom.xml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.expath</groupId>
2828
<artifactId>expath-parent</artifactId>
29-
<version>1.5.0</version>
29+
<version>1.9.0</version>
3030
<relativePath />
3131
</parent>
3232

@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>ch.qos.logback</groupId>
100100
<artifactId>logback-classic</artifactId>
101-
<version>1.2.3</version>
101+
<version>1.3.15</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
@@ -109,13 +109,13 @@
109109
<dependency>
110110
<groupId>com.fasterxml.uuid</groupId>
111111
<artifactId>java-uuid-generator</artifactId>
112-
<version>4.0.1</version>
112+
<version>5.1.0</version>
113113
<scope>test</scope>
114114
</dependency>
115115
<dependency>
116116
<groupId>commons-io</groupId>
117117
<artifactId>commons-io</artifactId>
118-
<version>2.10.0</version>
118+
<version>2.19.0</version>
119119
<scope>test</scope>
120120
</dependency>
121121
</dependencies>
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-enforcer-plugin</artifactId>
128-
<version>3.0.0-M3</version>
128+
<version>3.5.0</version>
129129
<executions>
130130
<execution>
131131
<id>enforce-maven</id>
@@ -145,12 +145,17 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-dependency-plugin</artifactId>
148-
<version>3.1.2</version> <!-- Use 3.1.2 instead of 3.2.0 to avoid MDEP-757 - https://www.mail-archive.com/[email protected]/msg186768.html -->
148+
<version>3.8.1</version>
149+
<configuration>
150+
<ignoredUnusedDeclaredDependencies>
151+
<ignoredUnusedDeclaredDependency>ch.qos.logback:logback-classic</ignoredUnusedDeclaredDependency>
152+
</ignoredUnusedDeclaredDependencies>
153+
</configuration>
149154
</plugin>
150155
<plugin>
151156
<groupId>com.mycila</groupId>
152157
<artifactId>license-maven-plugin</artifactId>
153-
<version>4.1</version>
158+
<version>4.6</version>
154159
<configuration>
155160
<failIfMissing>true</failIfMissing>
156161
<aggregate>true</aggregate>
@@ -224,12 +229,12 @@
224229
<plugin>
225230
<groupId>org.apache.maven.plugins</groupId>
226231
<artifactId>maven-site-plugin</artifactId>
227-
<version>3.9.1</version>
232+
<version>3.21.0</version>
228233
</plugin>
229234
<plugin>
230235
<groupId>org.apache.maven.plugins</groupId>
231236
<artifactId>maven-project-info-reports-plugin</artifactId>
232-
<version>3.1.2</version>
237+
<version>3.9.0</version>
233238
<configuration>
234239
<dependencyDetailsEnabled>false</dependencyDetailsEnabled> <!-- TODO(AR) disabled due to slow `mvn site` build times -->
235240
</configuration>
@@ -242,7 +247,7 @@
242247
<plugin>
243248
<groupId>org.apache.maven.plugins</groupId>
244249
<artifactId>maven-surefire-report-plugin</artifactId>
245-
<version>3.0.0-M5</version>
250+
<version>3.5.3</version>
246251
</plugin>
247252
</plugins>
248253
</reporting>

0 commit comments

Comments
 (0)