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 5ca66f188db5e3dbc8ab627c2eb86f36a25e4a5e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 18 07:16:42 2025 -0400
Bump org.jruby:jruby from 10.0.0.1 to 10.0.1.0 (#2519)
Bumps org.jruby:jruby from 10.0.0.1 to 10.0.1.0.
---
updated-dependencies:
- dependency-name: org.jruby:jruby
dependency-version: 10.0.1.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 1105aa54ae1106237f183c9652becfc9ae5417d5)
(cherry picked from commit 90c739f07544387a739603b266014bbcbdd6d3a6)
---
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 d7ac64cb06..6967e72723 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.1</version>
+ <version>10.0.1.0</version>
</dependency>
<dependency>
<groupId>cglib</groupId>