Skip to content

Commit c3bbcc3

Browse files
authored
Merge pull request #1058 from microsoft/trask/update-glowroot-instrumentation
Update to glowroot instrumentation 0.14.5
2 parents 0fd120a + fb5e3ce commit c3bbcc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Microsoft Application Insights Java Software Development Kit consists of materia
4444
21. Guava dependency: Google ErrorProne annotations 2.2.0 (https://github.com/google/error-prone/tree/master/annotations)
4545
22. Guava dependency: Google J2ObjC annotations 1.1 (https://github.com/google/j2objc/tree/master/annotations)
4646
23. 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)
4848
25. CheckerFramework annotations for Java 6 1.0.0 (https://github.com/trask/checker-framework-annotations-for-jdk6)
4949
26. Gson 2.8.5 (https://github.com/google/gson)
5050
27. os-maven-plugin 1.6.2 (https://github.com/trustin/os-maven-plugin)

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ plugins {
2626
apply from: "$buildScriptsDir/common-java.gradle"
2727
apply from: "$buildScriptsDir/publishing.gradle"
2828

29-
def instrumentationVersion = '0.14.4'
29+
def instrumentationVersion = '0.14.5'
3030

3131
def shadowPrefix = 'com.microsoft.applicationinsights.agent.shadow'
3232

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ archivesBaseName = 'applicationinsights-core'
109109

110110
dependencies {
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' ])

0 commit comments

Comments
 (0)