Skip to content

Commit 95722eb

Browse files
authored
Merge pull request #83 from contentstack/fix/snyk-upgrade
snyk fixes
2 parents cca483e + aed8528 commit 95722eb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Authors
22

3-
- [ishaileshmishra](shailesh.mishra@***REMOVED***)
4-
- [shaileshmishra](mshaileshr@***REMOVED***)
5-
- [admin](dev@***REMOVED***)
3+
- [ishaileshmishra](shailesh.mishra@contentstack.com)
4+
- [shaileshmishra](mshaileshr@contentstack.com)
5+
- [admin](dev@contentstack.com)

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you believe you have found a security vulnerability in any Contentstack-owned
88

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

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

1313
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.
1414

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

2525
This information will help us triage your report more quickly.
2626

27-
[https://www.***REMOVED***/trust/](https://www.***REMOVED***/trust/)
27+
[https://www.contentstack.com/trust/](https://www.contentstack.com/trust/)

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>jar</packaging>
99
<name>Contentstack-utils</name>
1010
<description>Java Utils SDK for Contentstack Content Delivery API, Contentstack is a headless CMS</description>
11-
<url>https://www.***REMOVED***</url>
11+
<url>https://contentstack.com</url>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -28,16 +28,16 @@
2828
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
2929
<validation-version>2.0.1.Final</validation-version>
3030
<json-version>20240303</json-version>
31-
<spring-web-version>6.1.12</spring-web-version>
31+
<spring-web-version>6.1.14</spring-web-version>
3232
<org.apache.commons-text>1.12.0</org.apache.commons-text>
3333
</properties>
3434

3535
<developers>
3636
<developer>
3737
<name>shaileshmishra</name>
38-
<email>shailesh.mishra@***REMOVED***</email>
38+
<email>shailesh.mishra@contentstack.com</email>
3939
<organization>contentstack</organization>
40-
<organizationUrl>https://www.***REMOVED***/</organizationUrl>
40+
<organizationUrl>https://www.contentstack.com/</organizationUrl>
4141
</developer>
4242
</developers>
4343

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

7474
<organization>
7575
<name>Contentstack.</name>
76-
<url>http://***REMOVED***</url>
76+
<url>http://contentstack.com</url>
7777
</organization>
7878

7979
<dependencies>

0 commit comments

Comments
 (0)