Skip to content

Commit

Permalink
fix: update backend dependencies to resolve build failure (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuethomas authored Sep 12, 2024
1 parent 48b9b0d commit 70c5db2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ buildscript { // Configuration for building
}

plugins {
id 'com.github.sherter.google-java-format' version '0.8'
id 'com.google.cloud.artifactregistry.gradle-plugin' version '2.1.5'
}

Expand Down Expand Up @@ -62,9 +61,10 @@ dependencies {
implementation 'com.google.inject.extensions:guice-servlet:6.0.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.auto.value:auto-value-annotations:1.10.4'
implementation 'io.grpc:grpc-protobuf:1.62.2'
implementation 'io.grpc:grpc-stub:1.62.2'
implementation 'io.grpc:grpc-netty:1.62.2'
implementation 'io.grpc:grpc-api:1.66.0'
implementation 'io.grpc:grpc-protobuf:1.66.0'
implementation 'io.grpc:grpc-stub:1.66.0'
implementation 'io.grpc:grpc-netty:1.66.0'
implementation 'javax.ws.rs:jsr311-api:1.1.1'
implementation 'com.google.protobuf:protobuf-java:3.25.3'
implementation 'com.google.protobuf:protobuf-java-util:3.25.3'
Expand Down

0 comments on commit 70c5db2

Please sign in to comment.