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 f251682 Bump org.slf4j:slf4j-bom from 2.0.16 to 2.0.17 in
/log4j-samples-graalvm (#282)
f251682 is described below
commit f25168292fa9455d47c14f3592f4e896dd8e3e6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 27 17:28:50 2025 +0100
Bump org.slf4j:slf4j-bom from 2.0.16 to 2.0.17 in /log4j-samples-graalvm
(#282)
Bumps [org.slf4j:slf4j-bom](https://github.com/qos-ch/slf4j) from 2.0.16 to
2.0.17.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.16...v_2.0.17)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/log4j-samples-graalvm/pom.xml b/log4j-samples-graalvm/pom.xml
index cb50d6a..70b4af6 100644
--- a/log4j-samples-graalvm/pom.xml
+++ b/log4j-samples-graalvm/pom.xml
@@ -65,7 +65,7 @@
<junit.version>5.12.0</junit.version>
<log4j.version>2.25.0-SNAPSHOT</log4j.version>
<logback.version>1.5.16</logback.version>
- <slf4j.version>2.0.16</slf4j.version>
+ <slf4j.version>2.0.17</slf4j.version>
<!-- IT to run for each profile -->
<integration-tests-include>none</integration-tests-include>