Skip to content

Commit 174cb90

Browse files
chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to v2.19.1 (#1585)
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more [here](https://redirect.github.com/renovatebot/renovate/discussions/37842). This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [org.codehaus.mojo:versions-maven-plugin](https://www.mojohaus.org/versions/) ([source](https://redirect.github.com/mojohaus/versions)) | `2.19.0` -> `2.19.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.codehaus.mojo:versions-maven-plugin/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.codehaus.mojo:versions-maven-plugin/2.19.0/2.19.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>mojohaus/versions (org.codehaus.mojo:versions-maven-plugin)</summary> ### [`v2.19.1`](https://redirect.github.com/mojohaus/versions/releases/tag/2.19.1) [Compare Source](https://redirect.github.com/mojohaus/versions/compare/2.19.0...2.19.1) <!-- Optional: add a release summary here --> ##### 🐛 Bug Fixes - Resolves [#&#8203;1270](https://redirect.github.com/mojohaus/versions/issues/1270): Ensuring thread safety when creating VersionsHelper ([#&#8203;1273](https://redirect.github.com/mojohaus/versions/pull/1273)) [@&#8203;andrzejj0](https://redirect.github.com/andrzejj0) - Resolves [#&#8203;1266](https://redirect.github.com/mojohaus/versions/issues/1266): Applying the include filter during association resolution ([#&#8203;1274](https://redirect.github.com/mojohaus/versions/pull/1274)) [@&#8203;andrzejj0](https://redirect.github.com/andrzejj0) ##### 📝 Documentation updates - Resolves [#&#8203;1271](https://redirect.github.com/mojohaus/versions/issues/1271): Fixed broken Site links ([#&#8203;1275](https://redirect.github.com/mojohaus/versions/pull/1275)) [@&#8203;andrzejj0](https://redirect.github.com/andrzejj0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/prometheus/client_java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f4eff2 commit 174cb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
<plugin>
294294
<groupId>org.codehaus.mojo</groupId>
295295
<artifactId>versions-maven-plugin</artifactId>
296-
<version>2.19.0</version>
296+
<version>2.19.1</version>
297297
<configuration>
298298
<rulesUri>file://${project.basedir}/version-rules.xml</rulesUri>
299299
</configuration>

0 commit comments

Comments
 (0)