Skip to content

Commit

Permalink
Update maven-compiler-plugin to 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo authored and martint committed Jan 10, 2024
1 parent 8bdb4b5 commit 6ebd080
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 @@ -10,6 +10,7 @@ Airbase 149
- maven-source-plugin to 3.3.0 (from 3.0.1)
- maven-surefire-plugin to 3.2.5 (from 3.2.1)
- build-helper-plugin to 3.5.0 (from 3.4.0)
- maven-compiler-plugin 3.12.1 (from 3.11.0)

* Dependency updates:
- opentelemetry to 1.34.0 (from 1.31.0)
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<source>${project.build.targetJdk}</source>
<release>${project.build.targetJdk}</release>
Expand Down

0 comments on commit 6ebd080

Please sign in to comment.