Skip to content

Commit f587880

Browse files
committed
build: upgrade build dependencies
1 parent 7e1044c commit f587880

3 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515

16-
- uses: actions/setup-java@v2
16+
- uses: actions/setup-java@v3
1717
with:
1818
distribution: temurin
1919
java-version: 11

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616

17-
- uses: actions/setup-java@v2
17+
- uses: actions/setup-java@v3
1818
with:
1919
distribution: temurin
2020
java-version: 11

Gemfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ GEM
88
artifactory (3.0.15)
99
atomos (0.1.3)
1010
aws-eventstream (1.2.0)
11-
aws-partitions (1.631.0)
12-
aws-sdk-core (3.148.0)
11+
aws-partitions (1.653.0)
12+
aws-sdk-core (3.166.0)
1313
aws-eventstream (~> 1, >= 1.0.2)
14-
aws-partitions (~> 1, >= 1.525.0)
15-
aws-sigv4 (~> 1.1)
14+
aws-partitions (~> 1, >= 1.651.0)
15+
aws-sigv4 (~> 1.5)
1616
jmespath (~> 1, >= 1.6.1)
17-
aws-sdk-kms (1.58.0)
18-
aws-sdk-core (~> 3, >= 3.127.0)
17+
aws-sdk-kms (1.59.0)
18+
aws-sdk-core (~> 3, >= 3.165.0)
1919
aws-sigv4 (~> 1.1)
20-
aws-sdk-s3 (1.114.0)
21-
aws-sdk-core (~> 3, >= 3.127.0)
20+
aws-sdk-s3 (1.117.1)
21+
aws-sdk-core (~> 3, >= 3.165.0)
2222
aws-sdk-kms (~> 1)
2323
aws-sigv4 (~> 1.4)
24-
aws-sigv4 (1.5.1)
24+
aws-sigv4 (1.5.2)
2525
aws-eventstream (~> 1, >= 1.0.2)
2626
babosa (1.0.4)
2727
claide (1.1.0)
@@ -36,7 +36,7 @@ GEM
3636
unf (>= 0.0.5, < 1.0.0)
3737
dotenv (2.8.1)
3838
emoji_regex (3.2.3)
39-
excon (0.92.4)
39+
excon (0.93.1)
4040
faraday (1.10.2)
4141
faraday-em_http (~> 1.0)
4242
faraday-em_synchrony (~> 1.0)
@@ -66,7 +66,7 @@ GEM
6666
faraday_middleware (1.2.0)
6767
faraday (~> 1.0)
6868
fastimage (2.2.6)
69-
fastlane (2.210.0)
69+
fastlane (2.210.1)
7070
CFPropertyList (>= 2.3, < 4.0.0)
7171
addressable (>= 2.8, < 3.0.0)
7272
artifactory (~> 3.0)
@@ -105,12 +105,12 @@ GEM
105105
xcodeproj (>= 1.13.0, < 2.0.0)
106106
xcpretty (~> 0.3.0)
107107
xcpretty-travis-formatter (>= 0.0.3)
108-
fastlane-plugin-firebase_app_distribution (0.3.6)
108+
fastlane-plugin-firebase_app_distribution (0.3.7)
109109
fastlane-plugin-versioning_android (0.1.0)
110110
gh_inspector (1.1.3)
111-
google-apis-androidpublisher_v3 (0.26.0)
112-
google-apis-core (>= 0.7, < 2.a)
113-
google-apis-core (0.7.2)
111+
google-apis-androidpublisher_v3 (0.29.0)
112+
google-apis-core (>= 0.9.0, < 2.a)
113+
google-apis-core (0.9.1)
114114
addressable (~> 2.5, >= 2.5.1)
115115
googleauth (>= 0.16.2, < 2.a)
116116
httpclient (>= 2.8.1, < 3.a)
@@ -119,27 +119,27 @@ GEM
119119
retriable (>= 2.0, < 4.a)
120120
rexml
121121
webrick
122-
google-apis-iamcredentials_v1 (0.13.0)
123-
google-apis-core (>= 0.7, < 2.a)
124-
google-apis-playcustomapp_v1 (0.10.0)
125-
google-apis-core (>= 0.7, < 2.a)
126-
google-apis-storage_v1 (0.17.0)
127-
google-apis-core (>= 0.7, < 2.a)
122+
google-apis-iamcredentials_v1 (0.15.0)
123+
google-apis-core (>= 0.9.0, < 2.a)
124+
google-apis-playcustomapp_v1 (0.12.0)
125+
google-apis-core (>= 0.9.1, < 2.a)
126+
google-apis-storage_v1 (0.19.0)
127+
google-apis-core (>= 0.9.0, < 2.a)
128128
google-cloud-core (1.6.0)
129129
google-cloud-env (~> 1.0)
130130
google-cloud-errors (~> 1.0)
131131
google-cloud-env (1.6.0)
132132
faraday (>= 0.17.3, < 3.0)
133133
google-cloud-errors (1.3.0)
134-
google-cloud-storage (1.40.0)
134+
google-cloud-storage (1.43.0)
135135
addressable (~> 2.8)
136136
digest-crc (~> 0.4)
137137
google-apis-iamcredentials_v1 (~> 0.1)
138-
google-apis-storage_v1 (~> 0.17.0)
138+
google-apis-storage_v1 (~> 0.19.0)
139139
google-cloud-core (~> 1.6)
140140
googleauth (>= 0.16.2, < 2.a)
141141
mini_mime (~> 1.0)
142-
googleauth (1.2.0)
142+
googleauth (1.3.0)
143143
faraday (>= 0.17.3, < 3.a)
144144
jwt (>= 1.4, < 3.0)
145145
memoist (~> 0.16)

0 commit comments

Comments
 (0)