We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d278a commit d5dbf4dCopy full SHA for d5dbf4d
CHANGELOG.adoc
@@ -25,6 +25,7 @@ Build / Infrastructure::
25
* Upgrade Asciidoctorj to v2.5.5 (#591)
26
* Upgrade build related Maven plugins to the latest versions (#606)
27
* Upgrade Asciidoctorj to v2.5.7 (#604)
28
+ * Bump netty-codec-http to v4.1.90.Final (fix several CVEs)
29
30
Documentation::
31
pom.xml
@@ -74,7 +74,7 @@
74
<maven.filtering.version>3.2.0</maven.filtering.version>
75
<plexus.utils.version>3.0.23</plexus.utils.version>
76
<plexus.component.metadata.version>1.7</plexus.component.metadata.version>
77
- <netty.version>4.1.77.Final</netty.version>
+ <netty.version>4.1.90.Final</netty.version>
78
<doxia.version>1.11.1</doxia.version>
79
</properties>
80
0 commit comments