From 444f92c0957816e40a3bad021a6041fe8fbcc6bd Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 6 Jan 2026 15:37:49 +0530 Subject: [PATCH 1/3] Update dependencies in pom.xml: bump rxjava-source to 3.1.12, loggin to 5.3.2, jackson-databind to 2.20.1, and okhttp to 5.3.2. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f3317c31..819e6f1f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,9 @@ 3.3.1 3.4.1 3.0.0 - 3.1.10 + 3.1.12 2.11.0 - 5.1.0 + 5.3.2 0.8.5 1.18.36 5.11.4 @@ -177,7 +177,7 @@ com.fasterxml.jackson.core jackson-databind - 2.18.2 + 2.20.1 com.slack.api @@ -192,7 +192,7 @@ com.squareup.okhttp3 okhttp - 5.1.0 + 5.3.2 org.slf4j From d40f88b54be3530e4fcdca72effff69e61012157 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 6 Jan 2026 15:41:29 +0530 Subject: [PATCH 2/3] Update dependency version for annotations in pom.xml from 24.0.1 to 26.0.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 819e6f1f..8edefc9c 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ org.jetbrains annotations - 24.0.1 + 26.0.2 com.squareup.okhttp3 From 751a721d1527fd108ad9ca33c1d1a59d73b2b18a Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 6 Jan 2026 15:55:34 +0530 Subject: [PATCH 3/3] Update retrofit-source version in pom.xml from 2.11.0 to 3.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8edefc9c..d55d54db 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 3.4.1 3.0.0 3.1.12 - 2.11.0 + 3.0.0 5.3.2 0.8.5 1.18.36