Skip to content

Commit

Permalink
dependabot: bump org.apiguardian:apiguardian-api from 1.1.0 to 1.1.2 (#…
Browse files Browse the repository at this point in the history
…1058)

Bumps [org.apiguardian:apiguardian-api](https://github.com/apiguardian-team/apiguardian) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/apiguardian-team/apiguardian/releases)
- [Commits](apiguardian-team/apiguardian@r1.1.0...r1.1.2)

---
updated-dependencies:
- dependency-name: org.apiguardian:apiguardian-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 6b9faf2 commit 57eacf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ dependencies {
testImplementation group: 'org.objenesis', name: 'objenesis', version: '3.3'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.6'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.14.6'
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.0'
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
// jupiter is required to run unit tests not inherited from OpenSearchTestCase (e.g., PreviousValueImputerTests)
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.9.2'
Expand Down

0 comments on commit 57eacf6

Please sign in to comment.