Skip to content

Commit

Permalink
[7x] bump dependency in discovery azure classic plugin (#104171)
Browse files Browse the repository at this point in the history
This commit bumps commons-io for discover azure classic plugin from 2.4 -> 2.7
  • Loading branch information
jakelandis authored Jan 11, 2024
1 parent f83dd8e commit 20b46d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog/104171.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 104171
summary: "[7x] bump dependency in discovery azure classic plugin"
area: Discovery-Plugins
type: upgrade
issues: []
2 changes: 1 addition & 1 deletion plugins/discovery-azure-classic/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
api "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
api "commons-codec:commons-codec:${versions.commonscodec}"
api "commons-lang:commons-lang:2.6"
api "commons-io:commons-io:2.4"
api "commons-io:commons-io:2.7"
api 'javax.mail:mail:1.4.5'
api 'javax.inject:javax.inject:1'
api "com.sun.jersey:jersey-client:${versions.jersey}"
Expand Down

0 comments on commit 20b46d1

Please sign in to comment.