diff --git a/NOTICE b/NOTICE index 0218f2a41a9..efc964f40dc 100644 --- a/NOTICE +++ b/NOTICE @@ -44,7 +44,7 @@ Microsoft Application Insights Java Software Development Kit consists of materia 21. Guava dependency: Google ErrorProne annotations 2.2.0 (https://github.com/google/error-prone/tree/master/annotations) 22. Guava dependency: Google J2ObjC annotations 1.1 (https://github.com/google/j2objc/tree/master/annotations) 23. Guava dependency: Animal Sniffer annotations 1.17 (https://github.com/mojohaus/animal-sniffer/tree/master/animal-sniffer-annotations) -24. Glowroot Instrumentation 0.14.4 (https://github.com/glowroot/instrumentation) +24. Glowroot Instrumentation 0.14.5 (https://github.com/glowroot/instrumentation) 25. CheckerFramework annotations for Java 6 1.0.0 (https://github.com/trask/checker-framework-annotations-for-jdk6) 26. Gson 2.8.5 (https://github.com/google/gson) 27. os-maven-plugin 1.6.2 (https://github.com/trustin/os-maven-plugin) diff --git a/agent/build.gradle b/agent/build.gradle index 89817e20c63..7f0ffeab03c 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -26,7 +26,7 @@ plugins { apply from: "$buildScriptsDir/common-java.gradle" apply from: "$buildScriptsDir/publishing.gradle" -def instrumentationVersion = '0.14.4' +def instrumentationVersion = '0.14.5' def shadowPrefix = 'com.microsoft.applicationinsights.agent.shadow' diff --git a/core/build.gradle b/core/build.gradle index c5de1c46c5f..552eb5b66eb 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -109,7 +109,7 @@ archivesBaseName = 'applicationinsights-core' dependencies { compileOnly (project(':agent')) { transitive = false } - compileOnly ([group: 'org.glowroot.instrumentation', name: 'instrumentation-api', version: '0.14.4']) { transitive = false } + compileOnly ([group: 'org.glowroot.instrumentation', name: 'instrumentation-api', version: '0.14.5']) { transitive = false } compile(project(':ApplicationInsightsInternalLogger')) compile ([group: 'eu.infomas', name: 'annotation-detector', version: '3.0.5']) compile ([group: 'commons-io', name: 'commons-io', version: '2.6' ])