Skip to content

Commit 5963d77

Browse files
Bump org.jetbrains:annotations from 26.0.1 to 26.0.2 (#101)
Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.1 to 26.0.2. - [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.1...26.0.2) --- updated-dependencies: - dependency-name: org.jetbrains:annotations 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 870976b commit 5963d77

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
@@ -38,7 +38,7 @@ dependencies {
3838
implementation 'org.slf4j:slf4j-api:2.0.16'
3939
// Logback classic 1.3.x is compatible with java 8
4040
implementation 'ch.qos.logback:logback-classic:1.3.14'
41-
implementation 'org.jetbrains:annotations:26.0.1'
41+
implementation 'org.jetbrains:annotations:26.0.2'
4242

4343
testImplementation 'cloud.eppo:sdk-common-jvm:3.5.4:tests'
4444
testImplementation platform('org.junit:junit-bom:5.11.4')

0 commit comments

Comments
 (0)