Skip to content

Commit 17e3ff2

Browse files
⬆️(deps): Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0 (#1124)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24cef9b commit 17e3ff2

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
@@ -7197,13 +7197,6 @@
71977197
"checksumAlgorithm": "SHA-256",
71987198
"checksum": "698e0f37184a5b28c245c4065fd036dfce253b52f82fbb7113d81d36326cc249"
71997199
},
7200-
{
7201-
"groupId": "org.apache.maven.plugins",
7202-
"artifactId": "maven-compiler-plugin",
7203-
"version": "3.13.0",
7204-
"checksumAlgorithm": "SHA-256",
7205-
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
7206-
},
72077200
{
72087201
"groupId": "org.apache.maven.plugins",
72097202
"artifactId": "maven-site-plugin",
@@ -7260,6 +7253,13 @@
72607253
"checksumAlgorithm": "SHA-256",
72617254
"checksum": "e02b19fb8e7ea10baed4878a8c51e4ea21f16ef927efcfb2681a8faea86c7abb"
72627255
},
7256+
{
7257+
"groupId": "org.apache.maven.plugins",
7258+
"artifactId": "maven-compiler-plugin",
7259+
"version": "3.14.0",
7260+
"checksumAlgorithm": "SHA-256",
7261+
"checksum": "e55fe35b95cf499e5092f146c6613984cff896a8947c2f347ab88270f11acb76"
7262+
},
72637263
{
72647264
"groupId": "org.apache.maven.plugins",
72657265
"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)