From a1086592d570002bd7393ead118d3b62f37a34d2 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Mon, 13 Jan 2025 15:49:19 +0530 Subject: [PATCH 01/13] version bump --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ae843da..83e0d09 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.contentstack.sdk marketplace - 1.0.1 + 1.0.2 Contentstack Java Management SDK for Content Management API https://github.com/contentstack/contentstack-management-java/ @@ -23,10 +23,10 @@ 2.11.0 4.10.0 0.8.7 - 1.18.32 - 5.10.0 + 1.18.36 + 5.11.4 5.8.0-M1 - 5.10.0 + 5.11.4 2.10.1 4.0.0-M9 3.1.0 From 4a4b78e597ab2ee9e7eec2de0e25f1182be6d28c Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 15 Jan 2025 15:37:34 +0530 Subject: [PATCH 02/13] version bump 2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 83e0d09..b0149e0 100644 --- a/pom.xml +++ b/pom.xml @@ -117,7 +117,7 @@ org.jetbrains annotations - 24.1.0 + 25.0.0 provided From adfb5cbd2f6cc92527297153e7e901fb5707c7f4 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Fri, 17 Jan 2025 15:47:41 +0530 Subject: [PATCH 03/13] version bump, changelog added and license update --- LICENSE | 2 +- changelog.md | 4 ++++ pom.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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 b0149e0..a69764b 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/ From c6ad8c9172f59f0135a88a323315138ff89fce54 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 10:56:57 +0530 Subject: [PATCH 04/13] fix 1: --- pom.xml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index a69764b..eff8bb9 100644 --- a/pom.xml +++ b/pom.xml @@ -16,11 +16,13 @@ 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.9.0 + 2.9.0 + 4.9.2 + 3.4.0 4.10.0 0.8.7 1.18.36 @@ -114,10 +116,20 @@ ${converter-gson-version} compile + + com.squareup.okhttp3 + okhttp + ${okhttp.version} + + + com.squareup.okio + okio + ${okio.version} + org.jetbrains annotations - 25.0.0 + 26.0.1 provided @@ -165,7 +177,6 @@ true - org.apache.maven.plugins maven-jxr-plugin From 7d7936943a1c9e74de7cd933509a6cb89b755d4d Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 11:04:02 +0530 Subject: [PATCH 05/13] fix 2 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index eff8bb9..b8f1df2 100644 --- a/pom.xml +++ b/pom.xml @@ -19,9 +19,9 @@ 3.4.1 5.2.2 3.1.6 - 2.9.0 - 2.9.0 - 4.9.2 + 2.10.0 + 2.10.0 + 4.12.0 3.4.0 4.10.0 0.8.7 From c841017768aaf4ee6bd0b4a12dc876f8aaabd9d2 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 12:48:31 +0530 Subject: [PATCH 06/13] fix 3 --- pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b8f1df2..6ff50b1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 3.1.6 2.10.0 2.10.0 - 4.12.0 + 4.9.2 3.4.0 4.10.0 0.8.7 @@ -162,6 +162,11 @@ 1.1.1 compile + From dfd6af5521e54b0ac9bab07e4d0a0f5512ae9813 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 12:53:11 +0530 Subject: [PATCH 07/13] fix 4 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ff50b1..f1ed568 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 3.1.6 2.10.0 2.10.0 - 4.9.2 + 4.12.0 3.4.0 4.10.0 0.8.7 From a770e03a0186644793a64bbe145a53e849b311c8 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 14:51:02 +0530 Subject: [PATCH 08/13] fix 5 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f1ed568..fc06e71 100644 --- a/pom.xml +++ b/pom.xml @@ -162,11 +162,11 @@ 1.1.1 compile - + + org.jetbrains.kotlin + kotlin-stdlib + 2.1.0 + From fc7b7775425d387ead9a32951991fb08a4926d8e Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 15:01:33 +0530 Subject: [PATCH 09/13] fix 6 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fc06e71..626c931 100644 --- a/pom.xml +++ b/pom.xml @@ -26,9 +26,9 @@ 4.10.0 0.8.7 1.18.36 - 5.11.4 + 5.8.0 5.8.0-M1 - 5.11.4 + 5.8.0 2.10.1 4.0.0-M9 3.1.0 From 5dc2c1b273cab893cc9231ed21f9e85ee06ef306 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 15:17:57 +0530 Subject: [PATCH 10/13] fix 7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 626c931..adbdde7 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 1.18.36 5.8.0 5.8.0-M1 - 5.8.0 + 5.8.1 2.10.1 4.0.0-M9 3.1.0 From 7631c68b577fce534121dd47ae4db6b3ef85752d Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 15:29:46 +0530 Subject: [PATCH 11/13] fix8 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index adbdde7..e25ce33 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 1.18.36 5.8.0 5.8.0-M1 - 5.8.1 + 5.6.0 2.10.1 4.0.0-M9 3.1.0 From a4db1b530fabbf77c28643952508bcba754310db Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 15:35:09 +0530 Subject: [PATCH 12/13] fix 8 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index e25ce33..6f507e0 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,11 @@ MIT https://www.opensource.org/licenses/mit-license.php + + EPL-1.0 + https://www.eclipse.org/legal/epl-v10.html + repo + From 68ebd8447e478946f4f868186e5d6b85d1b6ec96 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jan 2025 15:39:17 +0530 Subject: [PATCH 13/13] fix 10 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6f507e0..10cd4ba 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ 1.18.36 5.8.0 5.8.0-M1 - 5.6.0 + 5.8.0 2.10.1 4.0.0-M9 3.1.0