Skip to content

Commit

Permalink
#52: Updated dependencies to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Jan 13, 2025
1 parent b9d6d65 commit e471de8
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<url>https://github.com/exasol/oracle-virtual-schema/</url>
<properties>
<vscjdbc.version>12.0.0</vscjdbc.version>
<org.testcontainers.version>1.20.3</org.testcontainers.version>
<!-- Additional sonar configuration for analyzing TypeScript extension -->
<sonar.sources>src/main/,extension/src/</sonar.sources>
<sonar.exclusions>extension/src/*.test.ts</sonar.exclusions>
Expand Down Expand Up @@ -37,7 +36,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>maven-project-version-getter</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<scope>test</scope>
</dependency>
<!--Unit test dependencies -->
Expand All @@ -57,19 +56,19 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.14.2</version>
<version>5.15.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.17.3</version>
<version>3.18.1</version>
<scope>test</scope>
</dependency>
<!--Integration test dependencies -->
Expand All @@ -82,19 +81,19 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-testcontainers</artifactId>
<version>7.1.1</version>
<version>7.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>${org.testcontainers.version}</version>
<version>1.20.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>oracle-xe</artifactId>
<version>${org.testcontainers.version}</version>
<version>1.20.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -113,7 +112,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>udf-debugging-java</artifactId>
<version>0.6.13</version>
<version>0.6.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -139,14 +138,14 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>extension-manager-integration-test-java</artifactId>
<version>0.5.12</version>
<version>0.5.13</version>
<scope>test</scope>
</dependency>
<!-- update transitive dependency com.exasol:extension-manager-client-java to fix vulnerability CVE-2024-47535 -->
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-common</artifactId>
<version>4.1.115.Final</version>
<version>4.1.116.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e471de8

Please sign in to comment.