Skip to content

Commit 68d3f70

Browse files
authored
Merge branch 'main' into add_github_getRepository_validation
2 parents b33bf02 + a7a4c08 commit 68d3f70

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<spotbugs-maven-plugin.version>4.5.0.0</spotbugs-maven-plugin.version>
37-
<spotbugs.version>4.5.0</spotbugs.version>
37+
<spotbugs.version>4.5.3</spotbugs.version>
3838
<spotbugs-maven-plugin.failOnError>true</spotbugs-maven-plugin.failOnError>
3939
<hamcrest.version>2.2</hamcrest.version>
4040
<okhttp3.version>4.9.2</okhttp3.version>
@@ -258,7 +258,7 @@
258258
<plugin>
259259
<groupId>org.apache.maven.plugins</groupId>
260260
<artifactId>maven-site-plugin</artifactId>
261-
<version>3.9.1</version>
261+
<version>3.10.0</version>
262262
</plugin>
263263
<plugin>
264264
<groupId>org.apache.maven.plugins</groupId>
@@ -321,7 +321,7 @@
321321
<plugin>
322322
<groupId>com.infradna.tool</groupId>
323323
<artifactId>bridge-method-injector</artifactId>
324-
<version>1.22</version>
324+
<version>1.23</version>
325325
<executions>
326326
<execution>
327327
<goals>
@@ -333,7 +333,7 @@
333333
<plugin>
334334
<groupId>com.diffplug.spotless</groupId>
335335
<artifactId>spotless-maven-plugin</artifactId>
336-
<version>2.17.6</version>
336+
<version>2.18.0</version>
337337
<executions>
338338
<execution>
339339
<id>spotless-check</id>
@@ -442,7 +442,7 @@
442442
<dependency>
443443
<groupId>com.fasterxml.jackson.core</groupId>
444444
<artifactId>jackson-databind</artifactId>
445-
<version>2.13.0</version>
445+
<version>2.13.1</version>
446446
</dependency>
447447
<dependency>
448448
<groupId>commons-io</groupId>
@@ -541,7 +541,7 @@
541541
<dependency>
542542
<groupId>org.mockito</groupId>
543543
<artifactId>mockito-core</artifactId>
544-
<version>4.1.0</version>
544+
<version>4.3.1</version>
545545
<scope>test</scope>
546546
</dependency>
547547
<dependency>

0 commit comments

Comments
 (0)