Skip to content

Commit 9fc05ad

Browse files
committed
build: bump probe
1 parent 24bd54a commit 9fc05ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)