From 1639af7b7a574abd9be4272a85dfef0659c1a01c Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 8 Apr 2025 10:31:47 +0530 Subject: [PATCH] Update dependencies in pom.xml: bump Gson to 2.12.1, JetBrains annotations to 26.0.1, Jsoup to 1.19.1, and Kotlin standard library to 2.1.10. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 6c9cbb4..70f4382 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ 1.18.36 5.11.4 5.10.1 - 2.11.0 + 2.12.1 3.3 1.5 3.8.0 @@ -149,7 +149,7 @@ org.jetbrains annotations - 25.0.0 + 26.0.1 provided @@ -208,12 +208,12 @@ org.jsoup jsoup - 1.18.3 + 1.19.1 org.jetbrains.kotlin kotlin-stdlib - 2.1.0 + 2.1.10