mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2024-11-22 08:03:47 +00:00
update dependencies
This commit is contained in:
parent
046a8bede4
commit
4e2c5ea31e
@ -4,4 +4,4 @@ org.gradle.parallel=true
|
|||||||
kotlin.js.generate.externals=true
|
kotlin.js.generate.externals=true
|
||||||
kotlin.incremental=true
|
kotlin.incremental=true
|
||||||
|
|
||||||
docker_version=0.0.3
|
docker_version=0.0.4
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kotlin = "1.9.10"
|
kotlin = "1.9.10"
|
||||||
tgbotapi = "9.2.1"
|
tgbotapi = "9.2.2"
|
||||||
microutils = "0.20.6"
|
microutils = "0.20.7"
|
||||||
imageboard = "2.6.0"
|
imageboard = "2.6.0"
|
||||||
krontab = "2.2.1"
|
krontab = "2.2.1"
|
||||||
kslog = "1.2.1"
|
kslog = "1.2.1"
|
||||||
exposed = "0.43.0"
|
exposed = "0.44.0"
|
||||||
psql = "42.6.0"
|
psql = "42.6.0"
|
||||||
clikt = "4.2.1"
|
clikt = "4.2.1"
|
||||||
|
|
||||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Loading…
Reference in New Issue
Block a user