Skip to content

Commit

Permalink
Merge pull request #107 from navikt/dependabot/maven/all-minor-patch-…
Browse files Browse the repository at this point in the history
…adbde520c0

Bump the all-minor-patch group with 9 updates
  • Loading branch information
enstulen authored Feb 1, 2024
2 parents 5c641d1 + 0121797 commit dc8647e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<relativePath/>
</parent>

Expand All @@ -17,7 +17,7 @@
<description>Receives benefit applications</description>

<properties>
<spring-boot.version>3.2.1</spring-boot.version>
<spring-boot.version>3.2.2</spring-boot.version>
<java.version>21</java.version>
<kotlin.version>1.9.22</kotlin.version>
<maven.version>3.8.8</maven.version>
Expand All @@ -28,7 +28,7 @@

<!--Spring-->
<springdoc-openapi.version>2.3.0</springdoc-openapi.version>
<spring-web.version>6.1.2</spring-web.version>
<spring-web.version>6.1.3</spring-web.version>

<!--Serialization-->
<jackson.version>2.16.1</jackson.version>
Expand All @@ -43,7 +43,7 @@
<brukernotifikasjon-schemas.version>2.5.2</brukernotifikasjon-schemas.version>
<utkast-schema.version>20230829114432-d23aa9a</utkast-schema.version>
<arkivering-schemas.version>f52ace8dcc</arkivering-schemas.version>
<tms-varsel.version>1.0.1</tms-varsel.version>
<tms-varsel.version>1.0.2</tms-varsel.version>

<!--Logging-->
<prometheus-simpleclient.version>0.16.0</prometheus-simpleclient.version>
Expand All @@ -59,11 +59,11 @@
<swagger-annotations.version>2.2.20</swagger-annotations.version>

<!--Test-->
<mockk.version>1.13.8</mockk.version>
<mockk.version>1.13.9</mockk.version>

<!--Plugins-->
<versions-maven-plugin.version>2.16.2</versions-maven-plugin.version>
<cyclonedx-maven-plugin.version>2.7.10</cyclonedx-maven-plugin.version>
<cyclonedx-maven-plugin.version>2.7.11</cyclonedx-maven-plugin.version>
<maven-enforcer.version>3.4.1</maven-enforcer.version>
<openapi-generator-maven-plugin.version>7.2.0</openapi-generator-maven-plugin.version>
</properties>
Expand Down

0 comments on commit dc8647e

Please sign in to comment.