Skip to content

Commit

Permalink
Merge branch 'master' into MELOSYS-4500
Browse files Browse the repository at this point in the history
  • Loading branch information
thanglyphan committed Nov 30, 2023
2 parents 90b7a66 + d598825 commit 5fe17ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt-openj9'
distribution: 'temurin'
- name: Build and test
run: mvn verify
- name: Integration Test Report
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.7</version>
<version>2.6.8</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>no.nav</groupId>
Expand Down

0 comments on commit 5fe17ae

Please sign in to comment.