Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefex7 committed Apr 17, 2024
1 parent 5fb30bc commit 1657f9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ dependencyManagement {
dependency group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: versions.jackson
dependency group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: versions.jackson

//Solves CVE-2024-22243
dependency group: 'org.springframework', name: 'spring-core', version: '6.1.4'
}
}

Expand Down

0 comments on commit 1657f9a

Please sign in to comment.