Skip to content

Commit

Permalink
fix: 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-ORGBITBUCKETBC-6139942
  • Loading branch information
snyk-bot committed Dec 27, 2023
1 parent 57afe32 commit 3bbd3ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" ?>
<?xml version="1.0"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

Expand Down Expand Up @@ -32,7 +32,7 @@
<version.swagger>2.2.6</version.swagger>
<version.jackson>2.14.1</version.jackson>
<version.cas-client>3.6.4</version.cas-client>
<version.solr>8.11.2</version.solr>
<version.solr>9.0.0</version.solr>
<version.springboot>2.7.7</version.springboot>

<desktop>com.databasepreservation.desktop.Desktop</desktop>
Expand Down

0 comments on commit 3bbd3ef

Please sign in to comment.