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 e438b1b500b3f2e6a457e7082d874760b8da1d8a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed May 7 22:44:13 2025 -0400
Bump org.jruby:jruby (#2394)
Bumps org.jruby:jruby from 10.0.0.0 to 10.0.0.1.
---
updated-dependencies:
- dependency-name: org.jruby:jruby
dependency-version: 10.0.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 6fd4129c9271b2da48ec5e91634ca1f60a01a39f)
(cherry picked from commit df17095d0849e450c6c62590b64a1ae8e36211cb)
---
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 c6ba12143d..06afb293b6 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.0.0</version>
+ <version>10.0.0.1</version>
</dependency>
<dependency>
<groupId>cglib</groupId>