Skip to content

Commit

Permalink
fix: master/pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Feb 20, 2024
1 parent 15eb84c commit 1f552a8
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 Down Expand Up @@ -107,7 +107,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 Expand Up @@ -823,7 +823,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.26.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1f552a8

Please sign in to comment.