Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit 465eae0

Browse files
chore: bump org.apache.logging.log4j:log4j-core from 2.25.0 to 2.25.2
Bumps org.apache.logging.log4j:log4j-core from 2.25.0 to 2.25.2. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6deef93 commit 465eae0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ val mockitoAgent = configurations.create("mockitoAgent")
4141
dependencies {
4242
implementation("org.springframework.boot:spring-boot-starter-web")
4343

44-
implementation("org.apache.logging.log4j:log4j-core:2.25.0")
45-
implementation("org.apache.logging.log4j:log4j-api:2.25.0")
44+
implementation("org.apache.logging.log4j:log4j-core:2.25.2")
45+
implementation("org.apache.logging.log4j:log4j-api:2.25.2")
4646

4747
compileOnly("org.projectlombok:lombok")
4848
annotationProcessor("org.projectlombok:lombok")

dsp-lib/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies {
3434
implementation("org.springframework.boot:spring-boot-starter-web")
3535
implementation("org.springframework.data:spring-data-commons:3.5.1")
3636

37-
implementation("org.apache.logging.log4j:log4j-api:2.25.0")
38-
implementation("org.apache.logging.log4j:log4j-core:2.25.0")
37+
implementation("org.apache.logging.log4j:log4j-api:2.25.2")
38+
implementation("org.apache.logging.log4j:log4j-core:2.25.2")
3939

4040
implementation("jakarta.json:jakarta.json-api:2.1.3")
4141
implementation("org.eclipse.parsson:parsson:1.1.7")

0 commit comments

Comments
 (0)