From 4ecce1bd8703b7d663bfc650fded8e4a70e84af8 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 31 Dec 2025 14:11:59 +0530 Subject: [PATCH 1/4] Snyk issue fixes --- .mvn/jvm.config | 1 + pom.xml | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 .mvn/jvm.config diff --git a/.mvn/jvm.config b/.mvn/jvm.config new file mode 100644 index 0000000..baa05f1 --- /dev/null +++ b/.mvn/jvm.config @@ -0,0 +1 @@ +-Xmx1024m diff --git a/pom.xml b/pom.xml index 11e2b79..a77122a 100644 --- a/pom.xml +++ b/pom.xml @@ -88,10 +88,10 @@ 2.2.1 3.0.0 5.2.2 - 3.1.10 + 3.1.11 2.12.0 2.12.0 - 4.12.0 + 5.1.0 0.8.13 1.18.38 5.11.4 @@ -207,18 +207,24 @@ org.jsoup jsoup - 1.20.1 + 1.21.1 org.jetbrains.kotlin kotlin-stdlib - 2.1.21 + 2.2.0 com.warrenstrange googleauth 1.5.0 + + + org.apache.httpcomponents + httpclient + 4.5.14 + From 7d97cde6a87e8074b73680a2141c805db85d9b49 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 31 Dec 2025 14:25:44 +0530 Subject: [PATCH 2/4] Snyk issue fixes 1 --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a77122a..113a911 100644 --- a/pom.xml +++ b/pom.xml @@ -186,6 +186,13 @@ json-simple 1.1.1 compile + + + + junit + junit + + javax.activation @@ -241,7 +248,7 @@ **/*TestSuite.java ${project.build.directory}/surefire-reports - true + true From 6f342941168e70890ce3761ab04db5d79bbb3bb9 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 31 Dec 2025 14:26:10 +0530 Subject: [PATCH 3/4] Snyk issue fixes 1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 113a911..fa1d4bd 100644 --- a/pom.xml +++ b/pom.xml @@ -248,7 +248,7 @@ **/*TestSuite.java ${project.build.directory}/surefire-reports - + true true From 308eb191ada0f13b856575b31985a26ce1bafa11 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 31 Dec 2025 20:41:19 +0530 Subject: [PATCH 4/4] Update license year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index d78b6bc..c2a603d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2012 - 2025 Contentstack +Copyright (c) 2012 - 2026 Contentstack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal