Skip to content

Commit

Permalink
[ALS-5000] Update maven compiler plugin
Browse files Browse the repository at this point in the history
Maven compiler plugin has a dependency on log4j.
  • Loading branch information
Gcolon021 committed Oct 4, 2023
1 parent 44833bd commit 50b591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pic-sure-auth-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.11.0</version>
<configuration>
<release>11</release>
</configuration>
Expand Down

0 comments on commit 50b591d

Please sign in to comment.