Skip to content

Commit f1d008c

Browse files
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 (#226)
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2 to 26.0.2-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-version: 26.0.2-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 114b5e8 commit f1d008c

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
@@ -81,7 +81,7 @@ dependencies {
8181
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
8282
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin-api:$kotlinVersion")
8383

84-
testCompileOnly("org.jetbrains:annotations:26.0.2")
84+
testCompileOnly("org.jetbrains:annotations:26.0.2-1")
8585

8686
testImplementation(localGroovy())
8787
testImplementation(gradleTestKit())

0 commit comments

Comments
 (0)