File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
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 >
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
You can’t perform that action at this time.
0 commit comments