Skip to content

Commit

Permalink
Update Mend: high confidence minor and patch dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] authored Feb 12, 2025
1 parent 5f47369 commit bbf440a
Show file tree
Hide file tree
Showing 31 changed files with 388 additions and 78 deletions.
2 changes: 1 addition & 1 deletion distribution/tools/ansi-console/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation project(":test:framework")

// multi-platform (Windows too) terminal detection and output formatting
api "org.fusesource.jansi:jansi:2.4.0"
api "org.fusesource.jansi:jansi:2.4.1"
}

// the code and tests in this project cover console initialization
Expand Down
4 changes: 2 additions & 2 deletions distribution/tools/geoip-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies {
compileOnly project(":libs:elasticsearch-cli")
compileOnly project(":libs:elasticsearch-x-content")
testImplementation project(":test:framework")
testImplementation "org.apache.commons:commons-compress:1.26.1"
testImplementation "commons-io:commons-io:2.15.1"
testImplementation "org.apache.commons:commons-compress:1.27.1"
testImplementation "commons-io:commons-io:2.18.0"
}
4 changes: 2 additions & 2 deletions distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
implementation project(":libs:elasticsearch-plugin-api")
implementation project(":libs:elasticsearch-plugin-scanner")
// TODO: asm is picked up from the plugin scanner, we should consolidate so it is not defined twice
implementation 'org.ow2.asm:asm:9.7'
implementation 'org.ow2.asm:asm-tree:9.7'
implementation 'org.ow2.asm:asm:9.7.1'
implementation 'org.ow2.asm:asm-tree:9.7.1'

api "org.bouncycastle:bcpg-fips:1.0.7.1"
api "org.bouncycastle:bc-fips:1.0.2.4"
Expand Down
40 changes: 20 additions & 20 deletions gradle/build.versions.toml
Original file line number Diff line number Diff line change
@@ -1,49 +1,49 @@
[versions]
asm = "9.6"
jackson = "2.15.0"
junit5 = "5.8.1"
asm = "9.7.1"
jackson = "2.18.2"
junit5 = "5.11.4"
spock = "2.1-groovy-3.0"

[libraries]
ant = "org.apache.ant:ant:1.10.12"
ant = "org.apache.ant:ant:1.10.15"
antlrst4 = "org.antlr:ST4:4.3.4"
apache-compress = "org.apache.commons:commons-compress:1.26.1"
apache-compress = "org.apache.commons:commons-compress:1.27.1"
apache-rat = "org.apache.rat:apache-rat:0.11"
asm = { group = "org.ow2.asm", name="asm", version.ref="asm" }
asm-tree = { group = "org.ow2.asm", name="asm-tree", version.ref="asm" }
bytebuddy = "net.bytebuddy:byte-buddy:1.14.12"
bytebuddy = "net.bytebuddy:byte-buddy:1.17.0"
checkstyle = "com.puppycrawl.tools:checkstyle:10.3"
commons-codec = "commons-codec:commons-codec:1.11"
commmons-io = "commons-io:commons-io:2.2"
commons-codec = "commons-codec:commons-codec:1.18.0"
commmons-io = "commons-io:commons-io:2.18.0"
docker-compose = "com.avast.gradle:gradle-docker-compose-plugin:0.17.5"
forbiddenApis = "de.thetaphi:forbiddenapis:3.6"
gradle-enterprise = "com.gradle:develocity-gradle-plugin:3.17.4"
hamcrest = "org.hamcrest:hamcrest:2.1"
httpcore = "org.apache.httpcomponents:httpcore:4.4.12"
httpcore = "org.apache.httpcomponents:httpcore:4.4.16"
httpclient = "org.apache.httpcomponents:httpclient:4.5.14"
idea-ext = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.1.4"
javaparser = "com.github.javaparser:javaparser-core:3.18.0"
json-schema-validator = "com.networknt:json-schema-validator:1.0.72"
json-assert = "org.skyscreamer:jsonassert:1.5.0"
idea-ext = "gradle.plugin.org.jetbrains.gradle.plugin.idea-ext:gradle-idea-ext:1.1.10"
javaparser = "com.github.javaparser:javaparser-core:3.26.3"
json-schema-validator = "com.networknt:json-schema-validator:1.5.5"
json-assert = "org.skyscreamer:jsonassert:1.5.3"
jackson-core = { group = "com.fasterxml.jackson.core", name="jackson-core", version.ref="jackson" }
jackson-databind = { group = "com.fasterxml.jackson.core", name="jackson-databind", version.ref="jackson" }
jackson-dataformat-yaml = { group = "com.fasterxml.jackson.dataformat", name="jackson-dataformat-yaml", version.ref="jackson" }
jackson-platform = { group = "com.fasterxml.jackson", name="jackson-bom", version.ref="jackson" }
jna = "net.java.dev.jna:jna:5.10.0"
jna = "net.java.dev.jna:jna:5.16.0"
junit = "junit:junit:4.13.2"
junit5-platform = { group = "org.junit", name="junit-bom", version.ref="junit5" }
junit5-jupiter = { group = "org.junit.jupiter", name="junit-jupiter", version.ref="junit5" }
junit5-platform-launcher = "org.junit.platform:junit-platform-launcher:1.8.1"
junit5-platform-launcher = "org.junit.platform:junit-platform-launcher:1.11.4"
junit5-vintage = { group = "org.junit.vintage", name="junit-vintage-engine", version.ref="junit5" }
maven-model = "org.apache.maven:maven-model:3.6.2"
maven-model = "org.apache.maven:maven-model:3.9.9"
mockito-core = "org.mockito:mockito-core:1.9.5"
nebula-info = "com.netflix.nebula:gradle-info-plugin:11.3.3"
reflections = "org.reflections:reflections:0.9.12"
reflections = "org.reflections:reflections:0.10.2"
shadow-plugin = "com.github.breskeby:shadow:3b035f2"
snakeyaml = { group = "org.yaml", name = "snakeyaml", version = { strictly = "2.0" } }
snakeyaml = { group = "org.yaml", name = "snakeyaml", version = { strictly = "2.3" } }
spock-core = { group = "org.spockframework", name="spock-core", version.ref="spock" }
spock-junit4 = { group = "org.spockframework", name="spock-junit4", version.ref="spock" }
spock-platform = { group = "org.spockframework", name="spock-bom", version.ref="spock" }
spotless-plugin = "com.diffplug.spotless:spotless-plugin-gradle:6.25.0"
wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.23.2"
xmlunit-core = "org.xmlunit:xmlunit-core:2.8.2"
wiremock = "com.github.tomakehurst:wiremock-jre8-standalone:2.35.2"
xmlunit-core = "org.xmlunit:xmlunit-core:2.10.0"
Loading

0 comments on commit bbf440a

Please sign in to comment.