Skip to content

Commit ed298a3

Browse files
committed
Merge remote-tracking branch 'origin/master' into querydsl-7.0
2 parents 3eaddcc + 7cff037 commit ed298a3

File tree

4 files changed

+10
-10
lines changed
  • querydsl-examples/querydsl-example-jpa-quarkus
  • querydsl-libraries/querydsl-r2dbc
  • querydsl-tooling/querydsl-ksp-codegen

4 files changed

+10
-10
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105
<git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version>
106106

107-
<junit.version>5.12.1</junit.version>
107+
<junit.version>5.12.2</junit.version>
108108
<ecj.version>3.40.0</ecj.version>
109109
<jdo.version>3.2.1</jdo.version>
110110
<springboot.version>3.4.4</springboot.version>
@@ -136,7 +136,7 @@
136136

137137
<assertj.version>3.27.3</assertj.version>
138138
<mvn.version>3.9.9</mvn.version>
139-
<guava.version>33.4.6-jre</guava.version>
139+
<guava.version>33.4.8-jre</guava.version>
140140
<codegen.version>0.6.8</codegen.version>
141141
<byte-buddy.version>1.17.5</byte-buddy.version>
142142
<slf4j.version>2.0.17</slf4j.version>
@@ -146,7 +146,7 @@
146146
<morphia.version>1.3.2</morphia.version>
147147
<jmh.version>1.37</jmh.version>
148148
<kotlin.version>2.1.20</kotlin.version>
149-
<ksp.version>2.1.20-1.0.32</ksp.version>
149+
<ksp.version>2.1.20-2.0.0</ksp.version>
150150
<kotlinpoet.version>2.1.0</kotlinpoet.version>
151151
<dokka.version>2.0.0</dokka.version>
152152
<scala.version>2.11.12</scala.version>
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>io.smallrye</groupId>
173173
<artifactId>jandex</artifactId>
174-
<version>3.2.7</version>
174+
<version>3.3.0</version>
175175
</dependency>
176176
<dependency>
177177
<groupId>org.jetbrains</groupId>
@@ -1011,18 +1011,18 @@
10111011
<plugin>
10121012
<groupId>org.openrewrite.maven</groupId>
10131013
<artifactId>rewrite-maven-plugin</artifactId>
1014-
<version>6.4.0</version>
1014+
<version>6.6.1</version>
10151015

10161016
<dependencies>
10171017
<dependency>
10181018
<groupId>org.openrewrite.recipe</groupId>
10191019
<artifactId>rewrite-testing-frameworks</artifactId>
1020-
<version>3.5.1</version>
1020+
<version>3.6.1</version>
10211021
</dependency>
10221022
<dependency>
10231023
<groupId>org.openrewrite.recipe</groupId>
10241024
<artifactId>rewrite-migrate-java</artifactId>
1025-
<version>3.5.0</version>
1025+
<version>3.7.0</version>
10261026
</dependency>
10271027
</dependencies>
10281028

querydsl-examples/querydsl-example-jpa-quarkus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<name>Querydsl example - JPA Quarkus</name>
1313

1414
<properties>
15-
<quarkus.version>3.21.1</quarkus.version>
15+
<quarkus.version>3.21.2</quarkus.version>
1616
</properties>
1717

1818
<dependencyManagement>

querydsl-libraries/querydsl-r2dbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>io.asyncer</groupId>
107107
<artifactId>r2dbc-mysql</artifactId>
108-
<version>1.4.0</version>
108+
<version>1.4.1</version>
109109
<scope>test</scope>
110110
</dependency>
111111
<dependency>

querydsl-tooling/querydsl-ksp-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>io.mockk</groupId>
5252
<artifactId>mockk-jvm</artifactId>
53-
<version>1.13.17</version>
53+
<version>1.14.0</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

0 commit comments

Comments
 (0)