Skip to content

Commit

Permalink
Merge pull request quarkusio#27465 from famod/ea-job-invoker-groovy
Browse files Browse the repository at this point in the history
Bump groovy for maven-invoker-plugin to support Java 19
  • Loading branch information
famod authored Aug 24, 2022
2 parents dd50929 + 0cbf89f commit 7ebfc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>3.0.9</version>
<version>3.0.12</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/enforcer-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>3.0.9</version>
<version>3.0.12</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 7ebfc26

Please sign in to comment.