Skip to content

Commit

Permalink
Update Maven Plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strittmatter <[email protected]>
  • Loading branch information
Weltraumschaf authored and Ilyesbdlala committed Apr 16, 2024
1 parent 680317b commit 8d888bd
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 @@ -211,7 +211,7 @@
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -240,7 +240,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>${project.build.version.source}</source>
<target>${project.build.version.target}</target>
Expand Down

0 comments on commit 8d888bd

Please sign in to comment.