Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.eclipse.platform-org.e…
Browse files Browse the repository at this point in the history
…clipse.equinox.common-3.19.200

Signed-off-by: Andriy Redko <[email protected]>
  • Loading branch information
reta authored Dec 9, 2024
2 parents eb1273a + 719c659 commit b35517c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ configurations {
force "org.apache.httpcomponents:httpclient:4.5.14"
force "org.apache.httpcomponents:httpcore:4.4.16"
force "com.google.errorprone:error_prone_annotations:2.36.0"
force "org.checkerframework:checker-qual:3.48.2"
force "org.checkerframework:checker-qual:3.48.3"
force "ch.qos.logback:logback-classic:1.5.12"
force "commons-io:commons-io:2.18.0"
}
Expand Down Expand Up @@ -655,7 +655,7 @@ dependencies {
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.3.1'
runtimeOnly 'org.apache.santuario:xmlsec:2.3.4'
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
runtimeOnly 'org.checkerframework:checker-qual:3.48.2'
runtimeOnly 'org.checkerframework:checker-qual:3.48.3'
runtimeOnly "org.bouncycastle:bcpkix-jdk18on:${versions.bouncycastle}"
runtimeOnly 'org.scala-lang.modules:scala-java8-compat_3:1.0.2'

Expand Down Expand Up @@ -724,7 +724,7 @@ dependencies {
compileOnly "org.opensearch:opensearch:${opensearch_version}"

//integration test framework:
integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.1') {
integrationTestImplementation('com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.2') {
exclude(group: 'junit', module: 'junit')
}
integrationTestImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit b35517c

Please sign in to comment.