File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
1818 implementation(" io.projectreactor:reactor-core:3.4.16" )
1919
2020 // 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" )
2222
2323 // used for the tail logs command
2424 implementation(" org.apache.skywalking:apm-toolkit-logback-1.x:8.15.0" )
@@ -33,7 +33,7 @@ dependencies {
3333 annotationProcessor(" io.micronaut:micronaut-inject-java:3.9.4" )
3434
3535 // 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" )
3737 testImplementation(" org.junit.jupiter:junit-jupiter-api:5.8.1" )
3838 testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.8.1" )
3939}
You can’t perform that action at this time.
0 commit comments