Skip to content

Commit

Permalink
Merge branch 'main' into alexh-use-sc-5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexh-sauce authored Oct 4, 2024
2 parents 5ac8a7a + 8c732fd commit 822a580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -293,13 +293,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.13.0</version>
<version>5.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 822a580

Please sign in to comment.