Skip to content

Commit f109484

Browse files
committed
Update vulnerable dependencies
1 parent 12853c1 commit f109484

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

@@ -74,10 +74,12 @@
7474
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
7575
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
7676
<sonar.projectVersion>${project.version}</sonar.projectVersion>
77-
<commons.io.version>2.8.0</commons.io.version>
77+
<commons.io.version>2.11.0</commons.io.version>
7878
<commons.lang.version>2.6</commons.lang.version>
7979
<junit.version>4.13.2</junit.version>
8080
<sonar-analyzer-commons.version>1.21.0.829</sonar-analyzer-commons.version>
81+
<sonar.orchestrator.version>3.35.1.2719</sonar.orchestrator.version>
82+
8183
</properties>
8284

8385
<dependencyManagement>
@@ -222,7 +224,7 @@
222224
<dependency>
223225
<groupId>com.google.guava</groupId>
224226
<artifactId>guava</artifactId>
225-
<version>31.0.1-jre</version>
227+
<version>31.1-jre</version>
226228
</dependency>
227229

228230

0 commit comments

Comments
 (0)