Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent d385ea7 commit e311e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ configurations {
def customDoubleParser = project.findProperty('customDoubleParser') ?: 'fast-double-parser'

dependencies {
compileOnly 'org.jetbrains:annotations:24.0.1'
compileOnly 'org.jetbrains:annotations:24.1.0'

annotationProcessor 'org.immutables:value:2.9.3'
compileOnly 'org.immutables:value-annotations:2.9.3'
Expand All @@ -40,7 +40,7 @@ dependencies {

testImplementation 'net.sf.trove4j:trove4j:3.0.3'
testImplementation 'commons-io:commons-io:2.15.0'
testCompileOnly 'org.jetbrains:annotations:24.0.1'
testCompileOnly 'org.jetbrains:annotations:24.1.0'

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation(platform('org.junit:junit-bom:5.10.1'))
Expand Down

0 comments on commit e311e49

Please sign in to comment.