We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7440c1d commit 8372bdfCopy full SHA for 8372bdf
pom.xml
@@ -112,7 +112,7 @@
112
<plugin>
113
<groupId>org.jacoco</groupId>
114
<artifactId>jacoco-maven-plugin</artifactId>
115
- <version>0.8.8</version>
+ <version>0.8.11</version>
116
<executions>
117
<execution>
118
<goals>
@@ -278,12 +278,12 @@
278
<dependency>
279
<groupId>net.bytebuddy</groupId>
280
<artifactId>byte-buddy</artifactId>
281
- <version>1.14.11</version>
+ <version>1.14.12</version>
282
</dependency>
283
284
<groupId>commons-io</groupId>
285
<artifactId>commons-io</artifactId>
286
- <version>2.11.0</version>
+ <version>2.15.1</version>
287
<scope>test</scope>
288
289
</dependencies>
0 commit comments