Skip to content

Commit

Permalink
Merge pull request #83 from contentstack/fix/snyk-upgrade
Browse files Browse the repository at this point in the history
snyk fixes
cs-raj authored Oct 18, 2024
2 parents cca483e + aed8528 commit 95722eb
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Authors

- [ishaileshmishra](shailesh.mishra@***REMOVED***)
- [shaileshmishra](mshaileshr@***REMOVED***)
- [admin](dev@***REMOVED***)
- [ishaileshmishra](shailesh.mishra@contentstack.com)
- [shaileshmishra](mshaileshr@contentstack.com)
- [admin](dev@contentstack.com)
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ If you believe you have found a security vulnerability in any Contentstack-owned

**Please do not report security vulnerabilities through public GitHub issues.**

Send email to [security@***REMOVED***](mailto:security@***REMOVED***).
Send email to [security@contentstack.com](mailto:security@contentstack.com).

You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message.

@@ -24,4 +24,4 @@ Please include the requested information listed below (as much as you can provid

This information will help us triage your report more quickly.

[https://www.***REMOVED***/trust/](https://www.***REMOVED***/trust/)
[https://www.contentstack.com/trust/](https://www.contentstack.com/trust/)
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<packaging>jar</packaging>
<name>Contentstack-utils</name>
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description>
<url>https://www.***REMOVED***</url>
<url>https://contentstack.com</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -28,16 +28,16 @@
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<validation-version>2.0.1.Final</validation-version>
<json-version>20240303</json-version>
<spring-web-version>6.1.12</spring-web-version>
<spring-web-version>6.1.14</spring-web-version>
<org.apache.commons-text>1.12.0</org.apache.commons-text>
</properties>

<developers>
<developer>
<name>shaileshmishra</name>
<email>shailesh.mishra@***REMOVED***</email>
<email>shailesh.mishra@contentstack.com</email>
<organization>contentstack</organization>
<organizationUrl>https://www.***REMOVED***/</organizationUrl>
<organizationUrl>https://www.contentstack.com/</organizationUrl>
</developer>
</developers>

@@ -73,7 +73,7 @@

<organization>
<name>Contentstack.</name>
<url>http://***REMOVED***</url>
<url>http://contentstack.com</url>
</organization>

<dependencies>

0 comments on commit 95722eb

Please sign in to comment.