Skip to content

Commit

Permalink
Update maven-compiler-plugin to 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Mar 18, 2024
1 parent 76446c7 commit 17e711f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Airbase 153
- maven-assembly-plugin 3.7.1 (from 3.6.0)
- maven-gpg-plugin 3.2.1 (from 3.1.0)
- extra-enforcer-rules 1.8.0 (from 1.7.0)
- maven-compiler-plugin 3.13.0 (3.12.1)

Airbase 152
* Dependency downgrades:
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<source>${project.build.targetJdk}</source>
<release>${project.build.targetJdk}</release>
Expand Down

0 comments on commit 17e711f

Please sign in to comment.