Skip to content

Commit 20b46d1

Browse files
authored
[7x] bump dependency in discovery azure classic plugin (#104171)
This commit bumps commons-io for discover azure classic plugin from 2.4 -> 2.7
1 parent f83dd8e commit 20b46d1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog/104171.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 104171
2+
summary: "[7x] bump dependency in discovery azure classic plugin"
3+
area: Discovery-Plugins
4+
type: upgrade
5+
issues: []

plugins/discovery-azure-classic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
api "org.apache.logging.log4j:log4j-1.2-api:${versions.log4j}"
3131
api "commons-codec:commons-codec:${versions.commonscodec}"
3232
api "commons-lang:commons-lang:2.6"
33-
api "commons-io:commons-io:2.4"
33+
api "commons-io:commons-io:2.7"
3434
api 'javax.mail:mail:1.4.5'
3535
api 'javax.inject:javax.inject:1'
3636
api "com.sun.jersey:jersey-client:${versions.jersey}"

0 commit comments

Comments
 (0)