From 5f61aa1513fd36ea214a0ccadde63dd75715ad88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 08:16:57 +0000 Subject: [PATCH] Bump org.apache.logging.log4j:log4j-bom from 2.21.0 to 2.21.1 Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.21.0 to 2.21.1. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.21.0...rel/2.21.1) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6482af9..ec0206b 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ javaPlatform { dependencies { api platform('org.junit:junit-bom:5.10.0') - api platform('org.apache.logging.log4j:log4j-bom:2.21.0') + api platform('org.apache.logging.log4j:log4j-bom:2.21.1') constraints { api 'com.github.spotbugs:spotbugs-annotations:4.8.0'