Skip to content

Commit

Permalink
Merge dependabot/maven
Browse files Browse the repository at this point in the history
origin/dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.8.6.5
origin/dependabot/maven/junit-8770204344
origin/dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.5.0
  • Loading branch information
barend committed Nov 2, 2024
4 parents 5501e74 + f46ebd3 + 83c3e89 + 5012508 commit a049373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -98,7 +98,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>generate-code</id>
Expand Down Expand Up @@ -130,7 +130,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.4</version>
<version>4.8.6.5</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit a049373

Please sign in to comment.