Skip to content

Commit

Permalink
chore: don't deploy on dependabot pr, update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
valosnah committed Jan 3, 2024
1 parent 5316319 commit b248574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
<!-- Unit test runner -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.3</version>
<version>3.2.3</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
<argLine>${surefire.jacoco.args}</argLine>
Expand All @@ -317,7 +317,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.3</version>
<version>3.2.3</version>
<configuration>
<argLine>${failsafe.jacoco.args}</argLine>
<groups>contract</groups>
Expand Down

0 comments on commit b248574

Please sign in to comment.