Skip to content

Commit ff8ff35

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group with 3 updates
Bumps the maven-build-plugins group with 3 updates: [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin), [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) and [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin). Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.2...maven-install-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.6.2 to 3.7.0 - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.6.2...maven-project-info-reports-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2dfcfc8 commit ff8ff35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@
109109
</plugin>
110110
<plugin>
111111
<artifactId>maven-install-plugin</artifactId>
112-
<version>3.1.2</version>
112+
<version>3.1.3</version>
113113
</plugin>
114114
<plugin>
115115
<artifactId>maven-deploy-plugin</artifactId>
116-
<version>3.1.2</version>
116+
<version>3.1.3</version>
117117
</plugin>
118118
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
119119
<plugin>
@@ -122,7 +122,7 @@
122122
</plugin>
123123
<plugin>
124124
<artifactId>maven-project-info-reports-plugin</artifactId>
125-
<version>3.6.2</version>
125+
<version>3.7.0</version>
126126
</plugin>
127127
</plugins>
128128
</pluginManagement>

0 commit comments

Comments
 (0)