Skip to content

Commit

Permalink
explicit BOM and Log4J API and Core version
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Dec 13, 2021
1 parent 121919c commit 4187d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions subprojects/micronaut-log4aws/micronaut-log4aws.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ dependencies {

api "io.sentry:sentry-log4j2:$sentryVersion"
api group: 'com.amazonaws', name: 'aws-lambda-java-log4j2', version: awsLog4jVersion
api 'org.apache.logging.log4j:log4j-slf4j18-impl'
api 'org.apache.logging.log4j:log4j-api'
api 'org.apache.logging.log4j:log4j-core'
api "org.apache.logging.log4j:log4j-slf4j18-impl:$log4jVersion"
api "org.apache.logging.log4j:log4j-api:$log4jVersion"
api "org.apache.logging.log4j:log4j-core:$log4jVersion"

implementation "io.micronaut:micronaut-core"

Expand Down

0 comments on commit 4187d3b

Please sign in to comment.