Skip to content

Commit dd30a5c

Browse files
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 (#133)
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](JetBrains/java-annotations@26.0.2...26.0.2-1) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb7f610 commit dd30a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def config = new ConfigSlurper().parse(new File("${projectDir}/src/main/resource
2424
version = config.versionNumber
2525

2626
dependencies {
27-
implementation 'org.jetbrains:annotations:26.0.2'
27+
implementation 'org.jetbrains:annotations:26.0.2-1'
2828
testImplementation 'junit:junit:4.13.2'
2929
testImplementation 'org.mock-server:mockserver-junit-rule:5.15.0'
3030
testImplementation 'org.mockito:mockito-core:5.18.0'

0 commit comments

Comments
 (0)