update dependencies

This commit is contained in:
Krrish Ghimire
2024-11-08 15:08:08 +05:45
parent 789c5d97c1
commit b27256e5fc
+3 -3
View File
@@ -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 {