Skip to content

Commit

Permalink
Bump org.jetbrains:annotations from 13.0 to 26.0.1 (#97)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 13.0 to 26.0.1.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/commits/26.0.1)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 6, 2025
1 parent 8f2f717 commit 8fe10d4
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 @@ -38,7 +38,7 @@ dependencies {
implementation 'org.slf4j:slf4j-api:2.0.16'
// Logback classic 1.3.x is compatible with java 8
implementation 'ch.qos.logback:logback-classic:1.3.14'
implementation 'org.jetbrains:annotations:13.0'
implementation 'org.jetbrains:annotations:26.0.1'

testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests'
testImplementation platform('org.junit:junit-bom:5.11.4')
Expand Down

0 comments on commit 8fe10d4

Please sign in to comment.