Skip to content

Commit

Permalink
fix(deps): update protocversion to v3.24.4 (#2195)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Oct 12, 2023
1 parent 985c966 commit c58d892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adservice/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ version = "0.1.0-SNAPSHOT"
def grpcVersion = "1.58.0"
def jacksonCoreVersion = "2.15.2"
def jacksonDatabindVersion = "2.15.2"
def protocVersion = "3.24.3"
def protocVersion = "3.24.4"

tasks.withType(JavaCompile) {
sourceCompatibility = JavaVersion.VERSION_19
Expand Down

0 comments on commit c58d892

Please sign in to comment.