Skip to content

Commit

Permalink
build(deps): bump com.google.protobuf:protobuf-javalite
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf:protobuf-javalite from 4.26.0 to 4.26.1.

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-javalite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and IWareQ committed Apr 4, 2024
1 parent 30b4e5a commit c82ca09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Allay-SparkPlugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation("com.github.jvm-profiling-tools:async-profiler:v2.8.3")
implementation("org.ow2.asm:asm:9.7")
implementation("net.bytebuddy:byte-buddy-agent:1.14.13")
implementation("com.google.protobuf:protobuf-javalite:4.26.0")
implementation("com.google.protobuf:protobuf-javalite:4.26.1")
implementation("me.lucko:bytesocks-java-client:1.0-20230828.145440-5") {
exclude(module = "slf4j-api")
}
Expand Down

0 comments on commit c82ca09

Please sign in to comment.