Skip to content

Commit

Permalink
Standard oppset java21 (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Nov 17, 2023
1 parent b8d06ec commit 67eff4e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
permissions:
contents: read
uses: navikt/fp-gha-workflows/.github/workflows/build-feature.yml@main
with:
java-version: 21
secrets: inherit

release-drafter:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ jobs:
contents: read
security-events: write
uses: navikt/fp-gha-workflows/.github/workflows/codeql.yml@main
with:
java-version: 21
secrets: inherit
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ jobs:
uses: navikt/fp-gha-workflows/.github/workflows/release-feature.yml@main
with:
release-version: ${{ github.event.release.tag_name }}
java-version: 21
secrets: inherit
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<jacoco.version>0.8.11</jacoco.version>
<fpsak.nare.version>2.5.4</fpsak.nare.version>
<fpsak.tidsserie.version>2.6.8</fpsak.tidsserie.version>
<fpsak.nare.version>2.6.1</fpsak.nare.version>
<fpsak.tidsserie.version>2.7.1</fpsak.tidsserie.version>
<assertj.version>3.24.2</assertj.version>

<!-- Sonar felles -->
Expand Down

0 comments on commit 67eff4e

Please sign in to comment.