Skip to content

Commit b454d13

Browse files
committed
dependency:java bump version
1 parent 25e4aa7 commit b454d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/snippet-testing/model/dependency.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Dependency
2222
RUBY_NAME => ['4.13.0', '5.2.3'],
2323
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' },
25-
JAVA7_NAME => { group: 'com.twilio.sdk', name: 'twilio', version: '7.14.5', suffix: '-jar-with-dependencies' }
25+
JAVA7_NAME => { group: 'com.twilio.sdk', name: 'twilio', version: '7.15.0', suffix: '-jar-with-dependencies' }
2626
}.freeze
2727

2828
JAVA_DEPENDENCIES = {

0 commit comments

Comments
 (0)