Skip to content

Commit

Permalink
Oppdaterte dependencies. Fikser nimbus security vulnerability.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anders Flemmen committed Oct 17, 2019
1 parent 5bd3f03 commit 7e66fd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ public Maskinportenklient getMaskinportenklient(MaskinportenProperties propertie
.build());
}
}

10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<url>https://github.com/ks-no/fiks-maskinporten</url>
</scm>
<properties>
<lombok.version>1.18.8</lombok.version>
<virksomhetssertifikat.version>1.0.10</virksomhetssertifikat.version>
<slf4j.version>1.7.26</slf4j.version>
<lombok.version>1.18.10</lombok.version>
<virksomhetssertifikat.version>1.0.11</virksomhetssertifikat.version>
<slf4j.version>1.7.28</slf4j.version>
<expiringmap.version>0.5.9</expiringmap.version>
<lang-tag.version>1.4.4</lang-tag.version>
<nimbus-jose-jwt.version>7.3</nimbus-jose-jwt.version>
<oauth2-oidc-sdk.version>6.5</oauth2-oidc-sdk.version>
<nimbus-jose-jwt.version>8.1</nimbus-jose-jwt.version>
<oauth2-oidc-sdk.version>6.16.2</oauth2-oidc-sdk.version>
<changelist>-SNAPSHOT</changelist>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 7e66fd3

Please sign in to comment.