diff --git a/build.gradle b/build.gradle index c7256d944aa..f1f0a847dd7 100644 --- a/build.gradle +++ b/build.gradle @@ -150,8 +150,8 @@ dependencies { compile 'com.github.tomtung:latex2unicode_2.12:0.2.2' - compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '2.0.0-BETA' - compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.0.0-BETA' + compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '1.0.9' + compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '1.0.9' testCompile 'junit:junit:4.12' testCompile 'org.junit.jupiter:junit-jupiter-api:5.1.0-M1'