-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix(deps): update micronaut.version [security] #10325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -33,7 +33,7 @@ | |||||
| <exec.mainClass>com.example.appengine.Application</exec.mainClass> | ||||||
| <maven.compiler.target>11</maven.compiler.target> | ||||||
| <maven.compiler.source>11</maven.compiler.source> | ||||||
| <micronaut.version>3.10.3</micronaut.version> | ||||||
| <micronaut.version>3.10.6</micronaut.version> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The update to
Suggested change
|
||||||
| </properties> | ||||||
|
|
||||||
| <dependencies> | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -33,7 +33,7 @@ | |||||
| <exec.mainClass>com.example.appengine.Application</exec.mainClass> | ||||||
| <maven.compiler.target>21</maven.compiler.target> | ||||||
| <maven.compiler.source>21</maven.compiler.source> | ||||||
| <micronaut.version>3.10.3</micronaut.version> | ||||||
| <micronaut.version>3.10.6</micronaut.version> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The update to
Suggested change
|
||||||
| <jacoco.agent.argLine>${argLine}</jacoco.agent.argLine> | ||||||
| </properties> | ||||||
|
|
||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The update to
3.10.6does not fully address all security vulnerabilities mentioned in the PR description. Specifically, the infinite loop DoS vulnerability in the Netty-based HTTP Client (GHSA-387m-935m-c4vw) is only patched in Micronaut version3.10.7or higher. Please upgrade to3.10.7to ensure all vulnerabilities are resolved.