From c92bcc44adc95a9829b6ac2b57d042266fb85b45 Mon Sep 17 00:00:00 2001 From: "marcin.cebo" Date: Fri, 13 Dec 2024 13:52:59 +0100 Subject: [PATCH 1/4] Updated libs and libs info. --- .pubnub.yml | 43 +++++++++++++++++++++++---------------- gradle/libs.versions.toml | 7 ++++--- 2 files changed, 29 insertions(+), 21 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 9c4886043..1c5c3fbcf 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -47,7 +47,7 @@ sdks: minimum-os-version: - Ubuntu 12.04 maximum-os-version: - - Ubuntu 20.04 LTS + - Ubuntu 24.04 LTS target-architecture: - x86 - x86-64 @@ -57,7 +57,7 @@ sdks: minimum-os-version: - macOS 10.12 maximum-os-version: - - macOS 11.0.1 + - macOS 15.2.0 target-architecture: - x86-64 Windows: @@ -66,45 +66,52 @@ sdks: minimum-os-version: - Windows Vista Ultimate maximum-os-version: - - Windows 10 Home + - Windows 11 target-architecture: - x86 - x86-64 requires: + - + name: kotlin + min-version: 2.0.21 + location: https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/2.0.21/kotlin-stdlib-2.0.21.jar + license: Apache License, Version 2.0 + license-url: https://www.apache.org/licenses/LICENSE-2.0.txt + is-required: Required - name: retrofit - min-version: 2.9.0 - location: https://repo.maven.apache.org/maven2/com/squareup/retrofit2/retrofit/2.9.0/retrofit-2.9.0.jar + min-version: 2.11.0 + location: https://repo.maven.apache.org/maven2/com/squareup/retrofit2/retrofit/2.11.0/retrofit-2.11.0.jar license: Apache License, Version 2.0 - license-url: https://github.com/square/retrofit/blob/2.9.0/LICENSE.txt + license-url: https://github.com/square/retrofit/blob/2.11.0/LICENSE.txt is-required: Required - name: okhttp - min-version: 4.9.3 - location: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.9.3/okhttp-4.9.3.jar + min-version: 4.12.0 + location: https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar license: Apache License, Version 2.0 - license-url: https://github.com/square/okhttp/blob/parent-3.14.9/LICENSE.txt + license-url: https://github.com/square/okhttp/blob/parent-4.12.0/LICENSE.txt is-required: Required - name: converter-gson - min-version: 2.9.0 - location: https://repo.maven.apache.org/maven2/com/squareup/retrofit2/converter-gson/2.9.0/converter-gson-2.9.0.jar + min-version: 2.11.0 + location: https://repo.maven.apache.org/maven2/com/squareup/retrofit2/converter-gson/2.11.0/converter-gson-2.11.0.jar license: Apache License, Version 2.0 - license-url: https://github.com/square/retrofit/blob/2.9.0/LICENSE.txt + license-url: https://github.com/square/retrofit/blob/2.11.0/LICENSE.txt is-required: Required - name: gson - min-version: 2.9.0 - location: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.9.0/gson-2.9.0.jar + min-version: 2.11.0 + location: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.11.0/gson-2.11.0.jar license: Apache License, Version 2.0 - license-url: https://github.com/google/gson/blob/gson-parent-2.8.6/LICENSE + license-url: https://github.com/google/gson/blob/gson-parent-2.11.0/LICENSE is-required: Required - name: json - min-version: "20231013" - location: https://repo.maven.apache.org/maven2/org/json/json/20231013/json-20231013.jar + min-version: "20240303" + location: https://repo.maven.apache.org/maven2/org/json/json/20240303/json-20240303.jar license: Public Domain - license-url: https://github.com/stleary/JSON-java/blob/20210307/LICENSE + license-url: https://github.com/stleary/JSON-java/blob/20240303/LICENSE is-required: Required - name: cbor diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 708d56412..f6a9ff136 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,9 +1,10 @@ [versions] -jupiter = "5.8.2" +#when updating here update in .pubnub.yml as well +jupiter = "5.11.3" cucumber = "6.10.4" logback = "1.2.11" okhttp = "4.12.0" -retrofit2 = "2.9.0" +retrofit2 = "2.11.0" nexus = "2.0.0" kotlin = "2.0.21" vanniktech = "0.29.0" @@ -20,7 +21,7 @@ retrofit2-converter-gson = { module = "com.squareup.retrofit2:converter-gson", v json = { module = "org.json:json", version = "20240303" } okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } -gson = { module = "com.google.code.gson:gson", version = "2.10.1" } +gson = { module = "com.google.code.gson:gson", version = "2.11.0" } slf4j = { module = "org.slf4j:slf4j-api", version = "1.7.36" } cbor = { module = "co.nstant.in:cbor", version = "0.9" } jetbrains-annotations = { module = "org.jetbrains:annotations", version = "24.1.0" } From a8e0ef2abe98587dde18396cf7536600f12c88b9 Mon Sep 17 00:00:00 2001 From: "marcin.cebo" Date: Fri, 13 Dec 2024 14:21:36 +0100 Subject: [PATCH 2/4] Updated libs and libs info. --- .pubnub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pubnub.yml b/.pubnub.yml index 1c5c3fbcf..537adb6f9 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -66,7 +66,7 @@ sdks: minimum-os-version: - Windows Vista Ultimate maximum-os-version: - - Windows 11 + - Windows 11 Home target-architecture: - x86 - x86-64 From 122fb4affc1803c121cacef596eca22739513997 Mon Sep 17 00:00:00 2001 From: "marcin.cebo" Date: Fri, 13 Dec 2024 14:56:15 +0100 Subject: [PATCH 3/4] Updated libs and libs info. --- .pubnub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pubnub.yml b/.pubnub.yml index 537adb6f9..8b908a68e 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -57,7 +57,7 @@ sdks: minimum-os-version: - macOS 10.12 maximum-os-version: - - macOS 15.2.0 + - macOS 15.0.1 target-architecture: - x86-64 Windows: From fee6f37c34206da33a8b3b0a85c83656d02bb5e6 Mon Sep 17 00:00:00 2001 From: "marcin.cebo" Date: Mon, 16 Dec 2024 11:52:26 +0100 Subject: [PATCH 4/4] Fixes after review. --- .pubnub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pubnub.yml b/.pubnub.yml index 8b908a68e..8c93d99f5 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -72,8 +72,8 @@ sdks: - x86-64 requires: - - name: kotlin - min-version: 2.0.21 + name: kotlin-stdlib + min-version: 1.8.0 location: https://repo1.maven.org/maven2/org/jetbrains/kotlin/kotlin-stdlib/2.0.21/kotlin-stdlib-2.0.21.jar license: Apache License, Version 2.0 license-url: https://www.apache.org/licenses/LICENSE-2.0.txt