Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AsyncHttpClient/async-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8a65e5095151c993691d591f98c3641cf8a2da9d
Choose a base ref
..
head repository: AsyncHttpClient/async-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4db75eb83bffecd94ee89149f927611fc13382df
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 pom.xml
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -45,14 +45,14 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<netty.version>4.1.116.Final</netty.version>
<netty.version>4.1.117.Final</netty.version>
<netty.iouring>0.0.26.Final</netty.iouring>
<brotli4j.version>1.18.0</brotli4j.version>
<slf4j.version>2.0.16</slf4j.version>
<zstd-jni.version>1.5.6-8</zstd-jni.version>
<zstd-jni.version>1.5.6-9</zstd-jni.version>
<activation.version>2.0.1</activation.version>
<logback.version>1.5.16</logback.version>
<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
<jetbrains-annotations.version>26.0.2</jetbrains-annotations.version>
</properties>

<developers>