Skip to content

Commit

Permalink
chore(dependencies): Autobump fiatVersion (#2021)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
4 people authored Apr 2, 2022
1 parent 1662b10 commit 6fa39bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlinVersion=1.4.32
fiatVersion=1.27.0
fiatVersion=1.28.3
korkVersion=7.105.0
kapt.use.worker.api=true
liquibaseTaskPrefix=liquibase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ internal class AuthPropagationTests
init {
mockAccount.cloudProvider = "aws"
mockAccount.name = "test"
mockAccount.permissions = Permissions.factory(mapOf(Authorization.READ to listOf("role")))
mockAccount.permissions = Permissions.factory(mapOf(Authorization.READ to setOf("role")))
mockPermission.accounts = setOf(mockAccount)
}

Expand Down

0 comments on commit 6fa39bb

Please sign in to comment.