We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6c397e + d70a25c commit a50cb34Copy full SHA for a50cb34
build.gradle
@@ -158,7 +158,7 @@ dependencies {
158
compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.3.1'
159
160
testImplementation 'org.junit.jupiter:junit-jupiter:5.5.0'
161
- testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.2'
+ testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.5.0'
162
testCompile 'org.junit.platform:junit-platform-launcher:1.5.0'
163
164
testRuntime 'org.apache.logging.log4j:log4j-core:2.12.0'
0 commit comments