Skip to content

Commit

Permalink
chore: bump org.apache.commons:commons-lang3 in /dgs-fileupload (#2829)
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent 8538ef5 commit 58bda48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dgs-fileupload/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
exclude group: 'org.yaml', module: 'snakeyaml'
}// auto-configure graphql extended scalars
implementation 'org.yaml:snakeyaml:2.3'
implementation 'org.apache.commons:commons-lang3:3.16.0'
implementation 'org.apache.commons:commons-lang3:3.17.0'

// spring web
implementation 'org.springframework.boot:spring-boot-starter-web'
Expand Down

0 comments on commit 58bda48

Please sign in to comment.