Skip to content

Commit

Permalink
Merge pull request #41 from dvsa/upAxeCore
Browse files Browse the repository at this point in the history
chore: update libraries
  • Loading branch information
sr4850 authored Aug 22, 2024
2 parents 1ea5905 + 016c432 commit a5a27d9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 27 deletions.
38 changes: 14 additions & 24 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,26 @@ ignore:
SNYK-JAVA-DOM4J-174153:
- '*':
reason: None Given
expires: 2024-07-08T13:15:21.624Z
created: 2024-05-09T13:15:21.627Z
SNYK-JAVA-DOM4J-2812795:
- '*':
reason: None Given
expires: 2024-07-08T13:16:12.796Z
created: 2024-05-09T13:16:12.804Z
SNYK-JAVA-SOFTWAREAMAZONION-6153869:
expires: 2024-12-07T13:36:08.904Z
created: 2024-06-11T07:36:08.910Z
SNYK-JAVA-ORGYAML-2806360:
- '*':
reason: None Given
expires: 2024-07-08T13:27:49.964Z
created: 2024-05-09T13:27:49.971Z
expires: 2024-12-07T13:49:35.026Z
created: 2024-06-11T07:49:35.034Z
SNYK-JAVA-DOM4J-2812975:
- '*':
reason: no fix
expires: 2024-07-08T17:23:14.009Z
created: 2024-05-09T17:23:14.014Z
SNYK-JAVA-ORGSELENIUMHQSELENIUM-6062318:
- '*':
reason: None Given
expires: 2024-07-08T15:45:53.270Z
created: 2024-05-09T15:45:53.284Z
expires: 2024-12-07T13:52:40.223Z
created: 2024-06-11T07:52:40.231Z
SNYK-JAVA-ORGYAML-6056527:
- '*':
reason: no fix
expires: 2024-07-08T17:23:28.159Z
created: 2024-05-09T17:23:28.165Z
SNYK-JAVA-ORGYAML-2806360:
reason: None Given
expires: 2024-12-07T13:53:08.534Z
created: 2024-06-11T07:53:08.541Z
SNYK-JAVA-SOFTWAREAMAZONION-6153869:
- '*':
reason: no fix
expires: 2024-07-08T17:24:05.946Z
created: 2024-05-09T17:24:05.953Z
reason: None Given
expires: 2024-12-07T13:53:47.241Z
created: 2024-06-11T07:53:47.250Z
patch: {}
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<org.apache.commons.commons-compress.version>1.26.0</org.apache.commons.commons-compress.version>
<org.json.version>20180130</org.json.version>
<org.postgresql.version>42.3.9</org.postgresql.version>
<org.yaml.snakeyaml.version>1.31</org.yaml.snakeyaml.version>
<org.yaml.snakeyaml.version>2.0</org.yaml.snakeyaml.version>
<software.amazon.ion.version>1.0.3</software.amazon.ion.version>
<org.json.version>20231013</org.json.version>
<java.version>11</java.version>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.dvsa.testing.lib</groupId>
<artifactId>active-support</artifactId>
<version>2.2.0</version>
<version>2.4.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>com.deque.html.axe-core</groupId>
<artifactId>selenium</artifactId>
<version>4.9.0</version>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit a5a27d9

Please sign in to comment.