Compare commits

..

1 commit

Author SHA1 Message Date
fa5aa9da6d Update plugin dev.kordex.gradle.kordex to v1.7.1 2025-06-15 22:03:02 +00:00
3 changed files with 6 additions and 6 deletions

View file

@ -49,7 +49,7 @@ jobs:
password: ${{ secrets.DOKEY }} password: ${{ secrets.DOKEY }}
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v5
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64

View file

@ -2,14 +2,14 @@
kotlin = "2.1.0" # Note: Plugin versions must be updated in the settings.gradle.kts too kotlin = "2.1.0" # Note: Plugin versions must be updated in the settings.gradle.kts too
groovy = "3.0.23" groovy = "3.0.23"
jansi = "2.4.2" jansi = "2.4.1"
kx-ser = "1.8.1" kx-ser = "1.8.1"
logback = "1.5.18" logback = "1.5.12"
logback-groovy = "1.14.5" logback-groovy = "1.14.5"
logging = "7.0.7" logging = "7.0.3"
twitch4j = "1.25.0" twitch4j = "1.25.0"
events4j = "0.12.2" events4j = "0.12.2"
kx-coroutines = "1.10.2" kx-coroutines = "1.9.0"
kmongo = "5.2.1" kmongo = "5.2.1"
[libraries] [libraries]

View file

@ -6,7 +6,7 @@ pluginManagement {
id("com.github.johnrengelman.shadow") version "8.1.1" id("com.github.johnrengelman.shadow") version "8.1.1"
id("dev.kordex.gradle.docker") version "1.7.1" id("dev.kordex.gradle.docker") version "1.6.2"
id("dev.kordex.gradle.kordex") version "1.7.1" id("dev.kordex.gradle.kordex") version "1.7.1"
} }
repositories { repositories {