We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4256a commit 6a8389aCopy full SHA for 6a8389a
app/build.gradle.kts
@@ -116,7 +116,7 @@ dependencies {
116
implementation(group = "androidx.navigation", name = "navigation-dynamic-features-fragment", version = androidXNavigationVersion)
117
implementation(group = "androidx.fragment", name = "fragment-ktx", version = "1.3.0")
118
119
- implementation(group = "commons-net", name = "commons-net", version = "3.7.2")
+ implementation(group = "commons-net", name = "commons-net", version = "3.8.0")
120
implementation(group = "commons-codec", name = "commons-codec", version = "20041127.091804")
121
implementation(group = "org.apache.commons", name = "commons-lang3", version = "3.11")
122
0 commit comments