Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.1.1 to 1.2 in /storm
Browse files Browse the repository at this point in the history
Bumps commons-logging:commons-logging from 1.1.1 to 1.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 20, 2023
1 parent 6b0618c commit 2bb30a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
exclude module: "log4j-slf4j-impl"
}

implementation("commons-logging:commons-logging:1.1.1")
implementation("commons-logging:commons-logging:1.2")
implementation("javax.xml.bind:jaxb-api:2.3.1")
implementation("commons-codec:commons-codec:1.15")

Expand Down

0 comments on commit 2bb30a1

Please sign in to comment.