Skip to content

Commit d098ff7

Browse files
build(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 (#199)
* build(deps): bump org.codehaus.mojo:versions-maven-plugin Bumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.17.1 to 2.18.0. - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](mojohaus/versions@2.17.1...2.18.0) --- updated-dependencies: - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update site plugin --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 66141b8 commit d098ff7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
<plugin>
493493
<groupId>org.codehaus.mojo</groupId>
494494
<artifactId>versions-maven-plugin</artifactId>
495-
<version>2.17.1</version>
495+
<version>2.18.0</version>
496496
<configuration>
497497
<rulesUri>file://${project.basedir}/maven-version-rules.xml</rulesUri>
498498
</configuration>
@@ -532,6 +532,12 @@
532532
</configuration>
533533
</plugin>
534534

535+
<plugin>
536+
<groupId>org.apache.maven.plugins</groupId>
537+
<artifactId>maven-site-plugin</artifactId>
538+
<version>3.21.0</version>
539+
</plugin>
540+
535541
</plugins>
536542

537543
</build>
@@ -589,7 +595,7 @@
589595
<plugin>
590596
<groupId>org.codehaus.mojo</groupId>
591597
<artifactId>versions-maven-plugin</artifactId>
592-
<version>2.17.1</version>
598+
<version>2.18.0</version>
593599
<reportSets>
594600
<reportSet>
595601
<reports>

0 commit comments

Comments
 (0)