Skip to content

Commit

Permalink
Updated transitive dependency of extension-manager-integration-test-java
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 18, 2024
1 parent faaeee2 commit 2823680
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 64 deletions.
131 changes: 67 additions & 64 deletions dependencies.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions doc/changes/changes_3.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Netty is an asynchronous event-driven network application framework for rapid de
* Updated `com.exasol:hamcrest-resultset-matcher:1.6.5` to `1.7.0`
* Updated `com.exasol:test-db-builder-java:3.5.4` to `3.6.0`
* Updated `com.oracle.database.jdbc:ojdbc8:23.4.0.24.05` to `23.6.0.24.10`
* Added `io.netty:netty-common:4.1.115.Final`
* Updated `nl.jqno.equalsverifier:equalsverifier:3.16.1` to `3.17.3`
* Updated `org.hamcrest:hamcrest:2.2` to `3.0`
* Updated `org.jacoco:org.jacoco.agent:0.8.11` to `0.8.12`
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,13 @@
<version>0.5.12</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>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit 2823680

Please sign in to comment.