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

Commit 64bd11f

Browse files
authored
Merge pull request #11 from case-contract-testing/dependabot/gradle/org.jetbrains-annotations-24.1.0
build(deps): bump org.jetbrains:annotations from 23.0.0 to 24.1.0
2 parents 76643f8 + f5f9ef8 commit 64bd11f

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
@@ -31,7 +31,7 @@ dependencies {
3131
implementation "io.grpc:grpc-netty-shaded:${grpcVersion}"
3232
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
3333
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
34-
implementation 'org.jetbrains:annotations:23.0.0'
34+
implementation 'org.jetbrains:annotations:24.1.0'
3535
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
3636
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
3737
testImplementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'

0 commit comments

Comments
 (0)