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 prod-deps group across 1 directory with 5 updates #1486

Merged
merged 1 commit into from
Aug 29, 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
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<fp-kontrakter.version>9.1.19</fp-kontrakter.version>

<!-- Eksterne avhengigheter -->
<swagger-codegen-maven-plugin.version>3.0.61</swagger-codegen-maven-plugin.version> <!-- > 3.0.41 har bug med slf4.. -->
<swagger-codegen-maven-plugin.version>3.0.62</swagger-codegen-maven-plugin.version> <!-- > 3.0.41 har bug med slf4.. -->
<graphql-java.version>22.2</graphql-java.version>
<graphql-scalar-java.version>22.0</graphql-scalar-java.version>
<avro.version>1.12.0</avro.version>
Expand All @@ -58,7 +58,7 @@
<jersey.version>3.1.8</jersey.version>
<slf4j.version>2.0.16</slf4j.version>
<logback.version>1.5.7</logback.version>
<swagger.version>2.2.22</swagger.version>
<swagger.version>2.2.23</swagger.version>
<mockito.version>5.12.0</mockito.version>
</properties>

Expand Down Expand Up @@ -505,7 +505,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<configuration>
<!-- Må ha @{argLine} ellers blir properties satt av jacoco-maven-plugin overkrevet -->
<argLine>@{argLine} ${argLine}</argLine>
Expand Down