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 20304bf commit 12e465eCopy full SHA for 12e465e
x-pack/plugin/inference/build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
clusterPlugins project(':x-pack:plugin:inference:qa:test-service-plugin')
39
40
api "com.ibm.icu:icu4j:${versions.icu4j}"
41
- api "org.apache.commons:commons-lang3:3.12.0"
+ api "org.apache.commons:commons-lang3:${versions.commons_lang3}"
42
43
runtimeOnly 'com.google.guava:guava:32.0.1-jre'
44
implementation 'com.google.code.gson:gson:2.10'
0 commit comments