Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump org.jetbrains:annotations from 20.1.0 to 24.0.1 in /modules/spock
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 20.1.0 to 24.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)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
commit 8144bda41b688491995636cbd993acffb3b4dc9c
2 changes: 1 addition & 1 deletion modules/spock/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testRuntime 'org.postgresql:postgresql:42.2.18'
testRuntime 'mysql:mysql-connector-java:8.0.22'

testCompileClasspath 'org.jetbrains:annotations:20.1.0'
testCompileClasspath 'org.jetbrains:annotations:24.0.1'
}

sourceJar {
Expand Down