Skip to content

Commit

Permalink
Rollback other upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Apr 15, 2024
1 parent fbe4397 commit b751cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions doc/changes/changes_2.7.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@ 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`

#### Test Dependency Updates

* Updated `com.exasol:exasol-testcontainers:7.0.0` to `7.0.1`
* Updated `com.exasol:test-db-builder-java:3.5.3` to `3.5.4`

#### Plugin Dependency Updates
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>parquet-io-java</artifactId>
<version>2.0.8</version>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -564,7 +564,7 @@
<dependency>
<groupId>com.exasol</groupId>
<artifactId>exasol-testcontainers</artifactId>
<version>7.0.1</version>
<version>7.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit b751cc6

Please sign in to comment.