Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into fjern_loginservicerael
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbb committed Sep 1, 2023
2 parents 7412bb6 + b1c1929 commit e81619c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
packages: 'write'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<properties>
<java.version>17</java.version>
<kotlin.version>1.8.20</kotlin.version>
<token-support.version>3.1.0</token-support.version>
<token-support.version>3.1.1</token-support.version>

<!-- token-validation-spring-test krever denne versjonen -->
<okhttp3.version>4.9.1</okhttp3.version>
Expand Down

0 comments on commit e81619c

Please sign in to comment.