Skip to content

Commit ada69da

Browse files
chore(deps): Update gradle and github actions
1 parent 942f6a2 commit ada69da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

settings.gradle.kts

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

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

0 commit comments

Comments
 (0)