Skip to content

Commit 54266a8

Browse files
committed
version bumps
1 parent b11dbfd commit 54266a8

File tree

6 files changed

+30
-28
lines changed

6 files changed

+30
-28
lines changed

examples/gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[plugins]
22
android-application = { id = "com.android.application", version = "8.2.2" }
3-
android-library = { id = "com.android.library", version = "8.2.0" }
3+
android-library = { id = "com.android.library", version = "8.2.2" }
44
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version = "1.9.22" }
5-
kotlin-android = { id = "org.jetbrains.kotlin.android", version = "1.9.21" }
5+
kotlin-android = { id = "org.jetbrains.kotlin.android", version = "1.9.22" }
66
protobuf = { id = "com.google.protobuf", version = "0.9.4" }
77
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "12.1.0" }
88
palantir-graal = { id = "com.palantir.graal", version = "0.12.0" }
99
jib = { id = "com.google.cloud.tools.jib", version = "3.4.0" }
1010

1111
[libraries]
1212
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.7.3" }
13-
grpc-protobuf = { group = "io.grpc", name = "grpc-protobuf", version = "1.60.0" }
14-
grpc-protobuf-lite = { group = "io.grpc", name = "grpc-protobuf-lite", version = "1.60.0" }
15-
grpc-netty = { group = "io.grpc", name = "grpc-netty", version = "1.60.0" }
13+
grpc-protobuf = { group = "io.grpc", name = "grpc-protobuf", version = "1.62.2" }
14+
grpc-protobuf-lite = { group = "io.grpc", name = "grpc-protobuf-lite", version = "1.62.2" }
15+
grpc-netty = { group = "io.grpc", name = "grpc-netty", version = "1.62.2" }
1616
grpc-okhttp = { group = "io.grpc", name = "grpc-okhttp", version = "1.61.1" }
17-
grpc-testing = { group = "io.grpc", name = "grpc-testing", version = "1.60.0" }
18-
grpc-stub = { group = "io.grpc", name = "grpc-stub", version = "1.60.0" }
17+
grpc-testing = { group = "io.grpc", name = "grpc-testing", version = "1.62.2" }
18+
grpc-stub = { group = "io.grpc", name = "grpc-stub", version = "1.62.2" }
1919
grpc-kotlin-stub = { group = "io.grpc", name = "grpc-kotlin-stub", version = "1.4.1" }
2020

2121
protoc = { group = "com.google.protobuf", name = "protoc", version = "3.25.1" }

gradle/libs.versions.toml

