Skip to content

Commit

Permalink
up protobuf dep, rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Oct 9, 2024
1 parent 89c6618 commit 5f90b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion centrifuge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ publishing {

dependencies {
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.google.protobuf:protobuf-javalite:3.21.12'
implementation 'com.google.protobuf:protobuf-javalite:3.25.5'
implementation 'net.sourceforge.streamsupport:streamsupport-minifuture:1.7.4'

testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion publish-setup.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
allprojects {
plugins.withId("com.vanniktech.maven.publish.base") {
project.group = "io.github.centrifugal"
project.version = "0.4.2-RC1"
project.version = "0.4.2-RC2"

mavenPublishing {
publishToMavenCentral()
Expand Down

0 comments on commit 5f90b84

Please sign in to comment.