This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch maven-resources-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
The following commit(s) were added to refs/heads/maven-resources-plugin-3.x by
this push:
new 128afab Bump org.codehaus.plexus:plexus-interpolation from 1.27 to
1.28
128afab is described below
commit 128afab5b093d935218012b95ced035873734f88
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 7 22:45:24 2025 +0000
Bump org.codehaus.plexus:plexus-interpolation from 1.27 to 1.28
Bumps
[org.codehaus.plexus:plexus-interpolation](https://github.com/codehaus-plexus/plexus-interpolation)
from 1.27 to 1.28.
- [Release
notes](https://github.com/codehaus-plexus/plexus-interpolation/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-interpolation/compare/plexus-interpolation-1.27...plexus-interpolation-1.28)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-interpolation
dependency-version: '1.28'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7eb23fa..1a168ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interpolation</artifactId>
- <version>1.27</version>
+ <version>1.28</version>
<scope>runtime</scope>
</dependency>
<dependency>