Skip to content

Commit

Permalink
Merge pull request #31291 from spencercjh/bump-jetbrains-annotations
Browse files Browse the repository at this point in the history
Bump `org.jetbrains.annotations` from `17.0.0` to the latest(`24.0.0`)
  • Loading branch information
gsmet authored Feb 21, 2023
2 parents 683c05d + e469abf commit 11076c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ updates:
- dependency-name: org.jetbrains.kotlin:*
- dependency-name: org.jetbrains.kotlinx:*
- dependency-name: org.jetbrains.dokka:*
- dependency-name: org.jetbrains:*
# TCKs
- dependency-name: org.eclipse.microprofile.config:microprofile-config-tck
- dependency-name: org.eclipse.microprofile.context-propagation:microprofile-context-propagation-tck
Expand Down
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>17.0.0</version>
<version>24.0.0</version>
</dependency>
<!-- Kotlin Coroutines BOM -->
<dependency>
Expand Down

0 comments on commit 11076c8

Please sign in to comment.