We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a7578 commit 0e5fc2bCopy full SHA for 0e5fc2b
integration-tests/pom.xml
@@ -67,7 +67,7 @@
67
<dependency>
68
<groupId>org.slf4j</groupId>
69
<artifactId>slf4j-log4j12</artifactId>
70
- <version>2.0.16</version>
+ <version>2.0.17</version>
71
</dependency>
72
73
@@ -80,7 +80,7 @@
80
81
<groupId>org.junit.jupiter</groupId>
82
<artifactId>junit-jupiter-engine</artifactId>
83
- <version>5.12.2</version>
+ <version>5.14.3</version>
84
<scope>test</scope>
85
86
@@ -97,7 +97,7 @@
97
<plugin>
98
<groupId>org.apache.maven.plugins</groupId>
99
<artifactId>maven-surefire-plugin</artifactId>
100
- <version>3.2.5</version>
+ <version>3.5.5</version>
101
<configuration>
102
<argLine>
103
--add-opens=java.base/java.lang=ALL-UNNAMED
0 commit comments