|
117 | 117 | <java.version>17</java.version>
|
118 | 118 | <maven.compiler.release>${java.version}</maven.compiler.release>
|
119 | 119 | <maven.version>3.9.9</maven.version>
|
120 |
| - <exec-maven-plugin.version>3.2.0</exec-maven-plugin.version> |
| 120 | + <exec-maven-plugin.version>3.5.0</exec-maven-plugin.version> |
121 | 121 | <sbt.project.name>spark</sbt.project.name>
|
122 | 122 | <asm.version>9.7.1</asm.version>
|
123 | 123 | <slf4j.version>2.0.16</slf4j.version>
|
|
174 | 174 | <scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>
|
175 | 175 | <scala-maven-plugin.version>4.9.2</scala-maven-plugin.version>
|
176 | 176 | <maven.scaladoc.skip>false</maven.scaladoc.skip>
|
177 |
| - <versions-maven-plugin.version>2.16.2</versions-maven-plugin.version> |
| 177 | + <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version> |
178 | 178 | <!-- for now, not running scalafmt as part of default verify pipeline -->
|
179 | 179 | <scalafmt.skip>true</scalafmt.skip>
|
180 | 180 | <scalafmt.validateOnly>true</scalafmt.validateOnly>
|
|
2591 | 2591 | <plugin>
|
2592 | 2592 | <groupId>org.apache.maven.plugins</groupId>
|
2593 | 2593 | <artifactId>maven-enforcer-plugin</artifactId>
|
2594 |
| - <version>3.4.1</version> |
| 2594 | + <version>3.5.0</version> |
2595 | 2595 | <executions>
|
2596 | 2596 | <execution>
|
2597 | 2597 | <id>enforce-versions</id>
|
|
2652 | 2652 | <plugin>
|
2653 | 2653 | <groupId>org.codehaus.mojo</groupId>
|
2654 | 2654 | <artifactId>build-helper-maven-plugin</artifactId>
|
2655 |
| - <version>3.5.0</version> |
| 2655 | + <version>3.6.0</version> |
2656 | 2656 | <executions>
|
2657 | 2657 | <execution>
|
2658 | 2658 | <id>module-timestamp-property</id>
|
|
2788 | 2788 | <plugin>
|
2789 | 2789 | <groupId>org.apache.maven.plugins</groupId>
|
2790 | 2790 | <artifactId>maven-surefire-plugin</artifactId>
|
2791 |
| - <version>3.2.5</version> |
| 2791 | + <version>3.5.2</version> |
2792 | 2792 | <!-- Note config is repeated in scalatest config -->
|
2793 | 2793 | <configuration>
|
2794 | 2794 | <includes>
|
|
2924 | 2924 | <plugin>
|
2925 | 2925 | <groupId>org.apache.maven.plugins</groupId>
|
2926 | 2926 | <artifactId>maven-clean-plugin</artifactId>
|
2927 |
| - <version>3.3.2</version> |
| 2927 | + <version>3.4.0</version> |
2928 | 2928 | <configuration>
|
2929 | 2929 | <filesets>
|
2930 | 2930 | <fileset>
|
|
2951 | 2951 | <plugin>
|
2952 | 2952 | <groupId>org.apache.maven.plugins</groupId>
|
2953 | 2953 | <artifactId>maven-javadoc-plugin</artifactId>
|
2954 |
| - <version>3.6.3</version> |
| 2954 | + <version>3.11.2</version> |
2955 | 2955 | <configuration>
|
2956 | 2956 | <additionalJOptions>
|
2957 | 2957 | <additionalJOption>-Xdoclint:all</additionalJOption>
|
|
3007 | 3007 | <plugin>
|
3008 | 3008 | <groupId>org.apache.maven.plugins</groupId>
|
3009 | 3009 | <artifactId>maven-shade-plugin</artifactId>
|
3010 |
| - <version>3.5.2</version> |
| 3010 | + <version>3.6.0</version> |
3011 | 3011 | <dependencies>
|
3012 | 3012 | <dependency>
|
3013 | 3013 | <groupId>org.ow2.asm</groupId>
|
|
3037 | 3037 | <plugin>
|
3038 | 3038 | <groupId>org.apache.maven.plugins</groupId>
|
3039 | 3039 | <artifactId>maven-dependency-plugin</artifactId>
|
3040 |
| - <version>3.6.1</version> |
| 3040 | + <version>3.8.1</version> |
3041 | 3041 | <executions>
|
3042 | 3042 | <execution>
|
3043 | 3043 | <id>default-cli</id>
|
|
3178 | 3178 | <plugin>
|
3179 | 3179 | <groupId>org.apache.maven.plugins</groupId>
|
3180 | 3180 | <artifactId>maven-checkstyle-plugin</artifactId>
|
3181 |
| - <version>3.3.1</version> |
| 3181 | + <version>3.6.0</version> |
3182 | 3182 | <configuration>
|
3183 | 3183 | <failOnViolation>false</failOnViolation>
|
3184 | 3184 | <includeTestSourceDirectory>true</includeTestSourceDirectory>
|
|
3296 | 3296 | <plugin>
|
3297 | 3297 | <groupId>org.cyclonedx</groupId>
|
3298 | 3298 | <artifactId>cyclonedx-maven-plugin</artifactId>
|
3299 |
| - <version>2.8.0</version> |
| 3299 | + <version>2.9.1</version> |
3300 | 3300 | <executions>
|
3301 | 3301 | <execution>
|
3302 | 3302 | <phase>package</phase>
|
|
0 commit comments