Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/changes/changes_0.6.14.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Udf Debugging Java 0.6.14, released 2024-11-18
# Udf Debugging Java 0.6.14, released 2024-11-19

Code name: Fix CVE-2024-47535: io.netty:netty-common:jar:4.1.108.Final:runtime
Code name: Fix CVE-2024-47535: io.netty:netty-common:jar:4.1.108.Final:provided

## Summary

This release fixes CVE-2024-47535 in `io.netty:netty-common:jar:4.1.108.Final:runtime`.
This release fixes CVE-2024-47535 in transitive production dependency `io.netty:netty-common:jar:4.1.108.Final:provided` added by `com.exasol:exasol-test-setup-abstraction-java`.

## Security

* #67: Fixed CVE-2024-47535 in `io.netty:netty-common:jar:4.1.108.Final:runtime`
* #67: Fixed CVE-2024-47535 in `io.netty:netty-common:jar:4.1.108.Final:provided`

## Dependency Updates

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- This is not a compile-dependency since it would pull a lot of transitive
dependencies (like the AWS SDK) into project where it's absolutely not
needed. That's possible since we only use the classes from this dependencies
in methods that are ment to be used with the exasol-test-setup-abstraction-java. -->
in methods that are meant to be used with the exasol-test-setup-abstraction-java. -->
<scope>provided</scope>
</dependency>
<dependency>
Expand Down