This is an automated email from the ASF dual-hosted git repository. pjfanning pushed a commit to branch pjfanning-patch-4 in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git
commit 086bc1ad25bf4b07a69fec58d2b9cc98bfe1ae1f Author: PJ Fanning <[email protected]> AuthorDate: Thu Jul 2 13:04:31 2026 +0100 Update dependencies in build.gradle --- gradle-plugin/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle-plugin/build.gradle b/gradle-plugin/build.gradle index 1aabeda0..83899d47 100644 --- a/gradle-plugin/build.gradle +++ b/gradle-plugin/build.gradle @@ -129,10 +129,10 @@ repositories { } dependencies { - implementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.5' - implementation 'org.apache.commons:commons-lang3:3.19.0' - testImplementation 'org.junit.jupiter:junit-jupiter:5.14.1' - testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.1' + implementation 'com.google.protobuf:protobuf-gradle-plugin:0.10.0' + implementation 'org.apache.commons:commons-lang3:3.20.0' + testImplementation 'org.junit.jupiter:junit-jupiter:6.1.1' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.1.1' } test { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
