Skip to content

Commit

Permalink
Merge pull request #8 from logicmonitor/develop
Browse files Browse the repository at this point in the history
Update versions for veracode
  • Loading branch information
LMJBrew authored Mar 3, 2025
2 parents fb9e1fc + 1302603 commit 6b96d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10'

constraints {
implementation ('io.netty:netty-codec-http:4.1.110.Final') {
implementation ('io.netty:netty-codec-http:4.1.119.Final') {
because 'lower version pulled had vulnerability affecting this application'
}
implementation ('io.netty:netty-codec-http2:4.1.110.Final') {
implementation ('io.netty:netty-codec-http2:4.1.119.Final') {
because 'lower version pulled had vulnerability affecting this application'
}
implementation ('io.netty:netty-handler:4.1.110.Final') {
implementation ('io.netty:netty-handler:4.1.119.Final') {
because 'lower version pulled had vulnerability affecting this application'
}
}
Expand Down

0 comments on commit 6b96d35

Please sign in to comment.