Skip to content

Commit

Permalink
fix: library/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 3, 2023
1 parent 1f899ba commit ed2ba8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Default extra plugins enabled -->
<ckeditor-extra-plugins>sakaipreview,sakaidropdowntoolbar,sakaiopenlink,</ckeditor-extra-plugins>
<!-- Empty defaults for a11y-->
<ckeditor-a11y-extra-plugins></ckeditor-a11y-extra-plugins>
<ckeditor-a11y-extra-plugins/>
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -277,7 +277,7 @@
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>video.js</artifactId>
<version>7.14.0</version>
<version>7.15.6</version>
</dependency>
<!--Used in Tests&Quizzes, validation of fill in numeric questions -->
<dependency>
Expand Down

0 comments on commit ed2ba8e

Please sign in to comment.