Skip to content

Commit 5db48e0

Browse files
authored
Merge branch 'master' into issue-862-round2
2 parents 08c720e + bd7767c commit 5db48e0

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
@@ -125,7 +125,7 @@
125125
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>
126126

127127
<!-- JPA deps -->
128-
<hibernate.version>6.6.6.Final</hibernate.version>
128+
<hibernate.version>6.6.7.Final</hibernate.version>
129129
<hibernate.validator.version>8.0.2.Final</hibernate.validator.version>
130130
<eclipselink.version>4.0.5</eclipselink.version>
131131
<jpa.version>3.1.0</jpa.version>
@@ -169,7 +169,7 @@
169169
<dependency>
170170
<groupId>io.smallrye</groupId>
171171
<artifactId>jandex</artifactId>
172-
<version>3.2.4</version>
172+
<version>3.2.5</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.jetbrains</groupId>
@@ -1009,18 +1009,18 @@
10091009
<plugin>
10101010
<groupId>org.openrewrite.maven</groupId>
10111011
<artifactId>rewrite-maven-plugin</artifactId>
1012-
<version>6.0.5</version>
1012+
<version>6.1.1</version>
10131013

10141014
<dependencies>
10151015
<dependency>
10161016
<groupId>org.openrewrite.recipe</groupId>
10171017
<artifactId>rewrite-testing-frameworks</artifactId>
1018-
<version>3.1.0</version>
1018+
<version>3.2.0</version>
10191019
</dependency>
10201020
<dependency>
10211021
<groupId>org.openrewrite.recipe</groupId>
10221022
<artifactId>rewrite-migrate-java</artifactId>
1023-
<version>3.1.0</version>
1023+
<version>3.2.0</version>
10241024
</dependency>
10251025
</dependencies>
10261026

0 commit comments

Comments
 (0)