diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml
index add35be..bd74108 100644
--- a/.github/workflows/maven-publish.yml
+++ b/.github/workflows/maven-publish.yml
@@ -1,7 +1,7 @@
name: Publish package to the Maven Central Repository
on:
release:
- types: [ created ]
+ types: [created]
jobs:
publish-maven:
runs-on: ubuntu-latest
@@ -13,7 +13,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v3
with:
- java-version: '11'
+ java-version: '17'
distribution: 'adopt'
server-id: ossrh
server-username: MAVEN_USERNAME
@@ -33,7 +33,7 @@ jobs:
- name: Set up Java for publishing to GitHub Packages
uses: actions/setup-java@v3
with:
- java-version: '11'
+ java-version: '17'
distribution: 'adopt'
server-id: github
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
diff --git a/Changelog.md b/Changelog.md
index 766ef43..550e08f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,11 +1,12 @@
# Changelog
A brief description of what changes project contains
-## Jan 20, 2025
+## Mar 17, 2025
-#### v1.2.13
+#### v1.2.15
- Fix: Snyk issues
+- Fix: Publish workflows
## Oct 21, 2024
diff --git a/pom.xml b/pom.xml
index 7d305bb..885a39e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.contentstack.sdk
utils
- 1.2.13
+ 1.2.15
jar
Contentstack-utils
Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS
@@ -28,7 +28,7 @@
2.5.3
2.0.1.Final
20250107
- 6.2.1
+ 6.2.2
1.13.0
@@ -125,7 +125,7 @@
org.jacoco
jacoco-maven-plugin
- 0.8.5
+ 0.8.8
@@ -193,7 +193,7 @@
-Xdoclint:none
- 1.8
+ 17
http://docs.oracle.com/javase/8/docs/api/
http://docs.oracle.com/javase/8/docs/api/
@@ -242,9 +242,9 @@
org.apache.maven.plugins
maven-compiler-plugin
+ 3.10.1
- 1.8
- 1.8
+ 17