Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trino/461 package update #30598

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions trino.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: trino
version: "453"
epoch: 3
version: "461"
epoch: 0
description: The distributed SQL query engine for big data, formerly known as PrestoSQL
copyright:
- license: Apache-2.0
Expand All @@ -25,6 +25,8 @@ environment:
- git
- jvmkill
- maven
- nodejs
- npm
- openjdk-22
- wolfi-base

Expand All @@ -33,7 +35,7 @@ pipeline:
with:
repository: https://github.com/trinodb/trino.git
tag: ${{package.version}}
expected-commit: a5ee92c2d6ece4f19c2a35ab41e60f7168a8f1bf
expected-commit: a1aa0de355993a0bd252a6970da8929894bbe6cd

- uses: maven/pombump

Expand Down
10 changes: 0 additions & 10 deletions trino/pombump-deps.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
patches:
- groupId: org.json
artifactId: json
Expand All @@ -14,16 +14,6 @@
version: 1.0.39
scope: import
type: jar
- groupId: org.apache.commons
artifactId: commons-compress
version: 1.26.0
scope: import
type: jar
- groupId: org.postgresql
artifactId: postgresql
version: 42.7.2
scope: import
type: jar
- groupId: org.apache.commons
artifactId: commons-configuration2
version: 2.10.1
Expand Down
Loading