Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Commit 6fa39bb

Browse files
spinnakerbotrootdbyron-sfmergify[bot]
authored
chore(dependencies): Autobump fiatVersion (#2021)
* chore(dependencies): Autobump fiatVersion * fix(test): keep up with Permissions changes from spinnaker/fiat#854 Co-authored-by: root <root@5172a85ba55e> Co-authored-by: David Byron <dbyron@salesforce.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 1662b10 commit 6fa39bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kotlinVersion=1.4.32
2-
fiatVersion=1.27.0
2+
fiatVersion=1.28.3
33
korkVersion=7.105.0
44
kapt.use.worker.api=true
55
liquibaseTaskPrefix=liquibase

keel-web/src/test/kotlin/com/netflix/spinnaker/keel/integration/AuthPropagationTests.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal class AuthPropagationTests
5454
init {
5555
mockAccount.cloudProvider = "aws"
5656
mockAccount.name = "test"
57-
mockAccount.permissions = Permissions.factory(mapOf(Authorization.READ to listOf("role")))
57+
mockAccount.permissions = Permissions.factory(mapOf(Authorization.READ to setOf("role")))
5858
mockPermission.accounts = setOf(mockAccount)
5959
}
6060

0 commit comments

Comments
 (0)