Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.3.1 to 1.3.2
Browse files Browse the repository at this point in the history
Bumps commons-logging:commons-logging from 1.3.1 to 1.3.2.

---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 15, 2024
1 parent 79dd332 commit 068cbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation("org.apache.commons:commons-lang3:$commonsLangVersion")
implementation "org.apache.commons:commons-text:$commonsTextVersion"
implementation 'com.github.f4b6a3:ulid-creator:5.2.3'
api('commons-logging:commons-logging:1.3.1')
api('commons-logging:commons-logging:1.3.2')
api('javax.mail:mail:1.4.7')
api('javax.inject:javax.inject:1')
api('jakarta.inject:jakarta.inject-api:2.0.1')
Expand Down

0 comments on commit 068cbef

Please sign in to comment.