Skip to content

Commit fd5dcef

Browse files
dependabot[bot]hsz
authored andcommitted
Bump org.jetbrains:annotations from 24.0.0 to 24.0.1
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 24.0.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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0429d3c commit fd5dcef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repositories {
3535
val additionalPluginClasspath: Configuration by configurations.creating
3636

3737
dependencies {
38-
implementation("org.jetbrains:annotations:24.0.0")
38+
implementation("org.jetbrains:annotations:24.0.1")
3939
implementation("org.jetbrains.intellij.plugins:structure-base:3.249") {
4040
exclude("org.jetbrains.kotlin")
4141
}

0 commit comments

Comments
 (0)