update dependencies
This commit is contained in:
+3
-3
@@ -5,7 +5,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "com.krrishg"
|
group = "com.krrishg"
|
||||||
version = "1.1.0"
|
version = "1.1.1"
|
||||||
archivesBaseName = "kimage"
|
archivesBaseName = "kimage"
|
||||||
|
|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'commons-io:commons-io:2.8.0'
|
implementation 'commons-io:commons-io:2.17.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
@@ -30,7 +30,7 @@ publishing {
|
|||||||
|
|
||||||
groupId = 'com.krrishg'
|
groupId = 'com.krrishg'
|
||||||
artifactId = 'kimage'
|
artifactId = 'kimage'
|
||||||
version = '1.1.0'
|
version = '1.1.1'
|
||||||
from components.java
|
from components.java
|
||||||
|
|
||||||
pom {
|
pom {
|
||||||
|
|||||||
Reference in New Issue
Block a user