Skip to content

Commit a629f5c

Browse files
committed
Update helper libraries version
1 parent 5da5249 commit a629f5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/snippet-testing/model/dependency.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ class Dependency
1313
JAVA7_NAME = 'java7'.freeze
1414

1515
CS_V4 = '4.7.2'.freeze
16-
CS_V5 = '5.6.4'.freeze
16+
CS_V5 = '5.6.5'.freeze
1717

1818
AVAILABLE_LIBRARY_VERSION = {
1919
CSHARP_NAME => ['4.x', CS_V5],
20-
PHP_NAME => ['4.10', '5.14.0'],
21-
PYTHON_NAME => ['5.6.0', '6.6.2'],
20+
PHP_NAME => ['4.10', '5.14.1'],
21+
PYTHON_NAME => ['5.6.0', '6.6.3'],
2222
RUBY_NAME => ['4.13.0', '5.2.2'],
23-
NODE_NAME => ['2.11.0', '3.6.6'],
23+
NODE_NAME => ['2.11.0', '3.6.7'],
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.14.5', suffix: '-jar-with-dependencies' }
2626
}.freeze

0 commit comments

Comments
 (0)