Skip to content

Commit

Permalink
Bump the log4j group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the log4j group with 5 updates in the /prime-router directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.logging.log4j:log4j-api | `2.23.1` | `2.24.0` |
| org.apache.logging.log4j:log4j-core | `2.23.1` | `2.24.0` |
| org.apache.logging.log4j:log4j-slf4j2-impl | `2.23.1` | `2.24.0` |
| org.apache.logging.log4j:log4j-layout-template-json | `2.23.1` | `2.24.0` |
| [org.apache.logging.log4j:log4j-api-kotlin](https://github.com/apache/logging-log4j-kotlin) | `1.4.0` | `1.5.0` |



Updates `org.apache.logging.log4j:log4j-api` from 2.23.1 to 2.24.0

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

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

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

Updates `org.apache.logging.log4j:log4j-api-kotlin` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/apache/logging-log4j-kotlin/releases)
- [Commits](apache/logging-log4j-kotlin@rel/1.4.0...rel/1.5.0)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: log4j
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: log4j
- dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: log4j
- dependency-name: org.apache.logging.log4j:log4j-layout-template-json
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: log4j
- dependency-name: org.apache.logging.log4j:log4j-api-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: log4j
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent 1220903 commit dd04e7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions prime-router/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -832,11 +832,11 @@ dependencies {
exclude(group = "com.azure", module = "azure-core-http-netty")
}
implementation("com.nimbusds:nimbus-jose-jwt:9.40")
implementation("org.apache.logging.log4j:log4j-api:2.23.1")
implementation("org.apache.logging.log4j:log4j-core:2.23.1")
implementation("org.apache.logging.log4j:log4j-slf4j2-impl:2.23.1")
implementation("org.apache.logging.log4j:log4j-layout-template-json:2.23.1")
implementation("org.apache.logging.log4j:log4j-api-kotlin:1.4.0")
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-kotlin:1.5.0")
implementation("io.github.oshai:kotlin-logging-jvm:7.0.0")
implementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3")
implementation("tech.tablesaw:tablesaw-core:0.43.1")
Expand Down

0 comments on commit dd04e7e

Please sign in to comment.