Skip to content

Commit bd3b15c

Browse files
Bump the log4j group across 1 directory with 4 updates
Bumps the log4j group with 4 updates in the /prime-router directory: org.apache.logging.log4j:log4j-api, org.apache.logging.log4j:log4j-core, org.apache.logging.log4j:log4j-slf4j2-impl and org.apache.logging.log4j:log4j-layout-template-json. Updates `org.apache.logging.log4j:log4j-api` from 2.24.0 to 2.24.3 Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.3 Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.0 to 2.24.3 Updates `org.apache.logging.log4j:log4j-layout-template-json` from 2.24.0 to 2.24.3 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-layout-template-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 91a6c30 commit bd3b15c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

prime-router/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -877,10 +877,10 @@ dependencies {
877877
exclude(group = "com.azure", module = "azure-core-http-netty")
878878
}
879879
implementation("com.nimbusds:nimbus-jose-jwt:9.47")
880-
implementation("org.apache.logging.log4j:log4j-api:2.24.0")
881-
implementation("org.apache.logging.log4j:log4j-core:2.24.0")
882-
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0")
883-
implementation("org.apache.logging.log4j:log4j-layout-template-json:2.24.0")
880+
implementation("org.apache.logging.log4j:log4j-api:2.24.3")
881+
implementation("org.apache.logging.log4j:log4j-core:2.24.3")
882+
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3")
883+
implementation("org.apache.logging.log4j:log4j-layout-template-json:2.24.3")
884884
implementation("org.apache.logging.log4j:log4j-api-kotlin:1.5.0")
885885
implementation("io.github.oshai:kotlin-logging-jvm:7.0.3")
886886
implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0")

0 commit comments

Comments
 (0)