File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ tasks.getByName<JavaCompile>("compileJava") {
2727}
2828
2929dependencies {
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" ))
You can’t perform that action at this time.
0 commit comments