Skip to content

Commit

Permalink
Java 17 -> 21 og bump fpsak-tidsserie (#487)
Browse files Browse the repository at this point in the history
* java 21

* bump fpsak-tidsserie 2.7.1
  • Loading branch information
oyvemb authored Feb 6, 2025
1 parent 2eb11dc commit db91afe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'maven'
- name: Build
run: mvn verify --settings .github/settings.xml -DtrimStackTrace=false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'maven'
- name: Build & Deploy
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-kontrakt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'maven'
- name: Verify
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<revision>9.0.0</revision>
<sha1></sha1>
<changelist>-SNAPSHOT</changelist>
<java.version>17</java.version>
<java.version>21</java.version>
<junit.version>5.11.4</junit.version>

<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>no.nav.fpsak.tidsserie</groupId>
<artifactId>fpsak-tidsserie</artifactId>
<version>2.6.8</version>
<version>2.7.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit db91afe

Please sign in to comment.