Skip to content

Commit 9c626b3

Browse files
Update Mend: high confidence minor and patch dependency updates
1 parent 5f47369 commit 9c626b3

File tree

29 files changed

+112
-92
lines changed

29 files changed

+112
-92
lines changed

distribution/tools/ansi-console/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testImplementation project(":test:framework")
1919

2020
// multi-platform (Windows too) terminal detection and output formatting
21-
api "org.fusesource.jansi:jansi:2.4.0"
21+
api "org.fusesource.jansi:jansi:2.4.2"
2222
}
2323

2424
// the code and tests in this project cover console initialization

distribution/tools/geoip-cli/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ dependencies {
1818
compileOnly project(":libs:elasticsearch-cli")
1919
compileOnly project(":libs:elasticsearch-x-content")
2020
testImplementation project(":test:framework")
21-
testImplementation "org.apache.commons:commons-compress:1.26.1"
22-
testImplementation "commons-io:commons-io:2.15.1"
21+
testImplementation "org.apache.commons:commons-compress:1.28.0"
22+
testImplementation "commons-io:commons-io:2.20.0"
2323
}

gradle/build.versions.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
[versions]
22
asm = "9.6"
3-
jackson = "2.15.0"
4-
junit5 = "5.8.1"
3+
jackson = "2.20.0"
4+
junit5 = "5.14.0"
55
spock = "2.1-groovy-3.0"
66

77
[libraries]
8-
ant = "org.apache.ant:ant:1.10.12"
8+
ant = "org.apache.ant:ant:1.10.15"
99
antlrst4 = "org.antlr:ST4:4.3.4"
10-
apache-compress = "org.apache.commons:commons-compress:1.26.1"
10+
apache-compress = "org.apache.commons:commons-compress:1.28.0"
1111
apache-rat = "org.apache.rat:apache-rat:0.11"
1212
asm = { group = "org.ow2.asm", name="asm", version.ref="asm" }
1313
asm-tree = { group = "org.ow2.asm", name="asm-tree", version.ref="asm" }
14-
bytebuddy = "net.bytebuddy:byte-buddy:1.14.12"
15-
checkstyle = "com.puppycrawl.tools:checkstyle:10.3"
16-
commons-codec = "commons-codec:commons-codec:1.11"
17-
commmons-io = "commons-io:commons-io:2.2"
14+
bytebuddy = "net.bytebuddy:byte-buddy:1.17.7"
15+
checkstyle = "com.puppycrawl.tools:checkstyle:10.26.1"
16+
commons-codec = "commons-codec:commons-codec:1.19.0"
17+
commmons-io = "commons-io:commons-io:2.20.0"
1818
docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
1919
forbiddenApis = "de.thetaphi:forbiddenapis:3.6"
2020
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.17.4"
2121
hamcrest = "org.hamcrest:hamcrest:2.1"
22-
httpcore = "org.apache.httpcomponents:httpcore:4.4.12"
22+
httpcore = "org.apache.httpcomponents:httpcore:4.4.16"
2323
httpclient = "org.apache.httpcomponents:httpclient:4.5.14"
24-
idea-ext = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.1.4"
24+
idea-ext = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.3"
2525
javaparser = "com.github.javaparser:javaparser-core:3.18.0"
26-
json-schema-validator = "com.networknt:json-schema-validator:1.0.72"
27-
json-assert = "org.skyscreamer:jsonassert:1.5.0"
26+
json-schema-validator = "com.networknt:json-schema-validator:1.5.9"
27+
json-assert = "org.skyscreamer:jsonassert:1.5.3"
2828
jackson-core = { group = "com.fasterxml.jackson.core", name="jackson-core", version.ref="jackson" }
2929
jackson-databind = { group = "com.fasterxml.jackson.core", name="jackson-databind", version.ref="jackson" }
3030
jackson-dataformat-yaml = { group = "com.fasterxml.jackson.dataformat", name="jackson-dataformat-yaml", version.ref="jackson" }
3131
jackson-platform = { group = "com.fasterxml.jackson", name="jackson-bom", version.ref="jackson" }
32-
jna = "net.java.dev.jna:jna:5.10.0"
32+
jna = "net.java.dev.jna:jna:5.18.1"
3333
junit = "junit:junit:4.13.2"
3434
junit5-platform = { group = "org.junit", name="junit-bom", version.ref="junit5" }
3535
junit5-jupiter = { group = "org.junit.jupiter", name="junit-jupiter", version.ref="junit5" }
3636
junit5-platform-launcher = "org.junit.platform:junit-platform-launcher:1.8.1"
3737
junit5-vintage = { group = "org.junit.vintage", name="junit-vintage-engine", version.ref="junit5" }
38-
maven-model = "org.apache.maven:maven-model:3.6.2"
38+
maven-model = "org.apache.maven:maven-model:3.9.11"
3939
mockito-core = "org.mockito:mockito-core:1.9.5"
4040
nebula-info = "com.netflix.nebula:gradle-info-plugin:11.3.3"
41-
reflections = "org.reflections:reflections:0.9.12"
41+
reflections = "org.reflections:reflections:0.10.2"
4242
shadow-plugin = "com.github.breskeby:shadow:3b035f2"
43-
snakeyaml = { group = "org.yaml", name = "snakeyaml", version = { strictly = "2.0" } }
43+
snakeyaml = { group = "org.yaml", name = "snakeyaml", version = { strictly = "2.5" } }
4444
spock-core = { group = "org.spockframework", name="spock-core", version.ref="spock" }
4545
spock-junit4 = { group = "org.spockframework", name="spock-junit4", version.ref="spock" }
4646
spock-platform = { group = "org.spockframework", name="spock-bom", version.ref="spock" }
4747
spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
48-
wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.23.2"
48+
wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.35.2"
4949
xmlunit-core = "org.xmlunit:xmlunit-core:2.8.2"

