Skip to content

Commit 544a79c

Browse files
renovate[bot]jpenilla
authored andcommitted
chore(deps): Update gradle and github actions
1 parent 4472ee1 commit 544a79c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
--health-timeout 5s
2828
--health-retries 5
2929
mariadb:
30-
image: mariadb:10.5
30+
image: mariadb:10.11
3131
env:
3232
MARIADB_USER: username
3333
MARIADB_PASSWORD: password

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginYml = "0.5.3"
1717
mod-publish-plugin = "0.8.4"
1818
gremlin = "0.0.8"
1919
runTask = "2.3.1"
20-
resource-factory = "1.2.1"
20+
resource-factory = "1.3.0"
2121

2222
adventure = "4.17.0"
2323
cloud = "2.0.0"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)