Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snyk fixes #83

Merged
merged 2 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Expand Up @@ -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.

Expand All @@ -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
Expand Up @@ -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>
Expand All @@ -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.13</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>

Expand Down Expand Up @@ -73,7 +73,7 @@

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

<dependencies>
Expand Down
Loading