This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 4417dd9 Bump the all group across 2 directories with 1 update (#336)
4417dd9 is described below
commit 4417dd910a9fe3f1dbffa815e4f9fbbce11dad27
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 13 18:31:39 2025 +0200
Bump the all group across 2 directories with 1 update (#336)
Bumps the all group with 1 update in the / directory:
[org.apache.logging:logging-parent](https://github.com/apache/logging-parent).
Bumps the all group with 1 update in the /log4j-samples-graalvm directory:
[org.apache.logging:logging-parent](https://github.com/apache/logging-parent).
Updates `org.apache.logging:logging-parent` from 12.1.0 to 12.1.1
- [Release notes](https://github.com/apache/logging-parent/releases)
-
[Commits](https://github.com/apache/logging-parent/compare/rel/12.1.0...rel/12.1.1)
Updates `org.apache.logging:logging-parent` from 12.1.0 to 12.1.1
- [Release notes](https://github.com/apache/logging-parent/releases)
-
[Commits](https://github.com/apache/logging-parent/compare/rel/12.1.0...rel/12.1.1)
---
updated-dependencies:
- dependency-name: org.apache.logging:logging-parent
dependency-version: 12.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: org.apache.logging:logging-parent
dependency-version: 12.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
log4j-samples-graalvm/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/log4j-samples-graalvm/pom.xml b/log4j-samples-graalvm/pom.xml
index 08740f8..d879559 100644
--- a/log4j-samples-graalvm/pom.xml
+++ b/log4j-samples-graalvm/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>12.1.0</version>
+ <version>12.1.1</version>
<relativePath />
</parent>
diff --git a/pom.xml b/pom.xml
index e892700..e5a5ad4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>12.1.0</version>
+ <version>12.1.1</version>
<relativePath />
</parent>