File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Microsoft Application Insights Java Software Development Kit consists of materia
444421. Guava dependency: Google ErrorProne annotations 2.2.0 (https://github.com/google/error-prone/tree/master/annotations)
454522. Guava dependency: Google J2ObjC annotations 1.1 (https://github.com/google/j2objc/tree/master/annotations)
464623. Guava dependency: Animal Sniffer annotations 1.17 (https://github.com/mojohaus/animal-sniffer/tree/master/animal-sniffer-annotations)
47- 24. Glowroot Instrumentation 0.14.4 (https://github.com/glowroot/instrumentation)
47+ 24. Glowroot Instrumentation 0.14.5 (https://github.com/glowroot/instrumentation)
484825. CheckerFramework annotations for Java 6 1.0.0 (https://github.com/trask/checker-framework-annotations-for-jdk6)
494926. Gson 2.8.5 (https://github.com/google/gson)
505027. os-maven-plugin 1.6.2 (https://github.com/trustin/os-maven-plugin)
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ plugins {
2626apply from : " $buildScriptsDir /common-java.gradle"
2727apply from : " $buildScriptsDir /publishing.gradle"
2828
29- def instrumentationVersion = ' 0.14.4 '
29+ def instrumentationVersion = ' 0.14.5 '
3030
3131def shadowPrefix = ' com.microsoft.applicationinsights.agent.shadow'
3232
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ archivesBaseName = 'applicationinsights-core'
109109
110110dependencies {
111111 compileOnly (project(' :agent' )) { transitive = false }
112- compileOnly ([group : ' org.glowroot.instrumentation' , name : ' instrumentation-api' , version : ' 0.14.4 ' ]) { transitive = false }
112+ compileOnly ([group : ' org.glowroot.instrumentation' , name : ' instrumentation-api' , version : ' 0.14.5 ' ]) { transitive = false }
113113 compile(project(' :ApplicationInsightsInternalLogger' ))
114114 compile ([group : ' eu.infomas' , name : ' annotation-detector' , version : ' 3.0.5' ])
115115 compile ([group : ' commons-io' , name : ' commons-io' , version : ' 2.6' ])
You can’t perform that action at this time.
0 commit comments