Skip to content

Commit

Permalink
fix: master/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGYAML-6056527
  • Loading branch information
snyk-bot committed Nov 14, 2023
1 parent 1f899ba commit b723081
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions master/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<!-- Include Sakai OSS parent, includes information for release management and project information common to all projects -->
<parent>
<groupId>org.sakaiproject</groupId>
<artifactId>oss-parent</artifactId>
<version>1</version>
<relativePath></relativePath>
<relativePath/>
</parent>

<!-- Sakai Master defines all property versions and dependencyManagement used in Sakai -->
Expand All @@ -20,7 +20,7 @@
<version>23-SNAPSHOT</version>

<properties>
<sakai.version>23-SNAPSHOT</sakai.version>
<sakai.version>23.0</sakai.version>
<!-- Standard dependency versions -->
<sakai.commons-io.version>2.11.0</sakai.commons-io.version>
<sakai.commons.lang.version>2.6</sakai.commons.lang.version>
Expand Down Expand Up @@ -103,7 +103,7 @@
<sakai.build.directory>target</sakai.build.directory>
<maven.test.redirectTestOutputToFile>false</maven.test.redirectTestOutputToFile>
<!-- Default empty unless profile activation -->
<random-source></random-source>
<random-source/>

<!-- These should only be updated when the webjars version is updated -->
<ckeditor.autosave.version>0.18.6</ckeditor.autosave.version>
Expand Down

0 comments on commit b723081

Please sign in to comment.