Skip to content

Commit 170175b

Browse files
committed
Security upgrades
1 parent f52cba6 commit 170175b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-surefire-plugin</artifactId>
180-
<version>3.2.5</version>
180+
<version>3.5.4</version>
181181
</plugin>
182182
<plugin>
183183
<groupId>pl.project13.maven</groupId>
@@ -377,12 +377,12 @@
377377
<dependency>
378378
<groupId>ch.qos.logback</groupId>
379379
<artifactId>logback-classic</artifactId>
380-
<version>1.5.19</version>
380+
<version>1.5.27</version>
381381
</dependency>
382382
<dependency>
383383
<groupId>ch.qos.logback</groupId>
384384
<artifactId>logback-core</artifactId>
385-
<version>1.5.19</version>
385+
<version>1.5.27</version>
386386
</dependency>
387387

388388

@@ -432,7 +432,7 @@
432432
<dependency>
433433
<groupId>org.testng</groupId>
434434
<artifactId>testng</artifactId>
435-
<version>7.5.1</version>
435+
<version>7.11.0</version>
436436
<scope>test</scope>
437437
</dependency>
438438
<dependency>

0 commit comments

Comments
 (0)