Skip to content

Commit

Permalink
Merge pull request #5957 from Nuvindu/2201.11.x-netty-fix
Browse files Browse the repository at this point in the history
Update dependencies to fix netty vulnerability
  • Loading branch information
chiranSachintha authored Feb 11, 2025
2 parents b26616e + f4d2853 commit fa201da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ CVE-2023-33202
CVE-2024-7254
CVE-2024-47554
CVE-2025-25193
CVE-2025-24970
CVE-2024-9143
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ stdlibFileVersion=1.11.0
stdlibFtpVersion=2.12.0
stdlibLdapVersion=1.2.0
stdlibMimeVersion=2.11.0
stdlibTcpVersion=1.12.0
stdlibUdpVersion=1.12.0
stdlibTcpVersion=1.12.1
stdlibUdpVersion=1.12.1
stdlibUuidVersion=1.9.0

# Stdlib Level 04
Expand All @@ -59,14 +59,14 @@ stdlibTomlVersion=0.7.0
stdlibYamlVersion=0.7.0

# Stdlib Level 05
stdlibHttpVersion=2.13.0
stdlibHttpVersion=2.13.1


# Stdlib Level 06
stdlibGrpcVersion=1.13.0
stdlibGrpcVersion=1.13.1
stdlibSoapVersion=2.2.0
stdlibTransactionVersion=1.11.0
stdlibWebsocketVersion=2.13.0
stdlibWebsocketVersion=2.13.1
stdlibWebsubVersion=2.13.0
stdlibWebsubhubVersion=1.13.0

Expand Down

0 comments on commit fa201da

Please sign in to comment.