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
6 changes: 3 additions & 3 deletions embedded-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -374,19 +374,19 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model-core</artifactId>
<version>7.2.0</version>
<version>${fabric8.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client-api</artifactId>
<version>7.2.0</version>
<version>${fabric8.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<version>7.2.0</version>
<version>${fabric8.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
3 changes: 0 additions & 3 deletions extensions-core/kubernetes-overlord-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
<relativePath>../../pom.xml</relativePath>
</parent>

<properties>
<fabric8.version>7.2.0</fabric8.version>
</properties>

<dependencies>
<dependency>
Expand Down
47 changes: 8 additions & 39 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,39 +223,9 @@ name: Jackson
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 2.18.4.1
version: 2.19.2
libraries:
- com.fasterxml.jackson.core: jackson-core
notice: |
# Jackson JSON processor

Jackson is a high-performance, Free/Open Source JSON processing library.
It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
been in development since 2007.
It is currently developed by a community of developers, as well as supported
commercially by FasterXML.com.

## Licensing

Jackson core and extension components may licensed under different licenses.
To find the details that apply to this artifact see the accompanying LICENSE file.
For more information, including possible other licensing options, contact
FasterXML.com (http://fasterxml.com).

## Credits

A list of contributors may be found from CREDITS file, which is included
in some artifacts (usually source distributions); but is always available
from the source code management (SCM) system project uses.

---

name: Jackson
license_category: binary
module: java-core
license_name: Apache License version 2.0
version: 2.18.4
libraries:
- com.fasterxml.jackson.core: jackson-annotations
- com.fasterxml.jackson.dataformat: jackson-dataformat-cbor
- com.fasterxml.jackson.dataformat: jackson-dataformat-smile
Expand Down Expand Up @@ -296,7 +266,7 @@ name: Jackson
license_category: binary
module: extensions-contrib/druid-deltalake-extensions
license_name: Apache License version 2.0
version: 2.18.4
version: 2.19.2
libraries:
- com.fasterxml.jackson.core: jackson-databind
notice: |
Expand Down Expand Up @@ -890,7 +860,7 @@ name: kubernetes fabric java client
license_category: binary
module: extensions-core/kubernetes-overlord-extensions
license_name: Apache License version 2.0
version: 7.2.0
version: 7.4.0
libraries:
- io.fabric8: kubernetes-client-api
- io.fabric8: kubernetes-model-batch
Expand Down Expand Up @@ -1092,24 +1062,23 @@ libraries:
- io.prometheus: simpleclient_tracer_otel
- io.prometheus: simpleclient_tracer_otel_agent


---

name: org.snakeyaml snakeyaml-engine
license_category: binary
module: extensions-core/druid-kubernetes-overlord-extensions
module: extensions-core/kubernetes-overlord-extensions
license_name: Apache License version 2.0
version: 2.9
version: "2.10"
libraries:
- org.snakeyaml: snakeyaml-engine

---

name: org.yaml snakeyaml
license_category: binary
module: extensions-core/druid-kubernetes-overlord-extensions
module: extensions-core/kubernetes-overlord-extensions
license_name: Apache License version 2.0
version: 2.3
version: 2.4
libraries:
- org.yaml: snakeyaml

Expand Down Expand Up @@ -2894,7 +2863,7 @@ libraries:
---

name: Jackson Dataformat Yaml
version: 2.18.4
version: 2.19.2
license_category: binary
module: extensions/druid-avro-extensions
license_name: Apache License version 2.0
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@
<derby.version>10.14.2.0</derby.version>
<dropwizard.metrics.version>4.2.22</dropwizard.metrics.version>
<errorprone.version>2.35.1</errorprone.version>
<fabric8.version>7.4.0</fabric8.version>
<fastutil.version>8.5.4</fastutil.version>
<guava.version>32.1.3-jre</guava.version>
<guice.version>5.1.0</guice.version>
<hamcrest.version>1.3</hamcrest.version>
<jetty.version>12.0.25</jetty.version>
<jersey.version>1.19.4</jersey.version>
<jackson.core.version>2.18.4.1</jackson.core.version>
<jackson.version>2.18.4</jackson.version>
<jackson.version>2.19.2</jackson.version>
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
<log4j.version>2.22.1</log4j.version>
<mysql.version>8.2.0</mysql.version>
Expand Down Expand Up @@ -620,7 +620,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${jackson.core.version}</version>
<version>${jackson.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down
Loading