Skip to content

Commit 33ade7e

Browse files
committed
feat(trino): Replace 469 with 470
1 parent b167fbc commit 33ade7e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

trino/stackable/patches/469/patchable.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

trino/stackable/patches/469/0001-Add-cyclonedx-plugin.patch renamed to trino/stackable/patches/470/0001-Add-cyclonedx-plugin.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Nick Larsen <[email protected]>
3-
Date: Tue, 4 Feb 2025 10:49:16 +0100
3+
Date: Mon, 10 Feb 2025 12:16:43 +0100
44
Subject: Add cyclonedx plugin
55

66
---
77
pom.xml | 18 ++++++++++++++++++
88
1 file changed, 18 insertions(+)
99

1010
diff --git a/pom.xml b/pom.xml
11-
index 0d27151d77..b1682d7ab3 100644
11+
index a1604d5ebe..3f9f794504 100644
1212
--- a/pom.xml
1313
+++ b/pom.xml
14-
@@ -2850,6 +2850,24 @@
14+
@@ -2814,6 +2814,24 @@
1515
</excludes>
1616
</configuration>
1717
</plugin>
@@ -37,7 +37,7 @@ index 0d27151d77..b1682d7ab3 100644
3737
</build>
3838

3939

40-
base-commit: 39ef08e249549a6616916539f4ad21032d084c7a
40+
base-commit: 05bc059cf0c9263e4ee8be2c1ad69753d0dd4faf
4141
--
4242
2.40.1
4343

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
upstream = "https://github.com/trinodb/trino"
2+
base = "05bc059cf0c9263e4ee8be2c1ad69753d0dd4faf"

trino/versions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"trino-storage-connector": "455",
1515
},
1616
{
17-
"product": "469",
17+
"product": "470",
1818
"java-base": "23",
1919
"java-devel": "23",
2020
"jmx_exporter": "1.1.0",
21-
"trino-storage-connector": "469",
21+
"trino-storage-connector": "470",
2222
},
2323
]

0 commit comments

Comments
 (0)