Skip to content

Commit ab8149d

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

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@
4040
"checksumAlgorithm": "SHA-256",
4141
"checksum": "698e0f37184a5b28c245c4065fd036dfce253b52f82fbb7113d81d36326cc249"
4242
},
43-
{
44-
"groupId": "org.apache.maven.plugins",
45-
"artifactId": "maven-compiler-plugin",
46-
"version": "3.13.0",
47-
"checksumAlgorithm": "SHA-256",
48-
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
49-
},
5043
{
5144
"groupId": "org.apache.maven.plugins",
5245
"artifactId": "maven-site-plugin",
@@ -96,6 +89,13 @@
9689
"checksumAlgorithm": "SHA-256",
9790
"checksum": "e02b19fb8e7ea10baed4878a8c51e4ea21f16ef927efcfb2681a8faea86c7abb"
9891
},
92+
{
93+
"groupId": "org.apache.maven.plugins",
94+
"artifactId": "maven-compiler-plugin",
95+
"version": "3.14.0",
96+
"checksumAlgorithm": "SHA-256",
97+
"checksum": "e55fe35b95cf499e5092f146c6613984cff896a8947c2f347ab88270f11acb76"
98+
},
9999
{
100100
"groupId": "org.apache.maven.plugins",
101101
"artifactId": "maven-resources-plugin",

maven_plugin/lockfile.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,13 +2354,6 @@
23542354
"checksumAlgorithm": "SHA-256",
23552355
"checksum": "698e0f37184a5b28c245c4065fd036dfce253b52f82fbb7113d81d36326cc249"
23562356
},
2357-
{
2358-
"groupId": "org.apache.maven.plugins",
2359-
"artifactId": "maven-compiler-plugin",
2360-
"version": "3.13.0",
2361-
"checksumAlgorithm": "SHA-256",
2362-
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
2363-
},
23642357
{
23652358
"groupId": "org.apache.maven.plugins",
23662359
"artifactId": "maven-site-plugin",
@@ -2410,6 +2403,13 @@
24102403
"checksumAlgorithm": "SHA-256",
24112404
"checksum": "e02b19fb8e7ea10baed4878a8c51e4ea21f16ef927efcfb2681a8faea86c7abb"
24122405
},
2406+
{
2407+
"groupId": "org.apache.maven.plugins",
2408+
"artifactId": "maven-compiler-plugin",
2409+
"version": "3.14.0",
2410+
"checksumAlgorithm": "SHA-256",
2411+
"checksum": "e55fe35b95cf499e5092f146c6613984cff896a8947c2f347ab88270f11acb76"
2412+
},
24132413
{
24142414
"groupId": "org.apache.maven.plugins",
24152415
"artifactId": "maven-resources-plugin",

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-compiler-plugin</artifactId>
153-
<version>3.13.0</version>
153+
<version>3.14.0</version>
154154
<configuration></configuration>
155155
</plugin>
156156
<plugin>

0 commit comments

Comments
 (0)