Skip to content

Commit

Permalink
Merge ba7658b into 3f649d1
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jun 10, 2020
2 parents 3f649d1 + ba7658b commit fe7a14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subprojects/micronaut-log4aws/micronaut-log4aws.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {

compile platform('io.micronaut:micronaut-bom:1.2.8')
compile 'io.sentry:sentry-log4j2:1.7.29'
compile group: 'com.amazonaws', name: 'aws-lambda-java-log4j2', version: '1.1.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.9.1'
compile group: 'com.amazonaws', name: 'aws-lambda-java-log4j2', version: '1.2.0'
compile 'org.apache.logging.log4j:log4j-slf4j18-impl:2.13.3'

compile "io.micronaut:micronaut-core"
compileOnly "io.micronaut:micronaut-inject-groovy"
Expand Down

0 comments on commit fe7a14f

Please sign in to comment.