Skip to content

Commit e4df5f3

Browse files
committed
Update dependencies for C#, PHP, Python, and Ruby
1 parent ece8f74 commit e4df5f3

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,13 +13,13 @@ class Dependency
1313
JAVA7_NAME = 'java7'.freeze
1414

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

1818
AVAILABLE_LIBRARY_VERSION = {
1919
CSHARP_NAME => ['4.x', CS_V5],
20-
PHP_NAME => ['4.10', '5.14.1'],
21-
PYTHON_NAME => ['5.6.0', '6.6.3'],
22-
RUBY_NAME => ['4.13.0', '5.2.3'],
20+
PHP_NAME => ['4.10', '5.15.0'],
21+
PYTHON_NAME => ['5.6.0', '6.7.0'],
22+
RUBY_NAME => ['4.13.0', '5.3.0'],
2323
NODE_NAME => ['2.11.0', '3.7.0'],
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.15.0', suffix: '-jar-with-dependencies' }

0 commit comments

Comments
 (0)