Skip to content

Commit

Permalink
Merge pull request #203 from karelmaxa/upgrade-groovy
Browse files Browse the repository at this point in the history
Upgrade groovy in connector bundler
  • Loading branch information
pavelhoral authored Jan 6, 2025
2 parents 5b4c348 + f51550b commit a8d826f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom-scripted-connector-bundler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.2.2</version>
<version>2.4.21</version>
</dependency>
</dependencies>
</plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.2.2</version>
<version>2.4.21</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit a8d826f

Please sign in to comment.