mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
Update the dependencies for 0.10 release (#4176)
This commit is contained in:
parent
63415952e3
commit
9f2ca9944f
@ -213,7 +213,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>2.17.1</version>
|
||||
<version>2.17.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Diff util to compute diffs in plain text -->
|
||||
@ -279,7 +279,7 @@
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20211205</version>
|
||||
<version>20220320</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt -->
|
||||
@ -294,14 +294,14 @@
|
||||
<dependency>
|
||||
<groupId>com.auth0</groupId>
|
||||
<artifactId>java-jwt</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.auth0/jwks-rsa -->
|
||||
<dependency>
|
||||
<groupId>com.auth0</groupId>
|
||||
<artifactId>jwks-rsa</artifactId>
|
||||
<version>0.21.0</version>
|
||||
<version>0.21.1</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
@ -83,14 +83,14 @@
|
||||
<dependency>
|
||||
<groupId>com.auth0</groupId>
|
||||
<artifactId>java-jwt</artifactId>
|
||||
<version>3.19.0</version>
|
||||
<version>3.19.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.auth0/jwks-rsa -->
|
||||
<dependency>
|
||||
<groupId>com.auth0</groupId>
|
||||
<artifactId>jwks-rsa</artifactId>
|
||||
<version>0.21.0</version>
|
||||
<version>0.21.1</version>
|
||||
</dependency>
|
||||
|
||||
<!--test dependencies-->
|
||||
@ -104,11 +104,6 @@
|
||||
<artifactId>mbknor-jackson-jsonschema_2.12</artifactId>
|
||||
<version>1.0.39</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.networknt</groupId>
|
||||
<artifactId>json-schema-validator</artifactId>
|
||||
<version>1.0.66</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.datatype</groupId>
|
||||
<artifactId>jackson-datatype-jsr353</artifactId>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<properties>
|
||||
<dropwizard.swagger.version>2.0.12-1</dropwizard.swagger.version>
|
||||
<testng.version>7.5</testng.version>
|
||||
<selenium.version>4.1.1</selenium.version>
|
||||
<selenium.version>4.1.2</selenium.version>
|
||||
<skipTests>false</skipTests>
|
||||
</properties>
|
||||
|
||||
|
||||
23
pom.xml
23
pom.xml
@ -35,7 +35,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<mockito.version>4.3.1</mockito.version>
|
||||
<mockito.version>4.4.0</mockito.version>
|
||||
<slf4j.version>1.7.36</slf4j.version>
|
||||
<jackson.version>2.13.2</jackson.version>
|
||||
<dropwizard.version>2.0.28</dropwizard.version>
|
||||
@ -53,12 +53,12 @@
|
||||
<jaxb.version>3.0.2</jaxb.version>
|
||||
<wiremock-standalone.version>2.15.0</wiremock-standalone.version>
|
||||
<jacoco-plugin.version>0.8.6</jacoco-plugin.version>
|
||||
<jdbi3.version>3.27.1</jdbi3.version>
|
||||
<jdbi3.version>3.28.0</jdbi3.version>
|
||||
<jeasy.version>4.1.0</jeasy.version>
|
||||
<commons-cli.version>1.5.0</commons-cli.version>
|
||||
<commons-io.version>2.11.0</commons-io.version>
|
||||
<flyway.version>8.1.0</flyway.version>
|
||||
<redshift-jdbc.version>2.1.0.4</redshift-jdbc.version>
|
||||
<redshift-jdbc.version>2.1.0.6</redshift-jdbc.version>
|
||||
<gson.version>2.9.0</gson.version>
|
||||
<mysql.connector.version>8.0.28</mysql.connector.version>
|
||||
<jsonschema2pojo.version>1.1.1</jsonschema2pojo.version>
|
||||
@ -70,18 +70,18 @@
|
||||
-->
|
||||
<elasticsearch.version>7.13.4</elasticsearch.version>
|
||||
<httpasyncclient.version>4.1.5</httpasyncclient.version>
|
||||
<openapiswagger.version>2.1.13</openapiswagger.version>
|
||||
<openapiswagger.version>2.2.0</openapiswagger.version>
|
||||
<nimbus-jose-jwt.version>7.9</nimbus-jose-jwt.version>
|
||||
<spring-security-kerberos-core.version>1.0.1.RELEASE</spring-security-kerberos-core.version>
|
||||
<httpclient.version>4.5.13</httpclient.version>
|
||||
<spring.version>5.3.16</spring.version>
|
||||
<spring.version>5.3.19</spring.version>
|
||||
<log4j.version>2.17.0</log4j.version>
|
||||
<org.junit.jupiter.version>5.8.2</org.junit.jupiter.version>
|
||||
<dropwizard-health.version>1.7.1</dropwizard-health.version>
|
||||
<fernet.version>1.5.0</fernet.version>
|
||||
<!-- 4.9.3 uses esnext instead of commonjs and it requires changes on how we run Jest tests -->
|
||||
<!-- upgrade only when we find how to import esnext modules in nodejs -->
|
||||
<antlr.version>4.9.2</antlr.version>
|
||||
<antlr.version>4.10.1</antlr.version>
|
||||
|
||||
<!-- sonar -Dsonar.login=XXX -->
|
||||
<sonar.projectKey>open-metadata_OpenMetadata</sonar.projectKey>
|
||||
@ -379,17 +379,17 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-core</artifactId>
|
||||
<version>2.17.1</version>
|
||||
<version>2.17.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.logging.log4j</groupId>
|
||||
<artifactId>log4j-api</artifactId>
|
||||
<version>2.17.1</version>
|
||||
<version>2.17.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.wix</groupId>
|
||||
<artifactId>wix-embedded-mysql</artifactId>
|
||||
<version>4.6.1</version>
|
||||
<version>4.6.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<!-- JSON-P: Java API for JSON Processing (JSR 374) -->
|
||||
@ -499,7 +499,6 @@
|
||||
</profile>
|
||||
|
||||
</profiles>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@ -508,7 +507,7 @@
|
||||
<version>3.1.1</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
</reporting>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
@ -548,7 +547,7 @@
|
||||
<dependency>
|
||||
<groupId>com.puppycrawl.tools</groupId>
|
||||
<artifactId>checkstyle</artifactId>
|
||||
<version>9.3</version>
|
||||
<version>10.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user