Skip to content

Commit

Permalink
chore(be): Downgraded netty as it is causing issues with other depend… (
Browse files Browse the repository at this point in the history
#1326)

chore(be): Downgraded netty as it is causing issues with other dependencies
  • Loading branch information
mamartinezmejia authored Nov 20, 2024
1 parent 70e5b64 commit ee43df3
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.3</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.115.Final</netty.version>
<netty.version>4.1.114.Final</netty.version>
<oci.revision>${project.version}</oci.revision>
<nimbus-jose-jwt.version>9.46</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.115.Final</netty.version>
<netty.version>4.1.114.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.115.Final</netty.version>
<netty.version>4.1.114.Final</netty.version>
<oci.revision>${project.version}</oci.revision>
<flyway.version>10.21.0</flyway.version>
</properties>
Expand Down

0 comments on commit ee43df3

Please sign in to comment.