Skip to content

Bump commons-logging:commons-logging from 1.3.0 to 1.3.5 #5223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log4j-api = { group = "org.apache.logging.log4j", name = "
# Bridges v1 to v2 for other code in other libs
log4j-1_2-api = { group = "org.apache.logging.log4j", name = "log4j-1.2-api", version.ref = "log4j" }
slf4j-simple = { group = "org.slf4j", name = "slf4j-simple", version = "2.0.16" }
apache-commons-logging = { group = "commons-logging", name = "commons-logging", version = "1.3.0" }
apache-commons-logging = { group = "commons-logging", name = "commons-logging", version = "1.3.5" }
# For Sentry bug reporting
sentry = { group = "io.sentry", name = "sentry", version.ref = "sentry" }
sentry-log4j = { group = "io.sentry", name = "sentry-log4j2", version.ref = "sentry" }
Expand Down
Loading