Skip to content

Commit

Permalink
Java17 (#80)
Browse files Browse the repository at this point in the history
* Java 11 -> 17

* Java 11 -> 17 i deploy-feature-branch.yml
  • Loading branch information
holymaloney committed Mar 13, 2023
1 parent be36ed2 commit 95871d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM ghcr.io/navikt/poao-baseimages/java:11
FROM ghcr.io/navikt/poao-baseimages/java:17
COPY /target/veilarblest.jar app.jar
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<version>1</version>

<properties>
<java.version>11</java.version>
<java.version>17</java.version>
<common.version>2.2022.09.26_07.11-9c0037f021cb</common.version>
<springfox.version>2.9.2</springfox.version>
<!-- Override spring boot okhttp3.version-->
Expand Down Expand Up @@ -80,11 +80,6 @@
<artifactId>HikariCP</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>4.0.3</version>
</dependency>
<!-- Overskriv gammel avhengighet fra nimbus -->
<dependency>
<groupId>net.minidev</groupId>
Expand Down

0 comments on commit 95871d5

Please sign in to comment.