Skip to content
Merged
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
10 changes: 3 additions & 7 deletions druid.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: druid
version: "32.0.1"
epoch: 2
version: "33.0.0"
epoch: 0
description: Apache Druid is a high performance real-time analytics database.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -29,14 +29,10 @@ pipeline:
with:
repository: https://github.com/apache/druid.git
tag: druid-${{package.version}}
expected-commit: a0420265af08e285527893a3c26dbfdf85d87784
expected-commit: 84b59b984b69ebc34e0c971ad207b69384941c0b

- uses: maven/pombump

- uses: patch
with:
patches: GHSA-2c59-37c4-qrx5-fix.patch

- runs: |
mvn -B -ff -q \
install \
Expand Down
22 changes: 0 additions & 22 deletions druid/GHSA-2c59-37c4-qrx5-fix.patch

This file was deleted.

3 changes: 0 additions & 3 deletions druid/pombump-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ patches:
- groupId: io.airlift
artifactId: aircompressor
version: "0.27"
- groupId: org.asynchttpclient
artifactId: async-http-client
version: 2.12.4
- groupId: org.apache.solr
artifactId: solr-solrj
version: 8.11.3
Expand Down
Loading