gradle/verification-metadata.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,11 @@
799799
<sha256 value="e2b3f8a191b0b401b75c2c4542d3d1719814a4212e6920fae4f2f940678bfd99" origin="Generated by Gradle"/>
800800
</artifact>
801801
</component>
802+
<component group="com.gradle" name="develocity-gradle-plugin" version="3.19.2">
803+
<artifact name="develocity-gradle-plugin-3.19.2.jar">
804+
<sha256 value="fc611e8858a901619831ea1d9efd289db7fea28a0ca3d091abdd363365d9512b" origin="Generated by Gradle"/>
805+
</artifact>
806+
</component>
802807
<component group="com.h2database" name="h2" version="1.4.197">
803808
<artifact name="h2-1.4.197.jar">
804809
<sha256 value="37f5216e14af2772930dff9b8734353f0a80e89ba3f33e065441de6537c5e842" origin="Generated by Gradle"/>
@@ -1241,6 +1246,11 @@
12411246
<sha256 value="675f60bd11a82d481736591fe4054c66471fa5463d45616652fd71585792ba87" origin="Generated by Gradle"/>
12421247
</artifact>
12431248
</component>
1249+
<component group="commons-io" name="commons-io" version="2.20.0">
1250+
<artifact name="commons-io-2.20.0.jar">
1251+
<sha256 value="df90bba0fe3cb586b7f164e78fe8f8f4da3f2dd5c27fa645f888100ccc25dd72" origin="Generated by Gradle"/>
1252+
</artifact>
1253+
</component>
12441254
<component group="commons-io" name="commons-io" version="2.4">
12451255
<artifact name="commons-io-2.4.jar">
12461256
<sha256 value="cc6a41dc3eaacc9e440a6bd0d2890b20d36b4ee408fe2d67122f328bb6e01581" origin="Generated by Gradle"/>
@@ -1966,6 +1976,11 @@
19661976
<sha256 value="27bb5d40f37c3bb7205b4a0540247df057715e9f6cbbd97d626ab8b50318bb04" origin="Generated by Gradle"/>
19671977
</artifact>
19681978
</component>
1979+
<component group="org.apache.commons" name="commons-compress" version="1.28.0">
1980+
<artifact name="commons-compress-1.28.0.jar">
1981+
<sha256 value="e1522945218456f3649a39bc4afd70ce4bd466221519dba7d378f2141a4642ca" origin="Generated by Gradle"/>
1982+
</artifact>
1983+
</component>
19691984
<component group="org.apache.commons" name="commons-compress" version="1.4.1">
19701985
<artifact name="commons-compress-1.4.1.jar">
19711986
<sha256 value="28a00d80716f073d644b9da76e94b5e8ff94de8e9323f06f558fba653fcf5f86" origin="Generated by Gradle"/>
@@ -3612,6 +3627,11 @@
36123627
<sha256 value="6cd91991323dd7b2fb28ca93d7ac12af5a86a2f53279e2b35827b30313fd0b9f" origin="Generated by Gradle"/>
36133628
</artifact>
36143629
</component>
3630+
<component group="org.fusesource.jansi" name="jansi" version="2.4.2">
3631+
<artifact name="jansi-2.4.2.jar">
3632+
<sha256 value="0b7b8b003a90ea491579b62f5118828e45112914c65589b00faa49d6ec785839" origin="Generated by Gradle"/>
3633+
</artifact>
3634+
</component>
36153635
<component group="org.fusesource.leveldbjni" name="leveldbjni-all" version="1.8">
36163636
<artifact name="leveldbjni-all-1.8.jar">
36173637
<sha256 value="c297213b0e6f9392305952753f3099a4c02e70b3656266fe01867e7b6c160ffe" origin="Generated by Gradle"/>

