Skip to content

Commit 6ef32fd

Browse files
Bump org.apache.maven.plugins:maven-project-info-reports-plugin
Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/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) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bccf97a commit 6ef32fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bunsen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<scm.connection>scm:git:git@github.com/cerner/bunsen.git</scm.connection>
3434
<python.version>3.5.3</python.version>
3535
<maven-javadoc.plugin.version>3.11.2</maven-javadoc.plugin.version>
36-
<maven-project-info-reports.plugin.version>3.8.0</maven-project-info-reports.plugin.version>
36+
<maven-project-info-reports.plugin.version>3.9.0</maven-project-info-reports.plugin.version>
3737
<slf4j.version>2.0.16</slf4j.version>
3838
<logback.version>1.5.16</logback.version>
3939
</properties>

pipelines/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
</plugin>
290290
<plugin>
291291
<artifactId>maven-project-info-reports-plugin</artifactId>
292-
<version>3.8.0</version>
292+
<version>3.9.0</version>
293293
</plugin>
294294
<!-- this is for finding files at the root ${main.basedir} easier -->
295295
<plugin>

0 commit comments

Comments
 (0)