Skip to content

Commit

Permalink
chore(deps): bump io.trino:trino-jdbc from 467 to 468
Browse files Browse the repository at this point in the history
Bumps io.trino:trino-jdbc from 467 to 468.

---
updated-dependencies:
- dependency-name: io.trino:trino-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent c4f8877 commit d14ee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-jdbc-trino/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jar {
}

dependencies {
implementation("io.trino:trino-jdbc:467")
implementation("io.trino:trino-jdbc:468")
implementation project(':plugin-jdbc')

testImplementation project(':plugin-jdbc').sourceSets.test.output
Expand Down

0 comments on commit d14ee7a

Please sign in to comment.