Skip to content
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
6 changes: 3 additions & 3 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.18.0</version>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
Expand All @@ -84,7 +84,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.17.1</version>
<version>1.22.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -125,7 +125,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.8</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
22 changes: 11 additions & 11 deletions openmetadata-clients/openmetadata-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<springfox-version>2.7.0</springfox-version>
<feign-version>13.5</feign-version>
<jackson-databind-nullable-version>0.2.6</jackson-databind-nullable-version>
<feign-version>13.12</feign-version>
<jackson-databind-nullable-version>0.2.10</jackson-databind-nullable-version>
<scribejava-apis-version>8.3.3</scribejava-apis-version>
<swagger-parser-version>2.1.23</swagger-parser-version>
<swagger-parser-version>2.1.42</swagger-parser-version>
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
<maven-javadoc-plugin.version>3.6.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
<sonar.skip>true</sonar.skip>
</properties>
<dependencies>
Expand Down Expand Up @@ -82,12 +82,12 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.29.0</version>
<version>1.47.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.17.2</version>
<version>1.24.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>org.mozilla</groupId>
<artifactId>rhino</artifactId>
<version>1.7.15.1</version>
<version>1.9.1</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -151,7 +151,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.8</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -205,7 +205,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.0</version>
<configuration>
<doCheck>false</doCheck>
<doUpdate>false</doUpdate>
Expand All @@ -224,7 +224,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.13.0</version>
<version>7.22.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion openmetadata-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.8</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
4 changes: 2 additions & 2 deletions openmetadata-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rpm-maven-plugin</artifactId>
<version>2.2.0</version>
<version>2.3.0</version>
<executions>
<execution>
<phase>install</phase>
Expand Down Expand Up @@ -266,7 +266,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.8</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
14 changes: 7 additions & 7 deletions openmetadata-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
<packaging>jar</packaging>
<properties>
<maven.surefire.version>3.1.2</maven.surefire.version>
<maven.failsafe.version>3.1.2</maven.failsafe.version>
<maven.failsafe.version>3.5.5</maven.failsafe.version>
<junit.jupiter.version>${org.junit.jupiter.version}</junit.jupiter.version>
<junit.platform.version>${org.junit.platform.version}</junit.platform.version>
<dockerjava.version>3.4.2</dockerjava.version>
<dockerjava.version>3.7.1</dockerjava.version>
</properties>
<dependencyManagement>
<dependencies>
Expand All @@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.27.1</version>
<version>1.28.0</version>
<scope>test</scope>
</dependency>
<!-- SDK client -->
Expand Down Expand Up @@ -159,14 +159,14 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.0</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>
<!-- JWT signing -->
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.4.0</version>
<version>4.5.2</version>
<scope>test</scope>
</dependency>
<!--
Expand Down Expand Up @@ -251,13 +251,13 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.4.1</version>
<version>5.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>5.4.1</version>
<version>5.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
18 changes: 9 additions & 9 deletions openmetadata-k8s-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
<version>1.14.5</version>
<version>1.16.5</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
<version>1.14.5</version>
<version>1.16.5</version>
</dependency>

<!-- Cron parsing for CronOMJob scheduling -->
Expand Down Expand Up @@ -108,28 +108,28 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.7.0</version>
<version>5.23.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.7.0</version>
<version>5.23.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.20.3</version>
<version>1.21.4</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>k3s</artifactId>
<version>1.20.3</version>
<version>1.21.4</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -140,7 +140,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.15.0</version>
<configuration>
<source>21</source>
<target>21</target>
Expand Down Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.5</version>
<configuration>
<includes>
<include>**/*Test.java</include>
Expand All @@ -196,7 +196,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.5</version>
</plugin>
</plugins>
</build>
Expand Down
4 changes: 2 additions & 2 deletions openmetadata-mcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<properties>
<assertj-core.version>3.27.7</assertj-core.version>
<jetty.version>12.1.7</jetty.version>
<jetty.version>12.1.9</jetty.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -129,7 +129,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.2</version>
<version>4.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
18 changes: 9 additions & 9 deletions openmetadata-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
<okhttp.version>4.12.0</okhttp.version>
<junit.version>${org.junit.jupiter.version}</junit.version>
<junit-platform.version>${org.junit.platform.version}</junit-platform.version>
<mockito.version>5.5.0</mockito.version>
<slf4j.version>2.0.9</slf4j.version>
<lombok.version>1.18.30</lombok.version>
<mockito.version>5.23.0</mockito.version>
<slf4j.version>2.0.18</slf4j.version>
<lombok.version>1.18.46</lombok.version>
<testcontainers.version>1.21.4</testcontainers.version>
<jwt.version>4.4.0</jwt.version>
<jwt.version>4.5.2</jwt.version>
<flyway.version>9.22.3</flyway.version>
<json.version>20240303</json.version>
</properties>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.flipkart.zjsonpatch</groupId>
<artifactId>zjsonpatch</artifactId>
<version>0.4.14</version>
<version>0.4.16</version>
</dependency>

<!-- Lombok -->
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>io.socket</groupId>
<artifactId>socket.io-client</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
<exclusions>
<exclusion>
<groupId>org.json</groupId>
Expand Down Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>org.glassfish.jersey.connectors</groupId>
<artifactId>jersey-apache-connector</artifactId>
<version>3.1.9</version>
<version>3.1.11</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.5.5</version>
<configuration>
<includes>
<include>**/*Test.java</include>
Expand Down Expand Up @@ -213,7 +213,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.2</version>
<version>3.5.5</version>
<configuration>
<includes>
<include>**/*IntegrationTest.java</include>
Expand Down
Loading
Loading