Skip to content

Commit

Permalink
Oppdaterer avhengigheter
Browse files Browse the repository at this point in the history
  • Loading branch information
stigebil committed Jan 31, 2024
1 parent b525bfa commit bcb2c73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
https://github.com/navikt/common-java-modules/releases
-->
<common-java-modules.version>3.2023.07.07_09.10-85326e9557f0</common-java-modules.version>
<jaxb-core.version>4.0.3</jaxb-core.version>
<jaxb.version>4.0.4</jaxb.version>
<cxf.version>4.0.2</cxf.version>

<mockk.version>1.13.5</mockk.version>
Expand Down Expand Up @@ -106,17 +106,17 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb-core.version}</version>
<version>${jaxb.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb-core.version}</version>
<version>${jaxb.version}</version>
</dependency>


Expand Down

0 comments on commit bcb2c73

Please sign in to comment.