We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaebce3 commit 68f96c1Copy full SHA for 68f96c1
pom.xml
@@ -52,14 +52,14 @@
52
<dependency>
53
<groupId>org.mockito</groupId>
54
<artifactId>mockito-bom</artifactId>
55
- <version>5.16.1</version>
+ <version>5.17.0</version>
56
<type>pom</type>
57
<scope>import</scope>
58
</dependency>
59
60
<groupId>org.junit</groupId>
61
<artifactId>junit-bom</artifactId>
62
- <version>5.12.1</version>
+ <version>5.12.2</version>
63
64
65
@@ -164,7 +164,7 @@
164
<plugin>
165
<groupId>org.codehaus.gmavenplus</groupId>
166
<artifactId>gmavenplus-plugin</artifactId>
167
- <version>4.1.1</version>
+ <version>4.2.0</version>
168
<configuration>
169
<sources>
170
<source>
0 commit comments