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/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
diff --git a/pom.xml b/pom.xml
index 11e2b79..fa1d4bd 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
@@ -186,6 +186,13 @@
json-simple
1.1.1
compile
+
+
+
+ junit
+ junit
+
+
javax.activation
@@ -207,18 +214,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
+