Skip to content

Commit 3fd97c2

Browse files
committed
bump
1 parent 300c2c0 commit 3fd97c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

control/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies {
2626
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")
2727
implementation("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
2828
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
29-
implementation("com.github.sourceplusplus.protocol:protocol:05b144c6ba") {
29+
implementation("com.github.sourceplusplus.protocol:protocol:$projectVersion") {
3030
isTransitive = false
3131
}
3232

services/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tasks.getByName<JavaCompile>("compileJava") {
1818
}
1919

2020
dependencies {
21-
implementation("com.github.sourceplusplus.protocol:protocol:05b144c6ba") {
21+
implementation("com.github.sourceplusplus.protocol:protocol:$projectVersion") {
2222
isTransitive = false
2323
}
2424
compileOnly("org.apache.skywalking:apm-agent-core:$skywalkingAgentVersion")

0 commit comments

Comments
 (0)