This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit bf9ece86808744dc0cc4a6a9acb789e9e11416f2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 23 08:22:30 2023 -0400
Bump org.codehaus.groovy:groovy from 3.0.18 to 3.0.19 (#1398)
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from
3.0.18 to 3.0.19.
- [Commits](https://github.com/apache/groovy/commits)
---
updated-dependencies:
- dependency-name: org.codehaus.groovy:groovy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 901fdeda22f9e29441d5bd73bbd1b14d38a30de6)
---
distribution/src/main/release/samples/groovy_spring_support/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
index b1dea0c42d..7fae3330a8 100644
--- a/distribution/src/main/release/samples/groovy_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/groovy_spring_support/pom.xml
@@ -111,7 +111,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
- <version>3.0.18</version>
+ <version>3.0.19</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>