Skip to content

Commit fa6b963

Browse files
committed
bump protocol
1 parent 77614e8 commit fa6b963

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
@@ -35,7 +35,7 @@ dependencies {
3535
implementation("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
3636
implementation("com.fasterxml.jackson.core:jackson-databind:$jacksonVersion")
3737
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
38-
implementation("com.github.sourceplusplus.protocol:protocol:0.1.21") {
38+
implementation("com.github.sourceplusplus.protocol:protocol:0.1.23") {
3939
isTransitive = false
4040
}
4141

services/build.gradle.kts

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

2929
dependencies {
30-
implementation("com.github.sourceplusplus.protocol:protocol:0.1.21") {
30+
implementation("com.github.sourceplusplus.protocol:protocol:0.1.23") {
3131
isTransitive = false
3232
}
3333
compileOnly(files("$projectDir/../.ext/skywalking-agent-$skywalkingVersion.jar"))

0 commit comments

Comments
 (0)