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 eac98b3 commit 0807823Copy full SHA for 0807823
data-prepper-plugins/opensearch/build.gradle
@@ -38,7 +38,7 @@ dependencies {
38
implementation 'software.amazon.awssdk:apache-client'
39
implementation 'software.amazon.awssdk:netty-nio-client'
40
implementation 'co.elastic.clients:elasticsearch-java:7.17.0'
41
- implementation('org.apache.maven:maven-artifact:3.9.10') {
+ implementation('org.apache.maven:maven-artifact:3.9.11') {
42
exclude group: 'org.codehaus.plexus'
43
}
44
testImplementation testLibs.junit.vintage
0 commit comments