Skip to content

Commit

Permalink
Java 21, kotlin 1.2.20-RC, jib 3.4.0, jackson 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwh committed Oct 19, 2023
1 parent 78d0d0e commit d1ad761
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: joschi/[email protected]
with:
java-version: 17
java-version: 21

- name: 'Cache local Maven repository'
uses: actions/cache@v2
Expand Down
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
<apollo.version>3.7.0</apollo.version>
<jackson.version>2.14.0</jackson.version>
<kotlin.version>1.7.21</kotlin.version>
<jackson.version>2.14.3</jackson.version>
<kotlin.version>1.9.20-RC</kotlin.version>
<digipost.base.image>digipost.azurecr.io/infrastructure/docker-openjdk@sha256:92e1c6b7b5fb9b5e2459595ef6b1be9ea5a835ca44914c1c558a8c025da78651</digipost.base.image>
</properties>

<dependencies>
Expand Down Expand Up @@ -189,10 +190,10 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<configuration>
<from>
<image>digipost.azurecr.io/infrastructure/docker-openjdk:jdk17_17.0.2</image>
<image>${digipost.base.image}</image>
</from>
<to>
<image>digipost.azurecr.io/digipost/${project.artifactId}:${project.version}</image>
Expand Down

0 comments on commit d1ad761

Please sign in to comment.