Skip to content

Commit

Permalink
Bump the log4j group in /prime-router with 4 updates
Browse files Browse the repository at this point in the history
Bumps the log4j group in /prime-router with 4 updates: 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.1

Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.1

Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.24.0 to 2.24.1

Updates `org.apache.logging.log4j:log4j-layout-template-json` from 2.24.0 to 2.24.1

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 20, 2024
1 parent ad7119e commit 35938fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -876,10 +876,10 @@ dependencies {
exclude(group = "com.azure", module = "azure-core-http-netty")
}
implementation("com.nimbusds:nimbus-jose-jwt:9.41.1")
implementation("org.apache.logging.log4j:log4j-api:2.24.0")
implementation("org.apache.logging.log4j:log4j-core:2.24.0")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0")
implementation("org.apache.logging.log4j:log4j-layout-template-json:2.24.0")
implementation("org.apache.logging.log4j:log4j-api:2.24.1")
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.24.1")
implementation("org.apache.logging.log4j:log4j-layout-template-json:2.24.1")
implementation("org.apache.logging.log4j:log4j-api-kotlin:1.5.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0")
Expand Down

0 comments on commit 35938fb

Please sign in to comment.