Skip to content

Commit

Permalink
Updated build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jan 22, 2024
1 parent ec29ca8 commit db4ca20
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 @@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
Expand Down Expand Up @@ -144,7 +144,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<argLine>${jacoco.agent}</argLine>
<trimStackTrace>false</trimStackTrace>
Expand Down

0 comments on commit db4ca20

Please sign in to comment.