Skip to content

Commit

Permalink
Bump annotations from 21.0.1 to 22.0.0 in /modules/spock
Browse files Browse the repository at this point in the history
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 21.0.1 to 22.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@21.0.1...22.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]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2021
1 parent 9f77a6d commit 713d324
Showing 1 changed file with 1 addition and 1 deletion.
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 {
testRuntimeOnly 'org.postgresql:postgresql:42.2.23'
testRuntimeOnly 'mysql:mysql-connector-java:8.0.25'

testCompileClasspath 'org.jetbrains:annotations:21.0.1'
testCompileClasspath 'org.jetbrains:annotations:22.0.0'
}

sourceJar {
Expand Down

0 comments on commit 713d324

Please sign in to comment.