Skip to content

Commit

Permalink
Merge pull request #4511 from RPTools/dependabot/gradle/develop/commo…
Browse files Browse the repository at this point in the history
…ns-logging-commons-logging-1.3.0

Bump commons-logging:commons-logging from 1.2 to 1.3.0
  • Loading branch information
cwisniew authored Dec 1, 2023
2 parents 7ec5f6f + da42e26 commit e0981d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.22.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.20.0' // Bridges v1 to v2 for other code in other libs
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.9'
implementation group: 'commons-logging', name: 'commons-logging', version: '1.2'
implementation group: 'commons-logging', name: 'commons-logging', version: '1.3.0'

// Image processing lib
implementation group: 'com.twelvemonkeys.imageio', name: 'imageio-core', version: '3.10.1' // https://mvnrepository.com/artifact/com.twelvemonkeys.imageio/imageio-core
Expand Down

0 comments on commit e0981d7

Please sign in to comment.