Skip to content

Commit

Permalink
Merge pull request #1058 from microsoft/trask/update-glowroot-instrum…
Browse files Browse the repository at this point in the history
…entation

Update to glowroot instrumentation 0.14.5
  • Loading branch information
trask authored Sep 5, 2019
2 parents 0fd120a + fb5e3ce commit c3bbcc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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' ])
Expand Down

0 comments on commit c3bbcc3

Please sign in to comment.