Skip to content

Commit

Permalink
build(deps): bump org.codehaus.gmavenplus:gmavenplus-plugin (#1889)
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 3.0.2 to 4.0.1.
- [Release notes](https://github.com/groovy/GMavenPlus/releases)
- [Commits](groovy/GMavenPlus@3.0.2...4.0.1)

---
updated-dependencies:
- dependency-name: org.codehaus.gmavenplus:gmavenplus-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 58fd929 commit 83788ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plc4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>3.0.2</version>
<version>4.0.1</version>
<executions>
<execution>
<id>compile-groovy-tests</id>
Expand Down
2 changes: 1 addition & 1 deletion plc4j/utils/test-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>3.0.2</version>
<version>4.0.1</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion protocols/bacnetip/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>3.0.2</version>
<version>4.0.1</version>
<executions>
<!-- Do some pre-build checks and report any findings to the user -->
<execution>
Expand Down

0 comments on commit 83788ad

Please sign in to comment.