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.12.1 (#570)

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 Dec 24, 2023
1 parent 8e40afc commit e2a737f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,17 @@
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
"version": "3.12.0",
"artifactId": "maven-resources-plugin",
"version": "3.3.1",
"checksumAlgorithm": "SHA-256",
"checksum": "0d51393499f4d36eced614f3c890f1a61b35f06fd53ad75738c1233a2a5e1f20"
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-resources-plugin",
"version": "3.3.1",
"artifactId": "maven-compiler-plugin",
"version": "3.12.1",
"checksumAlgorithm": "SHA-256",
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
"checksum": "32bdf8aa04759b0f0768350640bb6cfff2488252361b5b36adc2d7fefc18c5e0"
}
],
"metaData": {
Expand Down
12 changes: 6 additions & 6 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2176,17 +2176,17 @@
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
"version": "3.12.0",
"artifactId": "maven-resources-plugin",
"version": "3.3.1",
"checksumAlgorithm": "SHA-256",
"checksum": "0d51393499f4d36eced614f3c890f1a61b35f06fd53ad75738c1233a2a5e1f20"
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-resources-plugin",
"version": "3.3.1",
"artifactId": "maven-compiler-plugin",
"version": "3.12.1",
"checksumAlgorithm": "SHA-256",
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7"
"checksum": "32bdf8aa04759b0f0768350640bb6cfff2488252361b5b36adc2d7fefc18c5e0"
}
],
"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.0</version>
<version>3.12.1</version>
<configuration></configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e2a737f

Please sign in to comment.