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-ORGELASTICSEARCH-6038562
  • Loading branch information
snyk-bot committed Oct 29, 2023
1 parent 1f899ba commit 2a2fdd0
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 @@ -35,7 +35,7 @@
<sakai.ehcache.groupId>net.sf.ehcache</sakai.ehcache.groupId>
<sakai.ehcache.artifactId>ehcache-core</sakai.ehcache.artifactId>
<sakai.ehcache.version>2.6.11</sakai.ehcache.version>
<sakai.elasticsearch.version>7.17.1</sakai.elasticsearch.version>
<sakai.elasticsearch.version>7.17.13</sakai.elasticsearch.version>
<sakai.hibernate.version>5.3.20.Final</sakai.hibernate.version>
<sakai.hikaricp.version>4.0.3</sakai.hikaricp.version>
<sakai.httpclient.version>4.5.13</sakai.httpclient.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 2a2fdd0

Please sign in to comment.