Skip to content

Commit 3323b47

Browse files
committed
Update sdk dependencies
1 parent 672c2cd commit 3323b47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/snippet-testing/model/dependency.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ class Dependency
1616
CS_V5 = '5.5.1-alpha1'
1717

1818
AVAILABLE_LIBRARY_VERSION = {
19-
CSHARP_NAME => ['4.x', '5.5.1-alpha1'],
20-
PHP_NAME => ['4.10', '5.10.0-alpha1'],
21-
PYTHON_NAME => ['5.6.0', '6.3.0-alpha-1'],
22-
RUBY_NAME => ['4.13.0', '5.0.0.rc23'],
23-
NODE_NAME => ['2.11.0', '3.3.0-alpha-1'],
19+
CSHARP_NAME => ['4.x', '5.5.3-alpha1'],
20+
PHP_NAME => ['4.10', '5.11.0-alpha1'],
21+
PYTHON_NAME => ['5.6.0', '6.4.2-alpha-1'],
22+
RUBY_NAME => ['4.13.0', '5.0.0.rc24'],
23+
NODE_NAME => ['2.11.0', '3.4.0-alpha-1'],
2424
JAVA6_NAME => {group: "com.twilio.sdk", name: 'twilio-java-sdk', version: '6.3.0', suffix: '-jar-with-dependencies'},
2525
JAVA7_NAME => {group: "com.twilio.sdk", name: 'twilio', version: '7.12.0-alpha-1', suffix: '-jar-with-dependencies'}
2626
}.freeze

0 commit comments

Comments
 (0)