Skip to content

Commit b940e56

Browse files
Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2-1 to 26.1.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@26.0.2-1...26.1.0) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79ccd64 commit b940e56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-1'
27+
implementation 'org.jetbrains:annotations:26.1.0'
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.21.0'

0 commit comments

Comments
 (0)