Skip to content

Commit f42422d

Browse files
committed
chore: Bump deps.
1 parent 34a4cda commit f42422d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -47,24 +47,24 @@
4747
<dependency>
4848
<groupId>org.hibernate.orm</groupId>
4949
<artifactId>hibernate-core</artifactId>
50-
<version>6.6.2.Final</version>
50+
<version>6.6.5.Final</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.hibernate.orm</groupId>
5454
<artifactId>hibernate-community-dialects</artifactId>
55-
<version>6.6.2.Final</version>
55+
<version>6.6.5.Final</version>
5656
</dependency>
5757

5858
<!-- Hikari -->
5959
<dependency>
6060
<groupId>com.zaxxer</groupId>
6161
<artifactId>HikariCP</artifactId>
62-
<version>6.1.0</version>
62+
<version>6.2.1</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.hibernate.orm</groupId>
6666
<artifactId>hibernate-hikaricp</artifactId>
67-
<version>6.6.1.Final</version>
67+
<version>6.6.5.Final</version>
6868
</dependency>
6969

7070
<!-- Jakarta -->
@@ -88,12 +88,12 @@
8888
<dependency>
8989
<groupId>org.mariadb.jdbc</groupId>
9090
<artifactId>mariadb-java-client</artifactId>
91-
<version>3.5.0</version>
91+
<version>3.5.1</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.xerial</groupId>
9595
<artifactId>sqlite-jdbc</artifactId>
96-
<version>3.47.0.0</version>
96+
<version>3.48.0.0</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.h2database</groupId>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>org.flywaydb</groupId>
113113
<artifactId>flyway-core</artifactId>
114-
<version>10.21.0</version>
114+
<version>10.22.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.flywaydb</groupId>
@@ -155,14 +155,14 @@
155155
<dependency>
156156
<groupId>io.sentry</groupId>
157157
<artifactId>sentry</artifactId>
158-
<version>7.16.0</version>
158+
<version>7.21.0</version>
159159
</dependency>
160160

161161
<!-- Test -->
162162
<dependency>
163163
<groupId>ch.qos.logback</groupId>
164164
<artifactId>logback-classic</artifactId>
165-
<version>1.5.12</version>
165+
<version>1.5.16</version>
166166
<scope>test</scope>
167167
</dependency>
168168
</dependencies>
@@ -172,7 +172,7 @@
172172
<plugins>
173173
<plugin>
174174
<artifactId>maven-javadoc-plugin</artifactId>
175-
<version>3.11.1</version>
175+
<version>3.11.2</version>
176176
<inherited>false</inherited>
177177
<executions>
178178
<execution>

0 commit comments

Comments
 (0)