From 82fdb8d905e2f6919bbd04874bae1d49a314290a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:05:57 +0000 Subject: [PATCH 1/2] 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](https://github.com/mojohaus/versions/compare/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] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 450a448..aeec6c1 100644 --- a/pom.xml +++ b/pom.xml @@ -492,7 +492,7 @@ org.codehaus.mojo versions-maven-plugin - 2.17.1 + 2.18.0 file://${project.basedir}/maven-version-rules.xml @@ -589,7 +589,7 @@ org.codehaus.mojo versions-maven-plugin - 2.17.1 + 2.18.0 From 5f15985a33372cf5a89700aeb7adee65ce57acc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Tue, 19 Nov 2024 14:19:37 +0100 Subject: [PATCH 2/2] chore: update site plugin --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index aeec6c1..74e4fdc 100644 --- a/pom.xml +++ b/pom.xml @@ -532,6 +532,12 @@ + + org.apache.maven.plugins + maven-site-plugin + 3.21.0 + +