Skip to content

Commit 1c30f17

Browse files
Bump org.jetbrains:annotations in /modules/presto
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>
1 parent 559df36 commit 1c30f17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/presto/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
99
testImplementation project(':testcontainers-jdbc-test')
1010
testRuntimeOnly 'io.prestosql:presto-jdbc:350'
11-
compileOnly 'org.jetbrains:annotations:26.0.2'
11+
compileOnly 'org.jetbrains:annotations:26.0.2-1'
1212
}
1313

1414
test {

0 commit comments

Comments
 (0)