This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 8a1bfd5628 Bump jetty-util from 9.4.46.v20220331 to 9.4.47.v20220610
8a1bfd5628 is described below
commit 8a1bfd56284ff202b6037a65ec4ec5bbb7e9731c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 21 10:01:44 2022 +0000
Bump jetty-util from 9.4.46.v20220331 to 9.4.47.v20220610
Bumps [jetty-util](https://github.com/eclipse/jetty.project) from
9.4.46.v20220331 to 9.4.47.v20220610.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
-
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.46.v20220331...jetty-9.4.47.v20220610)
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-util
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 ee99a82992..38e5086c12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -308,7 +308,7 @@
<javaTargetVersion>1.8</javaTargetVersion>
<module.name />
<!-- Used in `log4j-appserver`, so that it does not override `wiremock`'s
deps-->
- <jetty.version>9.4.46.v20220331</jetty.version>
+ <jetty.version>9.4.47.v20220610</jetty.version>
<netty-all.version>4.1.72.Final</netty-all.version>
</properties>
<pluginRepositories>