We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90404c commit 8195e9eCopy full SHA for 8195e9e
tools/snippet-testing/model/dependency.rb
@@ -13,16 +13,16 @@ class Dependency
13
JAVA7_NAME = 'java7'.freeze
14
15
CS_V4 = '4.7.2'.freeze
16
- CS_V5 = '5.6.3'.freeze
+ CS_V5 = '5.6.4'.freeze
17
18
AVAILABLE_LIBRARY_VERSION = {
19
CSHARP_NAME => ['4.x', CS_V5],
20
- PHP_NAME => ['4.10', '5.13.3'],
21
- PYTHON_NAME => ['5.6.0', '6.5.1'],
22
- RUBY_NAME => ['4.13.0', '5.2.0'],
23
- NODE_NAME => ['2.11.0', '3.6.4'],
+ PHP_NAME => ['4.10', '5.14.0'],
+ PYTHON_NAME => ['5.6.0', '6.6.2'],
+ RUBY_NAME => ['4.13.0', '5.2.2'],
+ NODE_NAME => ['2.11.0', '3.6.6'],
24
JAVA6_NAME => { group: 'com.twilio.sdk', name: 'twilio-java-sdk', version: '6.3.0', suffix: '-jar-with-dependencies' },
25
- JAVA7_NAME => { group: 'com.twilio.sdk', name: 'twilio', version: '7.14.4', suffix: '-jar-with-dependencies' }
+ JAVA7_NAME => { group: 'com.twilio.sdk', name: 'twilio', version: '7.14.5', suffix: '-jar-with-dependencies' }
26
}.freeze
27
28
JAVA_DEPENDENCIES = {
0 commit comments