Skip to content

Commit

Permalink
Merge pull request #31 from rajkowski/dependabot/maven/io.netty-netty…
Browse files Browse the repository at this point in the history
…-codec-http-4.1.108.Final

Bump io.netty:netty-codec-http from 4.1.104.Final to 4.1.108.Final
  • Loading branch information
rajkowski committed Aug 6, 2024
2 parents f9b5632 + 830dc73 commit f386769
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed lib/build/netty-resolver-dns-4.1.104.Final.jar
Binary file not shown.
Binary file added lib/build/netty-resolver-dns-4.1.108.Final.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
<jstl.version>1.2.5</jstl.version>
<libphonenumber.version>8.13.31</libphonenumber.version>
<lombok.version>1.18.30</lombok.version>
<netty.version>4.1.104</netty.version>
<netty-tcnative.version>2.0.65</netty-tcnative.version>
<netty.version>4.1.108.Final</netty.version>
<netty-tcnative.version>2.0.65.Final</netty-tcnative.version>
<postgresql.version>42.7.2</postgresql.version>
<pushy.version>0.15.4</pushy.version>
<rabbitmq.version>5.18.0</rabbitmq.version>
Expand Down Expand Up @@ -221,32 +221,32 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>${netty.version}.Final</version>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http2</artifactId>
<version>${netty.version}.Final</version>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>${netty.version}.Final</version>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler-proxy</artifactId>
<version>${netty.version}.Final</version>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-resolver-dns</artifactId>
<version>${netty.version}.Final</version>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-classes</artifactId>
<version>${netty-tcnative.version}.Final</version>
<version>${netty-tcnative.version}</version>
</dependency>
<dependency>
<groupId>com.eatthepath</groupId>
Expand Down

0 comments on commit f386769

Please sign in to comment.