Skip to content

Commit e646c54

Browse files
Bump org.apache.logging.log4j:log4j-bom from 2.26.0 to 2.26.1 (#6739)
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.26.0 to 2.26.1. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc) - [Commits](apache/logging-log4j2@rel/2.26.0...rel/2.26.1) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13c5fea commit e646c54

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

vividus-mcp-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
implementation('io.modelcontextprotocol.sdk:mcp-core')
99
implementation('io.modelcontextprotocol.sdk:mcp-json-jackson2')
1010

11-
implementation platform('org.apache.logging.log4j:log4j-bom:2.26.0')
11+
implementation platform('org.apache.logging.log4j:log4j-bom:2.26.1')
1212
implementation('org.apache.logging.log4j:log4j-core')
1313

1414
testImplementation platform(libs.junit.bom)

vividus/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ dependencies {
6565
implementation(libs.slf4j.julToSlf4j) // JUL to SLF4J bridge
6666
implementation(libs.slf4j.log4jOverSlf4j) // Log4J 1.x and Reload4J to SLF4J bridge
6767

68-
implementation platform('org.apache.logging.log4j:log4j-bom:2.26.0')
68+
implementation platform('org.apache.logging.log4j:log4j-bom:2.26.1')
6969
implementation('org.apache.logging.log4j:log4j-api')
7070
implementation('org.apache.logging.log4j:log4j-core')
7171
implementation('org.apache.logging.log4j:log4j-slf4j2-impl')
72-
annotationProcessor platform('org.apache.logging.log4j:log4j-bom:2.26.0')
72+
annotationProcessor platform('org.apache.logging.log4j:log4j-bom:2.26.1')
7373
annotationProcessor('org.apache.logging.log4j:log4j-core')
7474

7575
implementation('de.vandermeer:asciitable:0.3.2')

0 commit comments

Comments
 (0)