We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86782e9 commit e4d799eCopy full SHA for e4d799e
build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
api group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
32
api group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
33
api group: 'commons-cli', name: 'commons-cli', version: '1.5.0'
34
- api group: 'javax.ws.rs', name: 'javax.ws.rs-api', version: '3.1.0'
+ api group: 'jakarta.ws.rs', name: 'jakarta.ws.rs-api', version: '3.1.0'
35
api group: 'com.github.f4b6a3', name: 'uuid-creator', version: '5.2.0'
36
api group: 'io.grpc', name: 'grpc-protobuf', version: '1.53.0'
37
api group: 'io.grpc', name: 'grpc-stub', version: '1.53.0'
0 commit comments