diff --git a/LICENSE b/LICENSE
index d77c7f4..d78b6bc 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2012 - 2024 Contentstack
+Copyright (c) 2012 - 2025 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/changelog.md b/changelog.md
index 3a299e3..07714f1 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,10 @@
A brief description of what changes project contains
+#### v1.0.3
+
+- Fixed snyk issues
+
#### v1.0.2
- Fixed the SRE issues
diff --git a/pom.xml b/pom.xml
index 6d0380c..10cd4ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.contentstack.sdk
marketplace
- 1.0.2
+ 1.0.3
Contentstack Java Management SDK for Content Management API
https://github.com/contentstack/contentstack-management-java/
@@ -16,17 +16,19 @@
UTF-8
3.1.2
3.3.0
- 3.0.0
+ 3.4.1
5.2.2
3.1.6
- 2.11.0
- 2.11.0
+ 2.10.0
+ 2.10.0
+ 4.12.0
+ 3.4.0
4.10.0
0.8.7
- 1.18.32
- 5.10.0
+ 1.18.36
+ 5.8.0
5.8.0-M1
- 5.10.0
+ 5.8.0
2.10.1
4.0.0-M9
3.1.0
@@ -60,6 +62,11 @@
MIT
https://www.opensource.org/licenses/mit-license.php
+
+ EPL-1.0
+ https://www.eclipse.org/legal/epl-v10.html
+ repo
+
@@ -114,10 +121,20 @@
${converter-gson-version}
compile
+
+ com.squareup.okhttp3
+ okhttp
+ ${okhttp.version}
+
+
+ com.squareup.okio
+ okio
+ ${okio.version}
+
org.jetbrains
annotations
- 24.1.0
+ 26.0.1
provided
@@ -150,6 +167,11 @@
1.1.1
compile
+
+ org.jetbrains.kotlin
+ kotlin-stdlib
+ 2.1.0
+
@@ -165,7 +187,6 @@
true
-
org.apache.maven.plugins
maven-jxr-plugin