Skip to content

Commit 910d2b8

Browse files
committed
examples, it: update JRuby to latest 9.1
Old version might stop resolving soon.
1 parent 92f606e commit 910d2b8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/ruby/concord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
configuration:
22
dependencies:
3-
- "mvn://org.jruby:jruby:9.1.13.0"
3+
- "mvn://org.jruby:jruby:9.1.17.0"
44

55
flows:
66
default:

examples/runtime-v2/out_ruby/concord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
configuration:
22
runtime: "concord-v2"
33
dependencies:
4-
- "mvn://org.jruby:jruby:9.1.13.0"
4+
- "mvn://org.jruby:jruby:9.1.17.0"
55

66
flows:
77
default:

it/runtime-v2/src/test/resources/com/walmartlabs/concord/it/runtime/v2/scriptRuby/concord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
configuration:
22
runtime: "concord-v2"
33
dependencies:
4-
- "mvn://org.jruby:jruby:9.1.13.0"
4+
- "mvn://org.jruby:jruby:9.1.17.0"
55

66
flows:
77
default:

0 commit comments

Comments
 (0)