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

update azure pom parent to address CVEs #17576

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion extensions-core/azure-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.23</version>
<version>1.2.30</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
39 changes: 14 additions & 25 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4226,7 +4226,7 @@ license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 12.25.1
version: 12.29.0
libraries:
- com.azure: azure-storage-blob

Expand All @@ -4237,7 +4237,7 @@ license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 1.12.0
version: 1.14.2
libraries:
- com.azure: azure-identity

Expand All @@ -4248,29 +4248,18 @@ license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 12.21.4
version: 12.25.0
libraries:
- com.azure: azure-storage-blob-batch

---

name: Microsoft Azure Blob Storage SDK
license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 12.25.4
libraries:
- com.azure: azure-storage-blob

---

name: Microsoft Azure Storage Common
license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 12.24.4
version: 12.28.0
libraries:
- com.azure: azure-storage-common

Expand All @@ -4281,7 +4270,7 @@ license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 12.10.4
version: 12.14.0
libraries:
- com.azure: azure-storage-internal-avro

Expand All @@ -4292,7 +4281,7 @@ license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 1.1.0
version: 1.3.0
libraries:
- com.azure: azure-json

Expand All @@ -4303,7 +4292,7 @@ license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 1.0.0
version: 1.1.0
libraries:
- com.azure: azure-xml

Expand All @@ -4313,7 +4302,7 @@ license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 1.14.2
version: 1.15.7
libraries:
- com.azure: azure-core-http-netty

Expand All @@ -4324,7 +4313,7 @@ license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 1.48.0
version: 1.54.1
libraries:
- com.azure: azure-core

Expand All @@ -4335,7 +4324,7 @@ license_category: binary
module: extensions/druid-azure-extensions
license_name: MIT License
copyright: Microsoft
version: 1.15.0
version: 1.17.2
libraries:
- com.microsoft.azure: msal4j

Expand Down Expand Up @@ -4366,7 +4355,7 @@ name: NimbusDS Jose
license_category: binary
module: extensions/druid-azure-extensions
license_name: Apache License version 2.0
version: 9.37.3
version: 9.40
libraries:
- com.nimbusds: nimbus-jose-jwt

Expand All @@ -4376,7 +4365,7 @@ name: NimbusDS Oauth
license_category: binary
module: extensions/druid-azure-extensions
license_name: Apache License version 2.0
version: 11.9.1
version: 11.18
libraries:
- com.nimbusds: oauth2-oidc-sdk

Expand All @@ -4386,7 +4375,7 @@ name: Reactor Netty
license_category: binary
module: extensions/druid-azure-extensions
license_name: Apache License version 2.0
version: 1.0.43
version: 1.0.48
libraries:
- io.projectreactor.netty: reactor-netty-core
- io.projectreactor.netty: reactor-netty-http
Expand All @@ -4397,7 +4386,7 @@ name: Reactor Core
license_category: binary
module: extensions/druid-azure-extensions
license_name: Apache License version 2.0
version: 3.4.36
version: 3.4.41
libraries:
- io.projectreactor: reactor-core
---
Expand Down
Loading