Skip to content

Commit

Permalink
fix(deps): update dependency io.netty:netty-codec-http to v4.1.113.final
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2024
1 parent 3e4cc7d commit 4b15a07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<testcontainers.version>1.20.1</testcontainers.version>
<junit-jupiter-api.version>5.9.1</junit-jupiter-api.version>
<junit-platform.version>1.9.1</junit-platform.version>
<netty.version>4.1.112.Final</netty.version>
<netty.version>4.1.113.Final</netty.version>
<oci.revision>${project.version}</oci.revision>
<nimbus-jose-jwt.version>9.40</nimbus-jose-jwt.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

<oci.revision>${project.version}</oci.revision>
<mapstruct.version>1.5.5.Fina</mapstruct.version>
<netty.version>4.1.112.Final</netty.version>
<netty.version>4.1.113.Final</netty.version>
<flyway.version>10.13.0</flyway.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<junit-jupiter-api.version>5.9.1</junit-jupiter-api.version>
<junit-platform.version>1.9.1</junit-platform.version>
<assertj.version>3.24.2</assertj.version>
<netty.version>4.1.112.Final</netty.version>
<netty.version>4.1.113.Final</netty.version>
<oci.revision>${project.version}</oci.revision>
<flyway.version>10.17.3</flyway.version>
</properties>
Expand Down

0 comments on commit 4b15a07

Please sign in to comment.