Skip to content

Commit a0ff4d2

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | -------------- | -------------------------------- | ------ | ------ | | github-tags | actions/checkout | v3 | v4 | | github-tags | actions/checkout | v3.3.0 | v4.1.0 | | gradle-version | gradle | 7.6 | 8.3 | | maven | com.google.firebase:firebase-bom | 28.4.2 | 32.3.1 |
1 parent 77d7557 commit a0ff4d2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212

1313
- name: Set up JDK
1414
uses: actions/setup-java@v3

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up JDK
1616
uses: actions/setup-java@v3

.github/workflows/gradle-wrapper-validation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3.3.0
9+
- uses: actions/checkout@v4.1.0
1010
- uses: gradle/[email protected]

.github/workflows/spotless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up JDK
1616
uses: actions/setup-java@v3

buildSrc/src/main/kotlin/Configurations.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ object versions {
8181
}
8282

8383
object firebase {
84-
const val bom = "28.4.2"
84+
const val bom = "32.3.1"
8585
}
8686

8787
const val arrow = "1.1.2"
+1-1
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-7.6-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)