Skip to content

Commit

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

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

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 Nov 7, 2024
1 parent 43f9880 commit b24aa31
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.20.0'
compileOnly group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.24.1'

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

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

0 comments on commit b24aa31

Please sign in to comment.