Skip to content

Commit

Permalink
Bump log4jVersion from 2.20.0 to 2.21.1 (#232)
Browse files Browse the repository at this point in the history
* Bump log4jVersion from 2.20.0 to 2.21.1

Bumps `log4jVersion` from 2.20.0 to 2.21.1.

Updates `org.apache.logging.log4j:log4j-core` from 2.20.0 to 2.21.1

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.20.0 to 2.21.1

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Not pretty, but it at least builds.

Really need that upstream dependency updated.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Coates <8012398+big-andy-coates@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and big-andy-coates authored Nov 14, 2023
1 parent 468ca6a commit c3d1bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ subprojects {
set("kotlinVersion", "1.9.20") // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-common
set("scalaVersion", "2.13.12")

set("log4jVersion", "2.20.0") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
set("log4jVersion", "2.21.1") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
set("guavaVersion", "32.1.3-jre") // https://mvnrepository.com/artifact/com.google.guava/guava
set("junitVersion", "5.10.0") // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
set("junitPioneerVersion", "2.1.0") // https://mvnrepository.com/artifact/org.junit-pioneer/junit-pioneer
Expand Down Expand Up @@ -70,6 +70,7 @@ subprojects {
// An old v1.x SLF4J impl as required by mbknor-jackson-jsonschema
// Can be updated once https://github.com/mbknor/mbknor-jackson-jsonSchema/pull/172 is resolved:
testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion")
testRuntimeOnly("org.slf4j:slf4j-api:2.0.9")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
}
}
Expand Down

0 comments on commit c3d1bc1

Please sign in to comment.