Skip to content

Commit

Permalink
revert changes to client/build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanl-bq committed Feb 1, 2024
1 parent 0c77ba4 commit 0d8756a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions java/client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ import java.nio.file.Paths

plugins {
id 'java-library'
//id 'org.gradlex.extra-java-module-info'
}

repositories {
mavenCentral()
}

dependencies {
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.21.12'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.24.3'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'

implementation group: 'io.netty', name: 'netty-handler', version: '4.1.100.Final'
Expand Down

0 comments on commit 0d8756a

Please sign in to comment.