Skip to content

Commit

Permalink
More upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Apr 16, 2024
1 parent 8f1c535 commit 3f7389b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions doc/changes/changes_2.7.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Dependencies upgraded to fix CVE-2024-29131, CVE-2024-29133 and CVE-2024-29025

#### Compile Dependency Updates

* Updated `com.exasol:parquet-io-java:2.0.6` to `2.0.8`
* Added `io.netty:netty-codec-http2:4.1.108.Final`
* Removed `io.netty:netty-handler:4.1.101.Final`
* Added `org.apache.commons:commons-configuration2:2.10.1`
Expand All @@ -29,6 +30,8 @@ Dependencies upgraded to fix CVE-2024-29131, CVE-2024-29133 and CVE-2024-29025

#### Test Dependency Updates

* Updated `com.exasol:exasol-testcontainers:7.0.0` to `7.0.1`
* Updated `com.exasol:hamcrest-resultset-matcher:1.6.3` to `1.6.5`
* Updated `com.exasol:test-db-builder-java:3.5.3` to `3.5.4`
* Removed `org.glassfish.jersey.core:jersey-common:2.41`

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>parquet-io-java</artifactId>
<version>2.0.6</version>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -590,7 +590,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-testcontainers</artifactId>
<version>7.0.0</version>
<version>7.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -602,7 +602,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>hamcrest-resultset-matcher</artifactId>
<version>1.6.3</version>
<version>1.6.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 3f7389b

Please sign in to comment.