Skip to content

Commit 603c509

Browse files
⬆️(deps): Update dependency org.codehaus.gmavenplus:gmavenplus-plugin to v4.2.1 (#1266)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 411aeff commit 603c509

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@
6969
"checksum": "7b0e58afc5741b29c6dbbb1fab2f878149e63842bedb58ca839145c545951a7e",
7070
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.21.0/maven-site-plugin-3.21.0.jar"
7171
},
72+
{
73+
"groupId": "org.codehaus.gmavenplus",
74+
"artifactId": "gmavenplus-plugin",
75+
"version": "4.2.1",
76+
"checksumAlgorithm": "SHA-256",
77+
"checksum": "85c43706d58864b7786a8a7fd5274e8301a0ce64adb9d78f782153a9934cdddf",
78+
"resolved": "https://repo.maven.apache.org/maven2/org/codehaus/gmavenplus/gmavenplus-plugin/4.2.1/gmavenplus-plugin-4.2.1.jar"
79+
},
7280
{
7381
"groupId": "org.apache.maven.plugins",
7482
"artifactId": "maven-clean-plugin",
@@ -108,14 +116,6 @@
108116
"checksumAlgorithm": "SHA-256",
109117
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7",
110118
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar"
111-
},
112-
{
113-
"groupId": "org.codehaus.gmavenplus",
114-
"artifactId": "gmavenplus-plugin",
115-
"version": "4.2.0",
116-
"checksumAlgorithm": "SHA-256",
117-
"checksum": "fd779dd78621bc388ee0e7bf33548f09188e51beebe906bb5c056d5eb5b90bcc",
118-
"resolved": "https://repo.maven.apache.org/maven2/org/codehaus/gmavenplus/gmavenplus-plugin/4.2.0/gmavenplus-plugin-4.2.0.jar"
119119
}
120120
],
121121
"metaData": {

maven_plugin/lockfile.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2538,6 +2538,14 @@
25382538
"checksum": "7b0e58afc5741b29c6dbbb1fab2f878149e63842bedb58ca839145c545951a7e",
25392539
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.21.0/maven-site-plugin-3.21.0.jar"
25402540
},
2541+
{
2542+
"groupId": "org.codehaus.gmavenplus",
2543+
"artifactId": "gmavenplus-plugin",
2544+
"version": "4.2.1",
2545+
"checksumAlgorithm": "SHA-256",
2546+
"checksum": "85c43706d58864b7786a8a7fd5274e8301a0ce64adb9d78f782153a9934cdddf",
2547+
"resolved": "https://repo.maven.apache.org/maven2/org/codehaus/gmavenplus/gmavenplus-plugin/4.2.1/gmavenplus-plugin-4.2.1.jar"
2548+
},
25412549
{
25422550
"groupId": "org.apache.maven.plugins",
25432551
"artifactId": "maven-clean-plugin",
@@ -2586,14 +2594,6 @@
25862594
"checksum": "eb4069c7fe50a313b3f5295ccd214f30402f63971c26f443f7f3e798be8cc2a7",
25872595
"resolved": "https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar"
25882596
},
2589-
{
2590-
"groupId": "org.codehaus.gmavenplus",
2591-
"artifactId": "gmavenplus-plugin",
2592-
"version": "4.2.0",
2593-
"checksumAlgorithm": "SHA-256",
2594-
"checksum": "fd779dd78621bc388ee0e7bf33548f09188e51beebe906bb5c056d5eb5b90bcc",
2595-
"resolved": "https://repo.maven.apache.org/maven2/org/codehaus/gmavenplus/gmavenplus-plugin/4.2.0/gmavenplus-plugin-4.2.0.jar"
2596-
},
25972597
{
25982598
"groupId": "com.soebes.itf.jupiter.extension",
25992599
"artifactId": "itf-maven-plugin",

maven_plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>org.codehaus.gmavenplus</groupId>
174174
<artifactId>gmavenplus-plugin</artifactId>
175-
<version>4.2.0</version>
175+
<version>4.2.1</version>
176176
<inherited>false</inherited>
177177
<dependencies>
178178
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<plugin>
121121
<groupId>org.codehaus.gmavenplus</groupId>
122122
<artifactId>gmavenplus-plugin</artifactId>
123-
<version>4.2.0</version>
123+
<version>4.2.1</version>
124124
<inherited>false</inherited>
125125
<dependencies>
126126
<dependency>

0 commit comments

Comments
 (0)