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.0 (#562)

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 19, 2023
1 parent 85fe9b5 commit e279c2a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
"lockFileVersion": 1,
"dependencies": [],
"mavenPlugins": [
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
"version": "3.11.0",
"checksumAlgorithm": "SHA-256",
"checksum": "b806a9ddc7ed5cfd7623ecb044e6fa506831987ee0c3df7d1358fd7568c396f7"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-jar-plugin",
Expand Down Expand Up @@ -96,6 +89,13 @@
"checksumAlgorithm": "SHA-256",
"checksum": "25bba0363ba305daf50fc31d8241655241723e218b424b1f4c255ff0b6331612"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
"version": "3.12.0",
"checksumAlgorithm": "SHA-256",
"checksum": "0d51393499f4d36eced614f3c890f1a61b35f06fd53ad75738c1233a2a5e1f20"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-resources-plugin",
Expand Down
14 changes: 7 additions & 7 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2069,13 +2069,6 @@
}
],
"mavenPlugins": [
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
"version": "3.11.0",
"checksumAlgorithm": "SHA-256",
"checksum": "b806a9ddc7ed5cfd7623ecb044e6fa506831987ee0c3df7d1358fd7568c396f7"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-jar-plugin",
Expand Down Expand Up @@ -2181,6 +2174,13 @@
"checksumAlgorithm": "SHA-256",
"checksum": "25bba0363ba305daf50fc31d8241655241723e218b424b1f4c255ff0b6331612"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-compiler-plugin",
"version": "3.12.0",
"checksumAlgorithm": "SHA-256",
"checksum": "0d51393499f4d36eced614f3c890f1a61b35f06fd53ad75738c1233a2a5e1f20"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-resources-plugin",
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.11.0</version>
<version>3.12.0</version>
<configuration></configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e279c2a

Please sign in to comment.