Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/com.zaxxer-HikariCP-6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Oct 10, 2024
2 parents dcea4a2 + 2540fbf commit 4be2ba8
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 @@ -57,7 +57,7 @@

<jakarta.jakartaee-bom.version>10.0.0</jakarta.jakartaee-bom.version>
<hibernate-core.version>6.6.1.Final</hibernate-core.version>
<jetty.version>12.0.13</jetty.version>
<jetty.version>12.0.14</jetty.version>
</properties>

<repositories>
Expand Down Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.1</version>
<version>5.11.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -198,21 +198,21 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>5.13.0</version>
<version>5.14.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>

<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.2</version>
<version>1.15.3</version>
</dependency>

<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
<version>2.2.24</version>
<version>2.2.25</version>
</dependency>

<dependency>
Expand All @@ -231,7 +231,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.18.1</version>
<version>10.19.0</version>
</dependency>

<dependency>
Expand All @@ -247,7 +247,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.8</version>
<version>1.5.9</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -310,7 +310,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<!-- Må ha @{argLine} ellers blir properties satt av jacoco-maven-plugin overkrevet -->
<argLine>@{argLine} ${argLine}</argLine>
Expand Down Expand Up @@ -397,7 +397,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<executions>
<execution>
<id>failsafe-integration-test</id>
Expand Down

0 comments on commit 4be2ba8

Please sign in to comment.