Skip to content

Commit

Permalink
⬆️(deps): Update dependency org.codehaus.gmavenplus:gmavenplus-plugin…
Browse files Browse the repository at this point in the history
… to v4 (#911)

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 Oct 2, 2024
1 parent e0fcd15 commit 01ab533
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions github_action/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -6204,13 +6204,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "d264a277ed9dad6527dea1a0a74f24cdda73d1781ed68e4fe658088c02771811"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "3.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "3f4f612c310dedfa43b6aeb548d3deffe13f76712c8b183bbbbaa4755f289e1e"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
Expand Down Expand Up @@ -6287,6 +6280,13 @@
"version": "3.13.0",
"checksumAlgorithm": "SHA-256",
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "4.0.1",
"checksumAlgorithm": "SHA-256",
"checksum": "bc69fbf21edb2521ba0bebd5990e305d6809ef6c832837d17fb829f7ff6608c6"
}
],
"metaData": {
Expand Down
2 changes: 1 addition & 1 deletion github_action/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>3.0.2</version>
<version>4.0.1</version>
<inherited>false</inherited>
<dependencies>
<dependency>
Expand Down
14 changes: 7 additions & 7 deletions lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "36299120aaf72783c4a90b0b1e09b4a6eda01314dbb02dbf2d3c208d688d2100"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "3.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "3f4f612c310dedfa43b6aeb548d3deffe13f76712c8b183bbbbaa4755f289e1e"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
Expand Down Expand Up @@ -102,6 +95,13 @@
"version": "3.13.0",
"checksumAlgorithm": "SHA-256",
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "4.0.1",
"checksumAlgorithm": "SHA-256",
"checksum": "bc69fbf21edb2521ba0bebd5990e305d6809ef6c832837d17fb829f7ff6608c6"
}
],
"metaData": {
Expand Down
14 changes: 7 additions & 7 deletions maven_plugin/lockfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -2164,13 +2164,6 @@
"checksumAlgorithm": "SHA-256",
"checksum": "d264a277ed9dad6527dea1a0a74f24cdda73d1781ed68e4fe658088c02771811"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "3.0.2",
"checksumAlgorithm": "SHA-256",
"checksum": "3f4f612c310dedfa43b6aeb548d3deffe13f76712c8b183bbbbaa4755f289e1e"
},
{
"groupId": "org.apache.maven.plugins",
"artifactId": "maven-surefire-plugin",
Expand Down Expand Up @@ -2247,6 +2240,13 @@
"version": "3.13.0",
"checksumAlgorithm": "SHA-256",
"checksum": "6f819947a2a773792dc91d17f906e22113bfb2fefb6b64dec836175715d7402a"
},
{
"groupId": "org.codehaus.gmavenplus",
"artifactId": "gmavenplus-plugin",
"version": "4.0.1",
"checksumAlgorithm": "SHA-256",
"checksum": "bc69fbf21edb2521ba0bebd5990e305d6809ef6c832837d17fb829f7ff6608c6"
}
],
"metaData": {
Expand Down
2 changes: 1 addition & 1 deletion maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>3.0.2</version>
<version>4.0.1</version>
<inherited>false</inherited>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>3.0.2</version>
<version>4.0.1</version>
<inherited>false</inherited>
<dependencies>
<dependency>
Expand Down

0 comments on commit 01ab533

Please sign in to comment.