Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744
  • Loading branch information
snyk-bot committed Oct 3, 2023
1 parent 2fd8aca commit f6e7625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<kotlin.version>1.9.10</kotlin.version>
<springdoc.version>2.2.0</springdoc.version>
<mockk.version>1.13.8</mockk.version>
<token-validation-spring.version>3.1.5</token-validation-spring.version>
<token-validation-spring.version>3.1.6</token-validation-spring.version>
<okhttp3.version>4.9.1</okhttp3.version> <!-- overskriver spring sin versjon, blir brukt av mock-oauth2-server -->

<fasterxml.version>2.15.2</fasterxml.version>
Expand Down

0 comments on commit f6e7625

Please sign in to comment.