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 Mar 14, 2024
1 parent 15eb84c commit 0980545
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 @@ -70,7 +70,7 @@
<sakai.spring.data.jpa.version>2.5.3</sakai.spring.data.jpa.version>
<sakai.spring.data.rest.version>3.5.6</sakai.spring.data.rest.version>
<sakai.spring.security.version>5.5.7</sakai.spring.security.version>
<sakai.spring.hateoas.version>1.3.3</sakai.spring.hateoas.version>
<sakai.spring.hateoas.version>2.1.4</sakai.spring.hateoas.version>
<sakai.spring.plugin.version>2.0.0.RELEASE</sakai.spring.plugin.version>
<sakai.tika.version>1.28.5</sakai.tika.version>
<sakai.tomcat.version>9.0.78</sakai.tomcat.version>
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

0 comments on commit 0980545

Please sign in to comment.