libs/x-content/impl/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ base {
1313
archivesName = "x-content-impl"
1414
}
1515

16-
String jacksonVersion = "2.17.2"
16+
String jacksonVersion = "2.20.0"
1717

1818
dependencies {
1919
compileOnly project(':libs:elasticsearch-core')

modules/ingest-attachment/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ esplugin {
2121
// when updating tika, please review it's parent pom : https://repo1.maven.org/maven2/org/apache/tika/tika-parent
2222
// and manually update the transitive dependencies here
2323
def versions = [
24-
'tika' : '2.9.2',
25-
'pdfbox': '2.0.31',
26-
'poi' : '5.2.5',
24+
'tika' : '2.9.4',
25+
'pdfbox': '2.0.35',
26+
'poi' : '5.4.1',
2727
'sparsebitset' : '1.3', //poi dependency: https://repo1.maven.org/maven2/org/apache/poi/poi/
2828
'mime4j': '0.8.11',
29-
'commonsCodec': '1.16.1',
30-
'slf4' : '2.0.10',
29+
'commonsCodec': '1.19.0',
30+
'slf4' : '2.0.17',
3131
'xz' : '1.9',
32-
'commonsIo' : '2.15.1',
32+
'commonsIo' : '2.20.0',
3333
//intentionally using the elder "juniversalchardet:juniversalchardet" rather than the newer "com.github.albfernandez:juniversalchardet"
3434
//since the "com.github.albfernandez" fork has some problems with Chinese.
3535
'juniversalchardet' : '1.0.3',
3636
'tagsoup' : '1.2.1',
3737
'jempbox' : '1.8.17',
3838
'xmlbeans' : '5.2.0', //poi-ooxml dependency: https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/
39-
'commonsCollections4' : '4.4',
40-
'commonsCompress' : '1.26.1',
41-
'commonsLang3' :'3.14.0',
39+
'commonsCollections4' : '4.5.0',
40+
'commonsCompress' : '1.28.0',
41+
'commonsLang3' :'3.19.0',
4242
'commonsMath3' : '3.6.1'
4343
]
4444

modules/ingest-geoip/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tasks.named('internalClusterTestTestingConventions').configure {
2828
}
2929

3030
dependencies {
31-
implementation('com.maxmind.geoip2:geoip2:4.2.0')
31+
implementation('com.maxmind.geoip2:geoip2:4.4.0')
3232
// geoip2 dependencies:
3333
runtimeOnly("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
3434
runtimeOnly("com.fasterxml.jackson.core:jackson-databind:${versions.jackson}")

modules/lang-mustache/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ esplugin {
1717
}
1818

1919
dependencies {
20-
api "com.github.spullara.mustache.java:compiler:0.9.10"
20+
api "com.github.spullara.mustache.java:compiler:0.9.14"
2121
}
2222

2323
restResources {

modules/lang-painless/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ dependencies {
7878
docImplementation project(':server')
7979
docImplementation project(':modules:lang-painless')
8080
docImplementation 'com.github.javaparser:javaparser-core:3.18.0'
81-
docImplementation 'org.jsoup:jsoup:1.13.1'
81+
docImplementation 'org.jsoup:jsoup:1.21.2'
8282
if (isEclipse) {
8383
/*
8484
* Eclipse isn't quite "with it" enough to understand the different
8585
* source sets. This adds the dependency to all source sets so it
8686
* can compile the doc java files.
8787
*/
8888
implementation 'com.github.javaparser:javaparser-core:3.18.0'
89-
implementation 'org.jsoup:jsoup:1.13.1'
89+
implementation 'org.jsoup:jsoup:1.21.2'
9090
}
9191
}
9292

modules/repository-azure/build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
api "com.azure:azure-storage-internal-avro:12.12.1"
3535
api "com.azure:azure-xml:1.1.0"
3636
api "com.microsoft.azure:msal4j-persistence-extension:1.3.0"
37-
api "com.microsoft.azure:msal4j:1.16.2"
37+
api "com.microsoft.azure:msal4j:1.23.1"
3838

3939
// Jackson
4040
api "com.fasterxml.jackson.core:jackson-core:${versions.jackson}"
@@ -54,28 +54,28 @@ dependencies {
5454
// Reactor
5555
api "io.projectreactor.netty:reactor-netty-core:${versions.azureReactorNetty}"
5656
api "io.projectreactor.netty:reactor-netty-http:${versions.azureReactorNetty}"
57-
api "io.projectreactor:reactor-core:3.4.38"
57+
api "io.projectreactor:reactor-core:3.7.11"
5858
api "org.reactivestreams:reactive-streams:1.0.4"
5959

6060
// Others
6161
api "com.fasterxml.woodstox:woodstox-core:6.7.0"
6262
api "com.github.stephenc.jcip:jcip-annotations:1.0-1"
6363
api "com.nimbusds:content-type:2.3"
6464
api "com.nimbusds:lang-tag:1.7"
65-
api "com.nimbusds:nimbus-jose-jwt:9.37.3"
66-
api "com.nimbusds:oauth2-oidc-sdk:11.9.1"
65+
api "com.nimbusds:nimbus-jose-jwt:9.48"
66+
api "com.nimbusds:oauth2-oidc-sdk:11.29.2"
6767
api "jakarta.activation:jakarta.activation-api:1.2.1"
6868
api "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3"
6969
api "net.java.dev.jna:jna-platform:${versions.jna}" // Maven says 5.14.0 but this aligns with the Elasticsearch-wide version
7070
api "net.java.dev.jna:jna:${versions.jna}" // Maven says 5.14.0 but this aligns with the Elasticsearch-wide version
71-
api "net.minidev:accessors-smart:2.5.0"
72-
api "net.minidev:json-smart:2.5.0"
71+
api "net.minidev:accessors-smart:2.6.0"
72+
api "net.minidev:json-smart:2.6.0"
7373
api "org.codehaus.woodstox:stax2-api:4.2.2"
7474
api "org.ow2.asm:asm:9.3"
7575

76-
runtimeOnly "com.google.crypto.tink:tink:1.14.0"
76+
runtimeOnly "com.google.crypto.tink:tink:1.18.0"
7777
runtimeOnly "com.google.protobuf:protobuf-java:4.27.0"
78-
runtimeOnly "com.google.code.gson:gson:2.11.0"
78+
runtimeOnly "com.google.code.gson:gson:2.13.2"
7979
runtimeOnly "org.cryptomator:siv-mode:1.5.2"
8080

8181
implementation project(":modules:transport-netty4")

0 commit comments

Comments
 (0)