Skip to content

Commit 0a5fd32

Browse files
committed
Update deps
1 parent 3d922ed commit 0a5fd32

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

capfile/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@
1616
<dependency>
1717
<groupId>org.testng</groupId>
1818
<artifactId>testng</artifactId>
19-
<version>7.10.2</version>
19+
<version>7.11.0</version>
2020
<scope>test</scope>
2121
</dependency>
2222
<dependency>
2323
<groupId>org.slf4j</groupId>
2424
<artifactId>slf4j-api</artifactId>
25-
<version>2.0.16</version>
25+
<version>2.0.17</version>
2626
<scope>test</scope>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.slf4j</groupId>
3030
<artifactId>slf4j-simple</artifactId>
31-
<version>2.0.16</version>
31+
<version>2.0.17</version>
3232
<scope>test</scope>
3333
</dependency>
3434
</dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>com.github.spotbugs</groupId>
143143
<artifactId>spotbugs-maven-plugin</artifactId>
144-
<version>4.9.2.0</version>
144+
<version>4.9.3.0</version>
145145
<configuration>
146146
<excludeFilterFile>spotbugs.xml</excludeFilterFile>
147147
</configuration>
@@ -173,12 +173,12 @@
173173
<plugin>
174174
<groupId>org.apache.maven.plugins</groupId>
175175
<artifactId>maven-site-plugin</artifactId>
176-
<version>3.20.0</version>
176+
<version>3.21.0</version>
177177
</plugin>
178178
<plugin>
179179
<groupId>org.apache.maven.plugins</groupId>
180180
<artifactId>maven-surefire-plugin</artifactId>
181-
<version>3.5.2</version>
181+
<version>3.5.3</version>
182182
</plugin>
183183
<plugin>
184184
<groupId>org.apache.maven.plugins</groupId>

task/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependency>
1616
<groupId>org.apache.ant</groupId>
1717
<artifactId>ant</artifactId>
18-
<version>1.10.14</version>
18+
<version>1.10.15</version>
1919
<scope>provided</scope>
2020
<optional>true</optional>
2121
</dependency>

0 commit comments

Comments
 (0)