Skip to content

Commit

Permalink
#79: Upgrade netty dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 18, 2024
1 parent 39a0ad7 commit 06e7a47
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
},
"files.watcherExclude": {
"**/target": true
}
}
}
133 changes: 70 additions & 63 deletions dependencies.md

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

4 changes: 4 additions & 0 deletions doc/changes/changes_2.0.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ Netty is an asynchronous event-driven network application framework for rapid de
* Updated `org.apache.hadoop:hadoop-client:3.4.0` to `3.4.1`
* Updated `org.apache.parquet:parquet-hadoop:1.14.3` to `1.14.4`

### Runtime Dependency Updates

* Added `io.netty:netty-transport-native-epoll:4.1.115.Final`

### Test Dependency Updates

* Updated `nl.jqno.equalsverifier:equalsverifier:3.17.1` to `3.17.3`
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,13 @@
<artifactId>dnsjava</artifactId>
<version>3.6.2</version>
</dependency>
<dependency>
<!-- Upgrade transitive dependency of org.apache.hadoop:hadoop-client to fix CVE-2024-47535 in io.netty:netty-common -->
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>
<version>4.1.115.Final</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
Expand Down

0 comments on commit 06e7a47

Please sign in to comment.