From e3cecf3282858a0d51a992e142ab70b5be4c90ca Mon Sep 17 00:00:00 2001 From: raj pandey Date: Mon, 13 Jan 2025 14:53:55 +0530 Subject: [PATCH 1/3] version bump --- pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index fd47e216..b1edc2f1 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cms jar contentstack-management-java - 1.5.0 + 1.5.1 Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an API-first approach @@ -88,15 +88,15 @@ 2.2.1 3.0.0 5.2.2 - 3.1.8 - 2.10.0 - 2.10.0 + 3.1.10 + 2.11.0 + 2.11.0 4.12.0 0.8.7 - 1.18.32 - 5.10.1 + 1.18.36 + 5.11.4 5.10.1 - 2.10.1 + 2.11.0 3.3 1.5 3.8.0 @@ -179,7 +179,7 @@ org.mockito mockito-core - 5.9.0 + 5.15.2 test @@ -196,19 +196,19 @@ org.junit.platform junit-platform-runner - 1.10.2 + 1.11.4 test org.junit.platform junit-platform-suite - 1.10.2 + 1.11.4 test org.jsoup jsoup - 1.17.2 + 1.18.3 From 2f6d56f2550ca3ae401d56ca2991059723e06f35 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 15 Jan 2025 15:16:26 +0530 Subject: [PATCH 2/3] another version bump of a package --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b1edc2f1..b3e90894 100644 --- a/pom.xml +++ b/pom.xml @@ -149,7 +149,7 @@ org.jetbrains annotations - 24.1.0 + 25.0.0 provided From 66ccb1a5a4e53e10c4c2eeb0fa40da9c65d0b6cf Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Fri, 17 Jan 2025 15:29:03 +0530 Subject: [PATCH 3/3] changelog and license update --- LICENSE | 2 +- changelog.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index d77c7f4e..d78b6bc8 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 bd5af9a0..e9427284 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## v1.5.1 + +### Jan 20, 2025 + +- Snyk fixes + ## v1.5.0 ### Sept 16, 2024