Skip to content

Commit

Permalink
Bump io.trino:trino-spi from 420 to 421 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 12, 2023
1 parent f8a3b15 commit 8b1d280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
compileOnly "com.google.auto.value:auto-value-annotations:${autoValueVersion}"
annotationProcessor "com.google.auto.value:auto-value:${autoValueVersion}"

def trinoVersion = '420'
def trinoVersion = '421'
api "io.trino:trino-spi:${trinoVersion}"
api "com.fasterxml.jackson.core:jackson-databind:2.15.2"

Expand Down

0 comments on commit 8b1d280

Please sign in to comment.