+12-7
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ kotlin-power-assert = { id = "com.bnorm.power.kotlin-power-assert", version = "0
1111
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.7.3" }
1212
kotlinx-coroutines-core-jvm = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core-jvm", version = "1.7.3" }
1313
kotlinx-coroutines-debug = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-debug", version = "1.8.0" }
14-
grpc-protobuf = { group = "io.grpc", name = "grpc-protobuf", version = "1.60.0" }
15-
grpc-alts = { group = "io.grpc", name = "grpc-alts", version = "1.60.0" }
14+
grpc-protobuf = { group = "io.grpc", name = "grpc-protobuf", version = "1.62.2" }
15+
grpc-protobuf-lite = { group = "io.grpc", name = "grpc-protobuf-lite", version = "1.62.2" }
16+
grpc-alts = { group = "io.grpc", name = "grpc-alts", version = "1.62.2" }
1617
grpc-auth = { group = "io.grpc", name = "grpc-auth", version = "1.62.2" }
17-
grpc-netty = { group = "io.grpc", name = "grpc-netty", version = "1.60.0" }
18-
grpc-okhttp = { group = "io.grpc", name = "grpc-okhttp", version = "1.60.0" }
19-
grpc-testing = { group = "io.grpc", name = "grpc-testing", version = "1.60.0" }
20-
grpc-stub = { group = "io.grpc", name = "grpc-stub", version = "1.60.0" }
18+
grpc-netty = { group = "io.grpc", name = "grpc-netty", version = "1.62.2" }
19+
grpc-okhttp = { group = "io.grpc", name = "grpc-okhttp", version = "1.62.2" }
20+
grpc-testing = { group = "io.grpc", name = "grpc-testing", version = "1.62.2" }
21+
grpc-stub = { group = "io.grpc", name = "grpc-stub", version = "1.62.2" }
22+
grpc-inprocess = { group = "io.grpc", name = "grpc-inprocess", version = "1.62.2" }
23+
protoc-gen-grpc-java = { group = "io.grpc", name = "protoc-gen-grpc-java", version = "1.62.2" }
2124
kotlinpoet = { group = "com.squareup", name = "kotlinpoet", version = "1.16.0" }
2225
junit = { group = "junit", name = "junit", version = "4.13.2" }
2326
junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher", version = "1.10.2" }
@@ -30,10 +33,12 @@ junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engi
3033
mockito-core = { group = "org.mockito", name = "mockito-core", version = "4.11.0" }
3134
protoc = { group = "com.google.protobuf", name = "protoc", version = "3.25.3" }
3235
protobuf-java = { group = "com.google.protobuf", name = "protobuf-java", version = "3.25.3" }
33-
protoc-gen-grpc-java = { group = "io.grpc", name = "protoc-gen-grpc-java", version = "1.61.1" }
3436
truth = { group = "com.google.truth", name = "truth", version = "1.4.1" }
3537
truth-proto-extension = { group = "com.google.truth.extensions", name = "truth-proto-extension", version = "1.4.1" }
3638
okhttp = { group = "com.squareup.okhttp", name = "okhttp", version = "2.7.5" }
3739
javax-annotation-api = { group = "javax.annotation", name = "javax.annotation-api", version = "1.3.2" }
3840
testcontainers = { group = "org.testcontainers", name = "testcontainers", version = "1.19.6" }
3941
slf4j-simple = { group = "org.slf4j", name = "slf4j-simple", version = "2.0.12" }
42+
gradle-test-kit = { group = "org.gradle", name = "gradle-test-kit", version = "6.1" }
43+
gradle-tooling-api = { group = "org.gradle", name = "gradle-tooling-api", version = "8.6" }
44+
commons-io = { group = "commons-io", name = "commons-io", version = "2.15.1" }

integration_testing/build.gradle.kts

+3-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ kotlin {
1111

1212
dependencies {
1313
testImplementation(libs.testcontainers)
14-
testImplementation("org.gradle:gradle-test-kit:6.1")
15-
testImplementation("org.gradle:gradle-test-kit:6.1")
16-
testImplementation("commons-io:commons-io:2.15.1")
17-
testImplementation("org.gradle:gradle-tooling-api:8.6")
14+
testImplementation(libs.gradle.test.kit)
15+
testImplementation(libs.gradle.tooling.api)
16+
testImplementation(libs.commons.io)
1817
testImplementation(libs.junit.jupiter)
1918
testRuntimeOnly(libs.junit.platform.launcher)
2019
testRuntimeOnly(libs.slf4j.simple)

interop_testing/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ dependencies {
1111
implementation(project(":stub"))
1212

1313
implementation(libs.grpc.protobuf)
14+
implementation(libs.grpc.protobuf.lite)
1415
implementation(libs.grpc.auth)
1516
implementation(libs.grpc.alts)
1617
implementation(libs.grpc.netty)

interop_testing/src/test/java/io/grpc/stub/StubConfigTest.java

+6-10
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,9 @@
2222
import static org.junit.Assert.assertNull;
2323
import static org.mockito.ArgumentMatchers.any;
2424
import static org.mockito.ArgumentMatchers.same;
25-
import static org.mockito.Mockito.verify;
26-
import static org.mockito.Mockito.when;
25+
import static org.mockito.Mockito.*;
2726

28-
import io.grpc.CallOptions;
29-
import io.grpc.Channel;
30-
import io.grpc.ClientCall;
31-
import io.grpc.Deadline;
32-
import io.grpc.MethodDescriptor;
33-
import io.grpc.internal.NoopClientCall;
27+
import io.grpc.*;
3428
import io.grpc.testing.integration.Messages.SimpleRequest;
3529
import io.grpc.testing.integration.Messages.SimpleResponse;
3630
import io.grpc.testing.integration.TestServiceGrpc;
@@ -54,13 +48,15 @@ public class StubConfigTest {
5448
@Mock
5549
private StreamObserver<SimpleResponse> responseObserver;
5650

51+
@Mock
52+
private ClientCall<SimpleRequest, SimpleResponse> call;
53+
5754
/**
5855
* Sets up mocks.
5956
*/
6057
@Before public void setUp() {
6158
MockitoAnnotations.openMocks(this);
62-
ClientCall<SimpleRequest, SimpleResponse> call =
63-
new NoopClientCall<>();
59+
6460
when(channel.newCall(
6561
ArgumentMatchers.<MethodDescriptor<SimpleRequest, SimpleResponse>>any(),
6662
any(CallOptions.class)))

stub/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies {
3232
testImplementation(libs.truth.proto.extension)
3333
testImplementation(libs.grpc.protobuf)
3434
testImplementation(libs.grpc.testing)
35+
testImplementation(libs.grpc.inprocess)
3536
}
3637

3738
java {

0 commit comments

Comments
 (0)