Skip to content

Commit

Permalink
bump up plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
akamarouski committed May 19, 2023
1 parent 0dca2b1 commit b2ebe01
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 @@ -104,15 +104,15 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<release>${java.version}</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>copy</id>
Expand All @@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M6</version>
<version>3.1.0</version>
<configuration>
<argLine>-javaagent:${project.build.directory}/agent/zebrunner-agent.jar</argLine>
<useSystemClassLoader>false</useSystemClassLoader>
Expand Down

0 comments on commit b2ebe01

Please sign in to comment.