Skip to content

Commit

Permalink
chore(deps): bump org.apache.logging.log4j:log4j-api (#285)
Browse files Browse the repository at this point in the history
Bumps org.apache.logging.log4j:log4j-api from 2.24.1 to 2.24.3.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 37ca675 commit 63dbdd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions james-publisher-log4j2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ assemble.dependsOn(shadowJar)

dependencies {
compileOnly project(':james-agent-common')
compileOnly group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.1'
compileOnly group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.3'

testImplementation project(':james-agent-common')
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.1'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.3'

testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
Expand Down

0 comments on commit 63dbdd0

Please sign in to comment.