File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
implementation(" io.projectreactor:reactor-core:3.4.16" )
19
19
20
20
// attaches Source++ probe to the application
21
- javaagent(" plus.sourceplus.probe:probe-jvm:0.7.9 -SNAPSHOT" )
21
+ javaagent(" plus.sourceplus.probe:probe-jvm:0.7.10 -SNAPSHOT" )
22
22
23
23
// used for the tail logs command
24
24
implementation(" org.apache.skywalking:apm-toolkit-logback-1.x:8.15.0" )
@@ -33,7 +33,7 @@ dependencies {
33
33
annotationProcessor(" io.micronaut:micronaut-inject-java:3.9.4" )
34
34
35
35
// used for test indicators
36
- testJavaagent(" plus.sourceplus.probe:probe-jvm:0.7.9 -SNAPSHOT" )
36
+ testJavaagent(" plus.sourceplus.probe:probe-jvm:0.7.10 -SNAPSHOT" )
37
37
testImplementation(" org.junit.jupiter:junit-jupiter-api:5.8.1" )
38
38
testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.8.1" )
39
39
}
You can’t perform that action at this time.
0 commit comments