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

chore: Override unfixable security issues for another month #42

Merged
merged 3 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
20 changes: 10 additions & 10 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,26 @@ ignore:
SNYK-JAVA-DOM4J-174153:
- '*':
reason: None Given
expires: 2024-06-07T13:36:08.904Z
created: 2024-05-08T13:36:08.910Z
expires: 2024-07-07T13:36:08.904Z
created: 2024-06-11T07:36:08.910Z
SNYK-JAVA-ORGYAML-2806360:
- '*':
reason: None Given
expires: 2024-06-07T13:49:35.026Z
created: 2024-05-08T13:49:35.034Z
expires: 2024-07-07T13:49:35.026Z
created: 2024-06-11T07:49:35.034Z
SNYK-JAVA-DOM4J-2812975:
- '*':
reason: None Given
expires: 2024-06-07T13:52:40.223Z
created: 2024-05-08T13:52:40.231Z
expires: 2024-07-07T13:52:40.223Z
created: 2024-06-11T07:52:40.231Z
SNYK-JAVA-ORGYAML-6056527:
- '*':
reason: None Given
expires: 2024-06-07T13:53:08.534Z
created: 2024-05-08T13:53:08.541Z
expires: 2024-07-07T13:53:08.534Z
created: 2024-06-11T07:53:08.541Z
SNYK-JAVA-SOFTWAREAMAZONION-6153869:
- '*':
reason: None Given
expires: 2024-06-07T13:53:47.241Z
created: 2024-05-08T13:53:47.250Z
expires: 2024-07-07T13:53:47.241Z
created: 2024-06-11T07:53:47.250Z
patch: {}
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,11 @@
</repository>
</repositories>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub dvsa Apache Maven Packages</name>
<url>https://maven.pkg.github.com/dvsa/vol-active-support</url>
</repository>
</distributionManagement>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub dvsa Apache Maven Packages</name>
<url>https://maven.pkg.github.com/dvsa/vol-active-support</url>
</repository>
</distributionManagement>
</project>