|
26 | 26 | <parent> |
27 | 27 | <groupId>org.expath</groupId> |
28 | 28 | <artifactId>expath-parent</artifactId> |
29 | | - <version>1.5.0</version> |
| 29 | + <version>1.9.0</version> |
30 | 30 | <relativePath /> |
31 | 31 | </parent> |
32 | 32 |
|
|
98 | 98 | <dependency> |
99 | 99 | <groupId>ch.qos.logback</groupId> |
100 | 100 | <artifactId>logback-classic</artifactId> |
101 | | - <version>1.2.3</version> |
| 101 | + <version>1.5.18</version> |
102 | 102 | <scope>test</scope> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
|
109 | 109 | <dependency> |
110 | 110 | <groupId>com.fasterxml.uuid</groupId> |
111 | 111 | <artifactId>java-uuid-generator</artifactId> |
112 | | - <version>4.0.1</version> |
| 112 | + <version>5.1.0</version> |
113 | 113 | <scope>test</scope> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>commons-io</groupId> |
117 | 117 | <artifactId>commons-io</artifactId> |
118 | | - <version>2.10.0</version> |
| 118 | + <version>2.19.0</version> |
119 | 119 | <scope>test</scope> |
120 | 120 | </dependency> |
121 | 121 | </dependencies> |
|
125 | 125 | <plugin> |
126 | 126 | <groupId>org.apache.maven.plugins</groupId> |
127 | 127 | <artifactId>maven-enforcer-plugin</artifactId> |
128 | | - <version>3.0.0-M3</version> |
| 128 | + <version>3.5.0</version> |
129 | 129 | <executions> |
130 | 130 | <execution> |
131 | 131 | <id>enforce-maven</id> |
|
145 | 145 | <plugin> |
146 | 146 | <groupId>org.apache.maven.plugins</groupId> |
147 | 147 | <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 | 149 | </plugin> |
150 | 150 | <plugin> |
151 | 151 | <groupId>com.mycila</groupId> |
152 | 152 | <artifactId>license-maven-plugin</artifactId> |
153 | | - <version>4.1</version> |
| 153 | + <version>4.6</version> |
154 | 154 | <configuration> |
155 | 155 | <failIfMissing>true</failIfMissing> |
156 | 156 | <aggregate>true</aggregate> |
|
224 | 224 | <plugin> |
225 | 225 | <groupId>org.apache.maven.plugins</groupId> |
226 | 226 | <artifactId>maven-site-plugin</artifactId> |
227 | | - <version>3.9.1</version> |
| 227 | + <version>3.21.0</version> |
228 | 228 | </plugin> |
229 | 229 | <plugin> |
230 | 230 | <groupId>org.apache.maven.plugins</groupId> |
231 | 231 | <artifactId>maven-project-info-reports-plugin</artifactId> |
232 | | - <version>3.1.2</version> |
| 232 | + <version>3.9.0</version> |
233 | 233 | <configuration> |
234 | 234 | <dependencyDetailsEnabled>false</dependencyDetailsEnabled> <!-- TODO(AR) disabled due to slow `mvn site` build times --> |
235 | 235 | </configuration> |
|
242 | 242 | <plugin> |
243 | 243 | <groupId>org.apache.maven.plugins</groupId> |
244 | 244 | <artifactId>maven-surefire-report-plugin</artifactId> |
245 | | - <version>3.0.0-M5</version> |
| 245 | + <version>3.5.3</version> |
246 | 246 | </plugin> |
247 | 247 | </plugins> |
248 | 248 | </reporting> |
|
0 commit comments