From 498d6afdf50b1bf80f5821b9a13d8d0f31ada6d6 Mon Sep 17 00:00:00 2001 From: Lossy Date: Mon, 17 Jan 2022 20:28:59 -0600 Subject: [PATCH] Update dependencies. --- build.gradle | 8 ++++---- javasteam-samples/build.gradle | 8 ++++---- javasteam-tf/build.gradle | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index e0b89e3f..a73f9920 100644 --- a/build.gradle +++ b/build.gradle @@ -31,12 +31,12 @@ repositories { } dependencies { - implementation 'com.google.code.gson:gson:2.8.8' - implementation 'com.google.protobuf:protobuf-java:3.17.3' - implementation 'com.squareup.okhttp3:okhttp:3.12.13' + implementation 'com.google.code.gson:gson:2.8.9' + implementation 'com.google.protobuf:protobuf-java:3.19.3' + implementation 'com.squareup.okhttp3:okhttp:3.14.9' implementation 'org.apache.commons:commons-lang3:3.12.0' implementation 'org.java-websocket:Java-WebSocket:1.5.2' - testCompile 'com.squareup.okhttp3:mockwebserver:3.12.13' + testCompile 'com.squareup.okhttp3:mockwebserver:3.14.9' testCompile 'commons-codec:commons-codec:1.15' testCompile 'commons-io:commons-io:2.11.0' testCompile 'junit:junit:4.13.2' diff --git a/javasteam-samples/build.gradle b/javasteam-samples/build.gradle index a096b17a..035108ea 100644 --- a/javasteam-samples/build.gradle +++ b/javasteam-samples/build.gradle @@ -11,10 +11,10 @@ repositories { dependencies { compile rootProject - implementation 'org.bouncycastle:bcprov-jdk15on:1.69' + implementation 'org.bouncycastle:bcprov-jdk15on:1.70' - // To access protobufs directly. As shown in Sample #2 - implementation 'com.google.protobuf:protobuf-java:3.17.3' + // To access protobufs directly as shown in Sample #2 + implementation 'com.google.protobuf:protobuf-java:3.19.3' - testCompile group: 'junit', name: 'junit', version: '4.13.2' + testImplementation 'junit:junit:4.13.2' } diff --git a/javasteam-tf/build.gradle b/javasteam-tf/build.gradle index c1bd308b..b7555e94 100644 --- a/javasteam-tf/build.gradle +++ b/javasteam-tf/build.gradle @@ -10,8 +10,8 @@ repositories { } dependencies { - implementation 'com.google.protobuf:protobuf-java:3.17.3' - testCompile group: 'junit', name: 'junit', version: '4.13.2' + implementation 'com.google.protobuf:protobuf-java:3.19.3' + testImplementation 'junit:junit:4.13.2' } protobuf {