Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group across 1 directory with 13 updates #538

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 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.3.1</version>
<version>3.3.2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>no.nav.familie.ef</groupId>
Expand All @@ -29,20 +29,20 @@
<changelist>-SNAPSHOT</changelist>
<java.version>21</java.version>
<kotlin.version>2.0.0</kotlin.version>
<kafka-avro-serializer.version>7.6.1</kafka-avro-serializer.version>
<kafka-avro-serializer.version>7.7.0</kafka-avro-serializer.version>
<avro.version>1.11.3</avro.version>
<graphql-kotlin-spring-client.version>7.1.1</graphql-kotlin-spring-client.version>
<graphql-kotlin-maven-plugin.version>7.1.1</graphql-kotlin-maven-plugin.version>
<graphql-kotlin-spring-client.version>7.1.4</graphql-kotlin-spring-client.version>
<graphql-kotlin-maven-plugin.version>7.1.4</graphql-kotlin-maven-plugin.version>
<graphql-kotlin.version>3.5.0</graphql-kotlin.version>
<exec-maven-plugin.version>3.3.0</exec-maven-plugin.version>
<kontrakter.version>3.0_20240607101709_d35e18c</kontrakter.version>
<kontrakter.version>3.0_20240801145104_f611578</kontrakter.version>
<eksterne-kontrakter.version>2.0_20240131125409_e3d0f6d</eksterne-kontrakter.version>
<felles.version>3.20240624143824_64bf8f2</felles.version>
<felles.version>3.20240715145751_fc025c1</felles.version>
<nav.security.version>5.0.1</nav.security.version> <!-- Denne burde være samme versjon som i felles -->
<okhttp3.version>4.9.1</okhttp3.version> <!-- overskrever spring sin versjon, blir brukt av mock-oauth2-server -->
<wiremock.version>2.35.2</wiremock.version>
<mockk-jvm.version>1.13.11</mockk-jvm.version>
<postgres.version>1.19.8</postgres.version>
<mockk-jvm.version>1.13.12</mockk-jvm.version>
<postgres.version>1.20.1</postgres.version>
<start-class>no.nav.familie.ef.personhendelse.Application</start-class>
</properties>
<dependencies>
Expand Down Expand Up @@ -159,7 +159,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.15.2</version>
<version>10.17.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -383,7 +383,7 @@
<!-- For å få dependency graph i SLSA som pushes av docker-build-push parameter byosbom -->
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down