Skip to content

Commit a41046f

Browse files
committed
bump okhttp to 4.12.0 and lib version to 0.5.0
1 parent dfd8c84 commit a41046f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

centrifuge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ publishing {
2323
}
2424

2525
dependencies {
26-
api 'com.squareup.okhttp3:okhttp:4.10.0'
26+
api 'com.squareup.okhttp3:okhttp:4.12.0'
2727
implementation 'com.google.protobuf:protobuf-javalite:3.25.5'
2828
implementation 'net.sourceforge.streamsupport:streamsupport-minifuture:1.7.4'
2929

publish-setup.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
allprojects {
22
plugins.withId("com.vanniktech.maven.publish.base") {
33
project.group = "io.github.centrifugal"
4-
project.version = "0.4.2"
4+
project.version = "0.5.0"
55

66
mavenPublishing {
77
publishToMavenCentral()

0 commit comments

Comments
 (0)