Skip to content

Commit 7b532c4

Browse files
Update dependencies (#238)
* PubNub kotlin 0.16.3 release. --------- Co-authored-by: PubNub Release Bot <120067856+pubnub-release-bot@users.noreply.github.com>
1 parent 13f6fbe commit 7b532c4

File tree

5 files changed

+15
-10
lines changed

5 files changed

+15
-10
lines changed

.pubnub.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: kmp-chat
2-
version: 0.16.2
2+
version: 0.16.3
33
schema: 1
44
scm: github.com/pubnub/kmp-chat
55
sdks:
@@ -21,8 +21,8 @@ sdks:
2121
-
2222
distribution-type: library
2323
distribution-repository: maven
24-
package-name: pubnub-chat-0.16.2
25-
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.16.2/
24+
package-name: pubnub-chat-0.16.3
25+
location: https://repo.maven.apache.org/maven2/com/pubnub/pubnub-chat/0.16.3/
2626
supported-platforms:
2727
supported-operating-systems:
2828
Android:
@@ -77,6 +77,11 @@ sdks:
7777
license-url: https://github.com/pubnub/kotlin/blob/master/LICENSE
7878
is-required: Required
7979
changelog:
80+
- date: 2026-02-11
81+
version: 0.16.3
82+
changes:
83+
- type: bug
84+
text: "Update dependencies."
8085
- date: 2026-01-23
8186
version: 0.16.2
8287
changes:

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
targets: [
1919
.binaryTarget(
2020
name: "PubNubChatRemoteBinaryPackage",
21-
url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.16.2/PubNubChat.xcframework.zip",
21+
url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-0.16.3/PubNubChat.xcframework.zip",
2222
checksum: "3153a4429665fe51861cfdc3b63cdb873260e777dcb41d52f14301698b2b2a91"
2323
)
2424
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You will need the publish and subscribe keys to authenticate your app. Get your
3131
<dependency>
3232
<groupId>com.pubnub</groupId>
3333
<artifactId>pubnub-chat</artifactId>
34-
<version>0.16.2</version>
34+
<version>0.16.3</version>
3535
</dependency>
3636
```
3737

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SONATYPE_HOST=DEFAULT
1010
SONATYPE_AUTOMATIC_RELEASE=false
1111
GROUP=com.pubnub
1212
POM_PACKAGING=jar
13-
VERSION_NAME=0.16.2
13+
VERSION_NAME=0.16.3
1414

1515

1616
POM_NAME=PubNub Chat SDK

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
nexus = "2.0.0"
3-
kotlin = "2.1.0"
3+
kotlin = "2.1.20"
44
vanniktech = "0.29.0"
55
ktlint = "12.1.0"
66
dokka = "1.9.20"
77
logback = "1.2.11"
88
kotlinx_serialization = "1.7.3"
9-
kotlinx_coroutines = "1.9.0"
10-
pubnub = "12.1.4"
9+
kotlinx_coroutines = "1.10.2"
10+
pubnub = "13.0.0"
1111
pubnub_swift = "10.1.2"
1212

1313
[libraries]
@@ -40,7 +40,7 @@ benmanes-versions = { id = "com.github.ben-manes.versions", version = "0.42.0" }
4040
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version.ref = "vanniktech" }
4141
gradle-nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus" }
4242
kotlinx-compatibility-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.2" }
43-
mokkery = { id = "dev.mokkery", version = "2.6.0" }
43+
mokkery = { id = "dev.mokkery", version = "2.8.0" }
4444
npm-publish = { id = "dev.petuska.npm.publish", version = "3.4.3" }
4545
codingfeline-buildkonfig = { id = "com.codingfeline.buildkonfig", version = "0.15.1" }
4646
apple-privacy-manifest = { id = "org.jetbrains.kotlin.apple-privacy-manifests", version = "1.0.0" }

0 commit comments

Comments
 (0)