Skip to content

Commit

Permalink
Oppgrader avhengigheter (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur93 authored Apr 5, 2024
1 parent 3d62060 commit c1e46d0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version>
<version>3.2.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>no.nav</groupId>
Expand All @@ -15,20 +15,20 @@
<name>bidrag-dokument-forsendelse</name>
<properties>
<java.version>21</java.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.version>1.9.23</kotlin.version>
<bidrag-felles.version>2024.0111.144947</bidrag-felles.version>
<logback-encoder.version>7.4</logback-encoder.version>
<token-support.version>3.2.0</token-support.version>
<springdoc-openapi-ui.version>2.3.0</springdoc-openapi-ui.version>
<springframework-cloud.version>4.1.0</springframework-cloud.version>
<kotest.version>5.8.0</kotest.version>
<mockk.version>4.0.2</mockk.version>
<flyway.version>10.4.0</flyway.version>
<flyway.version>10.11.0</flyway.version>
<kotlin-logging-jvm.version>3.0.5</kotlin-logging-jvm.version>
<testcontainers.version>1.19.3</testcontainers.version>
<shedlock.version>5.10.2</shedlock.version>
<testcontainers.version>1.19.4</testcontainers.version>
<shedlock.version>5.12.0</shedlock.version>
<google-cloud-storage.version>2.32.0</google-cloud-storage.version>
<google-cloud-libraries-bom.version>26.30.0</google-cloud-libraries-bom.version>
<google-cloud-libraries-bom.version>26.36.0</google-cloud-libraries-bom.version>
<google-tink-gcpkms.version>1.9.0</google-tink-gcpkms.version>
<google-tink.version>1.12.0</google-tink.version>
<grpc.version>1.57.2</grpc.version>
Expand Down Expand Up @@ -207,7 +207,7 @@
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-62</artifactId>
<version>3.6.1</version>
<version>3.7.3</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down Expand Up @@ -314,12 +314,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.4.14</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.14</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>net.logstash.logback</groupId>
Expand Down

0 comments on commit c1e46d0

Please sign in to comment.