Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit adc47c3

Browse files
authored
Merge pull request #5 from case-contract-testing/dependabot/gradle/com.google.protobuf-protobuf-gradle-plugin-0.9.4
build(deps): bump com.google.protobuf:protobuf-gradle-plugin from 0.8.0 to 0.9.4
2 parents b8aa772 + f8e6ccd commit adc47c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
implementation 'org.jetbrains:annotations:23.0.0'
3535
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
3636
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
37-
testImplementation 'com.google.protobuf:protobuf-gradle-plugin:0.8.0'
37+
testImplementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
3838
// api("org.junit.jupiter:junit-jupiter-api")
3939
// compileOnly("org.junit.jupiter:junit-jupiter")
4040
}

0 commit comments

Comments
 (0)