This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 40a44e69aa575fa6b03cc23af08b817a32d1e112
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 3 09:02:59 2023 -0400
Bump org.jruby:jruby from 9.4.4.0 to 9.4.5.0 (#1505)
Bumps org.jruby:jruby from 9.4.4.0 to 9.4.5.0.
---
updated-dependencies:
- dependency-name: org.jruby:jruby
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 469232de87044fee0a17ae3066a6e7397c154ef6)
(cherry picked from commit d2c3b517a47be4187e86c7da107a28525067a95b)
---
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 f5d1be84db..d800e63958 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.4.0</version>
+ <version>9.4.5.0</version>
</dependency>
<dependency>
<groupId>cglib</groupId>