Skip to content

Commit 0fd71d5

Browse files
Bump the maven-plugins group with 3 updates (#92)
Bumps the maven-plugins group with 3 updates: [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin), [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin). Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5) Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.9.0...maven-dependency-plugin-3.10.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-plugins - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-version: 3.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-plugins ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2754334 commit 0fd71d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<plugin> <!-- configure java compiler -->
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-compiler-plugin</artifactId>
95-
<version>3.14.1</version>
95+
<version>3.15.0</version>
9696
<configuration>
9797
<release>11</release>
9898
<compilerArgument>-parameters</compilerArgument>
@@ -112,7 +112,7 @@
112112
<plugin> <!-- unit test integration -->
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-surefire-plugin</artifactId>
115-
<version>3.5.4</version>
115+
<version>3.5.5</version>
116116
<configuration>
117117
<argLine>@{argLine} -Dengineering.swat.java-watch.mac=${watch.mac.backend}</argLine>
118118
</configuration>
@@ -317,7 +317,7 @@
317317
<!-- This plugin will set properties values using dependency information -->
318318
<groupId>org.apache.maven.plugins</groupId>
319319
<artifactId>maven-dependency-plugin</artifactId>
320-
<version>3.9.0</version>
320+
<version>3.10.0</version>
321321
<executions>
322322
<execution>
323323
<goals>
@@ -329,7 +329,7 @@
329329
<plugin>
330330
<groupId>org.apache.maven.plugins</groupId>
331331
<artifactId>maven-compiler-plugin</artifactId>
332-
<version>3.14.1</version>
332+
<version>3.15.0</version>
333333
<configuration>
334334
<fork>true</fork>
335335
<release>11</release>

0 commit comments

Comments
 (0)