Skip to content

Commit 730c361

Browse files
authored
Merge pull request #10 from forketyfork/dependabot/maven/all-dependencies-20d6a10f3e
Bump the all-dependencies group with 5 updates
2 parents fefd5e9 + c3d3b1d commit 730c361

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.hibernate</groupId>
2020
<artifactId>hibernate-core</artifactId>
21-
<version>5.4.24.Final</version>
21+
<version>5.6.15.Final</version>
2222
</dependency>
2323

2424
<dependency>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>org.junit.jupiter</groupId>
3232
<artifactId>junit-jupiter-api</artifactId>
33-
<version>5.6.2</version>
33+
<version>5.13.4</version>
3434
<scope>test</scope>
3535
</dependency>
3636

@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>org.apache.maven.plugins</groupId>
4444
<artifactId>maven-compiler-plugin</artifactId>
45-
<version>3.8.1</version>
45+
<version>3.14.0</version>
4646
<configuration>
4747
<release>14</release>
4848
<forceJavacCompilerUse>true</forceJavacCompilerUse>
@@ -52,13 +52,13 @@
5252

5353
<plugin>
5454
<artifactId>maven-surefire-plugin</artifactId>
55-
<version>3.0.0-M5</version>
55+
<version>3.5.3</version>
5656
</plugin>
5757

5858
<plugin>
5959
<groupId>org.hibernate.orm.tooling</groupId>
6060
<artifactId>hibernate-enhance-maven-plugin</artifactId>
61-
<version>5.4.18.Final</version>
61+
<version>6.6.22.Final</version>
6262
<executions>
6363
<execution>
6464
<configuration>

0 commit comments

Comments
 (0)