Skip to content

Commit

Permalink
Bump org.opensearch:opensearch-core
Browse files Browse the repository at this point in the history
Bumps [org.opensearch:opensearch-core](https://github.com/opensearch-project/OpenSearch) from current to 2.6.0.
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases)
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/opensearch-project/OpenSearch/commits/2.6.0)

---
updated-dependencies:
- dependency-name: org.opensearch:opensearch-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 7, 2023
1 parent 286deaa commit 5e57f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/testKit/thirdPartyAudit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ repositories {

dependencies {
forbiddenApisCliJar 'de.thetaphi:forbiddenapis:3.3'
jdkJarHell 'org.opensearch:opensearch-core:current'
jdkJarHell 'org.opensearch:opensearch-core:2.6.0'
compileOnly "org.${project.properties.compileOnlyGroup}:${project.properties.compileOnlyVersion}"
implementation "org.${project.properties.compileGroup}:${project.properties.compileVersion}"
}
Expand Down

0 comments on commit 5e57f2b

Please sign in to comment.