Skip to content

Commit 94bc6d5

Browse files
Bump org.jetbrains:annotations from 24.1.0 to 25.0.0 (#204)
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.1.0 to 25.0.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.1.0...25.0.0) --- 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>
1 parent 904f7c2 commit 94bc6d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ configurations {
2424
def customDoubleParser = project.findProperty('customDoubleParser') ?: 'fast-double-parser'
2525

2626
dependencies {
27-
compileOnly 'org.jetbrains:annotations:24.1.0'
27+
compileOnly 'org.jetbrains:annotations:25.0.0'
2828

2929
annotationProcessor 'org.immutables:value:2.10.1'
3030
compileOnly 'org.immutables:value-annotations:2.10.1'
@@ -40,7 +40,7 @@ dependencies {
4040

4141
testImplementation 'net.sf.trove4j:trove4j:3.0.3'
4242
testImplementation 'commons-io:commons-io:2.17.0'
43-
testCompileOnly 'org.jetbrains:annotations:24.1.0'
43+
testCompileOnly 'org.jetbrains:annotations:25.0.0'
4444

4545
testImplementation 'org.assertj:assertj-core:3.26.3'
4646
testImplementation(platform('org.junit:junit-bom:5.11.0'))

0 commit comments

Comments
 (0)