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/changelog.md b/changelog.md index 365536a..72fad6b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## v1.10.1 + +### Jan 05, 2026 + +- Snyk Fixes + ## v1.10.0 ### Oct 27, 2025 diff --git a/pom.xml b/pom.xml index 11e2b79..40df1f4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cms jar contentstack-management-java - 1.10.0 + 1.10.1 Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an API-first approach @@ -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 +