Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/hibernate-core.version-6.…
Browse files Browse the repository at this point in the history
…6.1.Final
  • Loading branch information
jolarsen authored Sep 25, 2024
2 parents c43f1b2 + 3cf84ef commit 094a5fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -206,13 +206,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.1</version>
<version>1.15.2</version>
</dependency>

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

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

<dependency>
Expand Down

0 comments on commit 094a5fb

Please sign in to comment.