Skip to content

Commit f621a7b

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

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
@@ -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.5.18</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,12 @@
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>
149149
</plugin>
150150
<plugin>
151151
<groupId>com.mycila</groupId>
152152
<artifactId>license-maven-plugin</artifactId>
153-
<version>4.1</version>
153+
<version>4.6</version>
154154
<configuration>
155155
<failIfMissing>true</failIfMissing>
156156
<aggregate>true</aggregate>
@@ -224,12 +224,12 @@
224224
<plugin>
225225
<groupId>org.apache.maven.plugins</groupId>
226226
<artifactId>maven-site-plugin</artifactId>
227-
<version>3.9.1</version>
227+
<version>3.21.0</version>
228228
</plugin>
229229
<plugin>
230230
<groupId>org.apache.maven.plugins</groupId>
231231
<artifactId>maven-project-info-reports-plugin</artifactId>
232-
<version>3.1.2</version>
232+
<version>3.9.0</version>
233233
<configuration>
234234
<dependencyDetailsEnabled>false</dependencyDetailsEnabled> <!-- TODO(AR) disabled due to slow `mvn site` build times -->
235235
</configuration>
@@ -242,7 +242,7 @@
242242
<plugin>
243243
<groupId>org.apache.maven.plugins</groupId>
244244
<artifactId>maven-surefire-report-plugin</artifactId>
245-
<version>3.0.0-M5</version>
245+
<version>3.5.3</version>
246246
</plugin>
247247
</plugins>
248248
</reporting>

0 commit comments

Comments
 (0)