File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,17 @@ repositories {
1212
1313dependencies {
1414 implementation(project(" :logback" ))
15- implementation(" ch.qos.logback:logback-core:1.2.3 " )
16- implementation(" ch.qos.logback:logback-classic:1.2.3 " )
15+ implementation(" ch.qos.logback:logback-core:1.4.11 " )
16+ implementation(" ch.qos.logback:logback-classic:1.4.11 " )
1717 implementation(" com.fasterxml.jackson.core:jackson-core:2.11.1" )
1818
19- implementation(" com.newrelic.agent.java:newrelic-api:7 .6.0" )
19+ implementation(" com.newrelic.agent.java:newrelic-api:8 .6.0" )
2020}
2121
2222
2323configure<JavaPluginConvention > {
24- sourceCompatibility = JavaVersion .VERSION_1_8
25- targetCompatibility = JavaVersion .VERSION_1_8
24+ sourceCompatibility = JavaVersion .VERSION_11
25+ targetCompatibility = JavaVersion .VERSION_11
2626}
2727
2828application {
You can’t perform that action at this time.
0 commit comments