Skip to content

Commit 6167834

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 1057458 + 0b8f1f4 commit 6167834

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@
111111
<dependency>
112112
<groupId>org.mockito</groupId>
113113
<artifactId>mockito-core</artifactId>
114-
<version>4.6.1</version>
114+
<version>4.7.0</version>
115115
<scope>test</scope>
116116
</dependency>
117117

118118
<dependency>
119119
<groupId>org.mockito</groupId>
120120
<artifactId>mockito-junit-jupiter</artifactId>
121-
<version>4.6.1</version>
121+
<version>4.7.0</version>
122122
<scope>test</scope>
123123
</dependency>
124124
</dependencies>
@@ -145,7 +145,7 @@
145145

146146
<plugin>
147147
<artifactId>maven-checkstyle-plugin</artifactId>
148-
<version>3.1.2</version>
148+
<version>3.2.0</version>
149149
<dependencies>
150150
<dependency>
151151
<groupId>com.puppycrawl.tools</groupId>
@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.apache.maven.plugins</groupId>
200200
<artifactId>maven-javadoc-plugin</artifactId>
201-
<version>3.4.0</version>
201+
<version>3.4.1</version>
202202
<configuration>
203203
<docfilessubdirs>true</docfilessubdirs>
204204
<additionalOptions>-html5</additionalOptions>

0 commit comments

Comments
 (0)