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 8003e11bc164e7d97b6b79f904b8cbbe18eed1f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 8 11:23:43 2025 -0400
Bump org.jruby:jruby from 10.0.1.0 to 10.0.2.0 (#2541)
Bumps org.jruby:jruby from 10.0.1.0 to 10.0.2.0.
---
updated-dependencies:
- dependency-name: org.jruby:jruby
dependency-version: 10.0.2.0
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 69c3117990767e83eb0a9cef5e85a1464532fe66)
(cherry picked from commit d215a9d113b33746cbd72e5562c88d7fb7377852)
---
distribution/src/main/release/samples/ruby_spring_support/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distribution/src/main/release/samples/ruby_spring_support/pom.xml
b/distribution/src/main/release/samples/ruby_spring_support/pom.xml
index bd7bb52100..a3de1c6c3e 100644
--- a/distribution/src/main/release/samples/ruby_spring_support/pom.xml
+++ b/distribution/src/main/release/samples/ruby_spring_support/pom.xml
@@ -110,7 +110,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
- <version>10.0.1.0</version>
+ <version>10.0.2.0</version>
</dependency>
<dependency>
<groupId>cglib</groupId>