|
118 | 118 | <java.version>17</java.version>
|
119 | 119 | <maven.compiler.release>${java.version}</maven.compiler.release>
|
120 | 120 | <maven.version>3.9.10</maven.version>
|
121 |
| - <exec-maven-plugin.version>3.5.0</exec-maven-plugin.version> |
| 121 | + <exec-maven-plugin.version>3.5.1</exec-maven-plugin.version> |
122 | 122 | <sbt.project.name>spark</sbt.project.name>
|
123 | 123 | <asm.version>9.8</asm.version>
|
124 | 124 | <slf4j.version>2.0.17</slf4j.version>
|
|
2616 | 2616 | <plugin>
|
2617 | 2617 | <groupId>org.apache.maven.plugins</groupId>
|
2618 | 2618 | <artifactId>maven-enforcer-plugin</artifactId>
|
2619 |
| - <version>3.5.0</version> |
| 2619 | + <version>3.6.0</version> |
2620 | 2620 | <executions>
|
2621 | 2621 | <execution>
|
2622 | 2622 | <id>enforce-versions</id>
|
|
2677 | 2677 | <plugin>
|
2678 | 2678 | <groupId>org.codehaus.mojo</groupId>
|
2679 | 2679 | <artifactId>build-helper-maven-plugin</artifactId>
|
2680 |
| - <version>3.6.0</version> |
| 2680 | + <version>3.6.1</version> |
2681 | 2681 | <executions>
|
2682 | 2682 | <execution>
|
2683 | 2683 | <id>module-timestamp-property</id>
|
|
2815 | 2815 | <plugin>
|
2816 | 2816 | <groupId>org.apache.maven.plugins</groupId>
|
2817 | 2817 | <artifactId>maven-surefire-plugin</artifactId>
|
2818 |
| - <version>3.5.2</version> |
| 2818 | + <version>3.5.3</version> |
2819 | 2819 | <!-- Note config is repeated in scalatest config -->
|
2820 | 2820 | <configuration>
|
2821 | 2821 | <includes>
|
|
2953 | 2953 | <plugin>
|
2954 | 2954 | <groupId>org.apache.maven.plugins</groupId>
|
2955 | 2955 | <artifactId>maven-clean-plugin</artifactId>
|
2956 |
| - <version>3.4.1</version> |
| 2956 | + <version>3.5.0</version> |
2957 | 2957 | <configuration>
|
2958 | 2958 | <filesets>
|
2959 | 2959 | <fileset>
|
|
0 commit comments