Skip to content

Commit

Permalink
Update jackson, commons-lang3
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Aug 2, 2024
1 parent ebf09a5 commit 375a118
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 @@ -44,11 +44,11 @@ forbiddenApisMain {

dependencies {
implementation 'org.dstadler:commons-dost:1.3.4'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-lang3:3.15.0'
implementation 'commons-io:commons-io:2.16.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.17.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.google.guava:guava:33.2.1-jre'

Expand Down

0 comments on commit 375a118

Please sign in to comment.