Skip to content

Commit

Permalink
Fix #3133 telemetry by locking azure to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Oct 17, 2017
1 parent 1919401 commit 8840da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ dependencies {

compile 'com.github.tomtung:latex2unicode_2.12:0.2.2'

compile group: 'com.microsoft.azure', name: 'applicationinsights-core', version: '1.0.+'
compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '1.0.+'
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.mockito:mockito-core:2.10.0'
Expand Down

0 comments on commit 8840da5

Please sign in to comment.