This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-resources.git
The following commit(s) were added to refs/heads/master by this push:
new 38a3dab [MSHARED-1170] Bump
org.apache.maven.shared:maven-shared-components from 41 to 42 (#13)
38a3dab is described below
commit 38a3dab136f15b2896dbfccfab701e478c4df7c0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 22 00:18:36 2024 +0200
[MSHARED-1170] Bump org.apache.maven.shared:maven-shared-components from 41
to 42 (#13)
Bumps
[org.apache.maven.shared:maven-shared-components](https://github.com/apache/maven-parent)
from 41 to 42.
- [Release notes](https://github.com/apache/maven-parent/releases)
- [Commits](https://github.com/apache/maven-parent/commits)
---
updated-dependencies:
- dependency-name: org.apache.maven.shared:maven-shared-components
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c74d093..f91265f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
- <version>41</version>
+ <version>42</version>
<relativePath />
</parent>