Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 47b237a

Browse files
dependabot[bot]stscoundrel
authored andcommitted
Bump the maven-dependencies group with 4 updates
Bumps the maven-dependencies group with 4 updates: [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin), [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin), [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) and [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin). Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.4.0...maven-clean-plugin-3.4.1) Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.8.0 to 3.9.0 - [Release notes](https://github.com/apache/maven-project-info-reports-plugin/releases) - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.8.0...maven-project-info-reports-plugin-3.9.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0) Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.3...maven-install-plugin-3.1.4) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 93b7da0 commit 47b237a

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
@@ -56,23 +56,23 @@
5656
<plugins>
5757
<plugin>
5858
<artifactId>maven-clean-plugin</artifactId>
59-
<version>3.4.0</version>
59+
<version>3.4.1</version>
6060
</plugin>
6161
<plugin>
6262
<artifactId>maven-site-plugin</artifactId>
6363
<version>3.21.0</version>
6464
</plugin>
6565
<plugin>
6666
<artifactId>maven-project-info-reports-plugin</artifactId>
67-
<version>3.8.0</version>
67+
<version>3.9.0</version>
6868
</plugin>
6969
<plugin>
7070
<artifactId>maven-resources-plugin</artifactId>
7171
<version>3.3.1</version>
7272
</plugin>
7373
<plugin>
7474
<artifactId>maven-compiler-plugin</artifactId>
75-
<version>3.13.0</version>
75+
<version>3.14.0</version>
7676
</plugin>
7777
<plugin>
7878
<artifactId>maven-surefire-plugin</artifactId>
@@ -84,7 +84,7 @@
8484
</plugin>
8585
<plugin>
8686
<artifactId>maven-install-plugin</artifactId>
87-
<version>3.1.3</version>
87+
<version>3.1.4</version>
8888
</plugin>
8989
<plugin>
9090
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)