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-ORGAPACHETOMCAT-5862029
  • Loading branch information
snyk-bot committed Aug 26, 2023
1 parent 13a397a commit 6f1ffe9
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.hateoas.version>1.3.3</sakai.spring.hateoas.version>
<sakai.spring.plugin.version>2.0.0.RELEASE</sakai.spring.plugin.version>
<sakai.tika.version>1.28.1</sakai.tika.version>
<sakai.tomcat.version>9.0.62</sakai.tomcat.version>
<sakai.tomcat.version>9.0.80</sakai.tomcat.version>
<sakai.thymeleaf.version>3.0.15.RELEASE</sakai.thymeleaf.version>
<sakai.velocity.version>1.6.4</sakai.velocity.version>
<sakai.xerces.impl.version>2.12.2</sakai.xerces.impl.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 6f1ffe9

Please sign in to comment.