Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.apache.maven.plugins:maven-compiler-p…
Browse files Browse the repository at this point in the history
…lugin to v3.13.0 (#672)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Mar 19, 2024
1 parent c9996d3 commit ece4522
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
"version": "3.12.1",
"version": "3.13.0",
"checksumAlgorithm": "SHA-256",
"checksum": "32bdf8aa04759b0f0768350640bb6cfff2488252361b5b36adc2d7fefc18c5e0"
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
}
],
"metaData": {
Expand Down
4 changes: 2 additions & 2 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2184,9 +2184,9 @@
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
"version": "3.12.1",
"version": "3.13.0",
"checksumAlgorithm": "SHA-256",
"checksum": "32bdf8aa04759b0f0768350640bb6cfff2488252361b5b36adc2d7fefc18c5e0"
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
}
],
"metaData": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration></configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit ece4522

Please sign in to comment.