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 968b67f77fd6b451d2c25d98ae9a4bd065de1bda
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 15 21:31:26 2025 -0400
Bump org.jruby:jruby from 9.4.12.0 to 10.0.0.0 (#2368)
Bumps org.jruby:jruby from 9.4.12.0 to 10.0.0.0.
---
updated-dependencies:
- dependency-name: org.jruby:jruby
dependency-version: 10.0.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 13f8d7c37d241e79cf0f4fbcd6d1a280700bf0bf)
(cherry picked from commit 5eecb8c9f51e70c67adbcd29ad6b253dcde9b67d)
---
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 14831b7f6e..c6ba12143d 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>9.4.12.0</version>
+ <version>10.0.0.0</version>
</dependency>
<dependency>
<groupId>cglib</groupId>