This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new b305a5bf6 Bump slf4j.version from 2.0.1 to 2.0.6 (#73)
b305a5bf6 is described below
commit b305a5bf647e1c8d778cc8d101e4fbb448a7c778
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 10 07:31:43 2023 +0000
Bump slf4j.version from 2.0.1 to 2.0.6 (#73)
Bumps `slf4j.version` from 2.0.1 to 2.0.6.
Updates `slf4j-api` from 2.0.1 to 2.0.6
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.6)
Updates `slf4j-reload4j` from 2.0.1 to 2.0.6
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.6)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-reload4j
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index b4b1eb015..f8fcf641b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -44,7 +44,7 @@
<kerby.version>2.0.2</kerby.version>
<neethi.version>3.2.0</neethi.version>
<opensaml.version>4.2.0</opensaml.version>
- <slf4j.version>2.0.1</slf4j.version>
+ <slf4j.version>2.0.6</slf4j.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<woodstox.version>6.4.0</woodstox.version>
<xz.version>1.9</xz.version>