Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d7588e9

Browse files
authoredFeb 17, 2025··
dependabot: bump commons-beanutils:commons-beanutils (#1375)
Bumps commons-beanutils:commons-beanutils from 1.10.0 to 1.10.1. --- updated-dependencies: - dependency-name: commons-beanutils:commons-beanutils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb6afa8 commit d7588e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ configurations.all {
110110
force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:${kotlin_version}"
111111
force "org.jetbrains.kotlin:kotlin-stdlib-jdk7:${kotlin_version}"
112112
force 'junit:junit:4.13.2'
113-
force 'commons-beanutils:commons-beanutils:1.10.0'
113+
force 'commons-beanutils:commons-beanutils:1.10.1'
114114
force 'com.google.guava:guava:30.1.1-jre'
115115
force 'com.puppycrawl.tools:checkstyle:8.45.1'
116116
force 'commons-codec:commons-codec:1.17.2'

0 commit comments

Comments
 (0)
Please sign in to comment.