diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 5a9af74..c82f108 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -51,8 +51,8 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- - name: Autobuild
- uses: github/codeql-action/autobuild@v2
+# - name: Autobuild
+# uses: github/codeql-action/autobuild@v2
# âšī¸ Command-line programs to run using the OS shell.
# đ See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
diff --git a/.github/workflows/sast-scan.yml b/.github/workflows/sast-scan.yml
deleted file mode 100644
index f931630..0000000
--- a/.github/workflows/sast-scan.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: SAST Scan
-on:
- pull_request:
- types: [opened, synchronize, reopened]
-jobs:
- security:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Horusec Scan
- run: docker run -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/src horuszup/horusec-cli:latest horusec start -p /src -P $(pwd)
\ No newline at end of file
diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml
index bf9c1eb..2de2395 100644
--- a/.github/workflows/sca-scan.yml
+++ b/.github/workflows/sca-scan.yml
@@ -8,8 +8,8 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
- uses: snyk/actions/node@master
+ uses: snyk/actions/maven@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
- args: --all-projects --fail-on=all
+ args: --fail-on=all
diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml
deleted file mode 100644
index 1e8f176..0000000
--- a/.github/workflows/secrets-scan.yml
+++ /dev/null
@@ -1,11 +0,0 @@
-name: Secrets Scan
-on:
- pull_request:
- types: [opened, synchronize, reopened]
-jobs:
- security:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2
- - name: Gittyleaks
- uses: gupy-io/gittyleaks-action@v0.1
\ No newline at end of file
diff --git a/news-webapp.iml b/news-webapp.iml
deleted file mode 100644
index a2a2d47..0000000
--- a/news-webapp.iml
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 3546ec2..e5955ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,59 +1,66 @@
- 4.0.0
- com.contentstack.springbootquickstart
- news-webapp
- 0.0.1-SNAPSHOT
- contentstack-java-webapp-example
- Example News web app using contentstack java sdk and Spring Boot
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.contentstack.springbootquickstart
+ news-webapp
+ 0.0.1-SNAPSHOT
+ contentstack-java-webapp-example
+ Example News web app using contentstack java sdk and Spring Boot
-
- org.springframework.boot
- spring-boot-starter-parent
- 2.2.2.RELEASE
-
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 3.1.4
+
-
- 1.8
-
+
+ 1.8
+ 3.1.4
+ 5.2.2
+ 1.12.2
+
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-freemarker
-
-
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+ ${spring-boot.version}
+
+
+ org.springframework.boot
+ spring-boot-starter-freemarker
+ ${spring-boot.version}
+
+
org.springframework.boot
spring-boot-starter-thymeleaf
+ ${spring-boot.version}
org.springframework.boot
spring-boot-starter
+ ${spring-boot.version}
com.contentstack.sdk
java
- 1.5.3
+ 1.12.2
+
+
+ io.github.cdimascio
+ java-dotenv
+ ${json-smart.version}
-
- io.github.cdimascio
- java-dotenv
- 5.2.2
-
-
-
+
-
+
org.springframework.boot
spring-boot-maven-plugin
+ 3.1.4