Skip to content

Commit 380730d

Browse files
chore(deps): Update gradle and github actions
1 parent ad48705 commit 380730d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-latest
9494
services:
9595
postgres:
96-
image: postgres:13
96+
image: postgres:17
9797
env:
9898
POSTGRES_USER: username
9999
POSTGRES_PASSWORD: password
@@ -106,7 +106,7 @@ jobs:
106106
--health-timeout 5s
107107
--health-retries 5
108108
mariadb:
109-
image: mariadb:10.11
109+
image: mariadb:11.8
110110
env:
111111
MARIADB_USER: username
112112
MARIADB_PASSWORD: password

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

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.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pluginManagement {
7777
}
7878

7979
plugins {
80-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
80+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
8181
id("quiet-fabric-loom") version "1.11-SNAPSHOT"
8282
}
8383

0 commit comments

Comments
 (0)