Skip to content

Commit 57dfe95

Browse files
renovate[bot]LogFlames
authored andcommitted
⬆️(deps): Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0 (#1108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8bac29 commit 57dfe95

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

github_action/lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7164,13 +7164,6 @@
71647164
"checksumAlgorithm": "SHA-256",
71657165
"checksum": "698e0f37184a5b28c245c4065fd036dfce253b52f82fbb7113d81d36326cc249"
71667166
},
7167-
{
7168-
"groupId": "org.apache.maven.plugins",
7169-
"artifactId": "maven-compiler-plugin",
7170-
"version": "3.13.0",
7171-
"checksumAlgorithm": "SHA-256",
7172-
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
7173-
},
71747167
{
71757168
"groupId": "org.apache.maven.plugins",
71767169
"artifactId": "maven-site-plugin",
@@ -7220,6 +7213,13 @@
72207213
"checksumAlgorithm": "SHA-256",
72217214
"checksum": "e02b19fb8e7ea10baed4878a8c51e4ea21f16ef927efcfb2681a8faea86c7abb"
72227215
},
7216+
{
7217+
"groupId": "org.apache.maven.plugins",
7218+
"artifactId": "maven-compiler-plugin",
7219+
"version": "3.14.0",
7220+
"checksumAlgorithm": "SHA-256",
7221+
"checksum": "e55fe35b95cf499e5092f146c6613984cff896a8947c2f347ab88270f11acb76"
7222+
},
72237223
{
72247224
"groupId": "org.apache.maven.plugins",
72257225
"artifactId": "maven-resources-plugin",

github_action/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</repository>
2222
</distributionManagement>
2323
<properties>
24-
<compiler-plugin.version>3.13.0</compiler-plugin.version>
24+
<compiler-plugin.version>3.14.0</compiler-plugin.version>
2525
<maven.compiler.release>11</maven.compiler.release>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)