Skip to content

Commit 27c49e9

Browse files
committed
Merge remote-tracking branch 'origin/master' into querydsl-7.0
2 parents 8bca6ae + fec2132 commit 27c49e9

File tree

5 files changed

+11
-11
lines changed
  • querydsl-examples
    • querydsl-example-jpa-quarkus
    • querydsl-example-kotlin-codegen
  • querydsl-libraries/querydsl-sql-json
  • querydsl-tooling/querydsl-ksp-codegen

5 files changed

+11
-11
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@
107107
<junit.version>5.12.2</junit.version>
108108
<ecj.version>3.40.0</ecj.version>
109109
<jdo.version>3.2.1</jdo.version>
110-
<springboot.version>3.4.4</springboot.version>
111-
<spring.version>6.2.5</spring.version>
110+
<springboot.version>3.4.5</springboot.version>
111+
<spring.version>6.2.6</spring.version>
112112

113113
<!-- SQL deps -->
114114
<db2.version>12.1.0.0</db2.version>
@@ -117,7 +117,7 @@
117117
<h2.version>2.3.232</h2.version>
118118
<postgresql.version>42.7.5</postgresql.version>
119119
<oracle.version>23.7.0.25.01</oracle.version>
120-
<mysql.version>9.2.0</mysql.version>
120+
<mysql.version>9.3.0</mysql.version>
121121
<mssql.version>12.10.0.jre8</mssql.version>
122122
<cubrid.version>9.3.9.0002</cubrid.version>
123123
<sqlite.version>3.49.1.0</sqlite.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-2.0.0</ksp.version>
149+
<ksp.version>2.1.20-2.0.1</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>
@@ -1037,18 +1037,18 @@
10371037
<plugin>
10381038
<groupId>org.openrewrite.maven</groupId>
10391039
<artifactId>rewrite-maven-plugin</artifactId>
1040-
<version>6.6.1</version>
1040+
<version>6.7.0</version>
10411041

10421042
<dependencies>
10431043
<dependency>
10441044
<groupId>org.openrewrite.recipe</groupId>
10451045
<artifactId>rewrite-testing-frameworks</artifactId>
1046-
<version>3.6.1</version>
1046+
<version>3.7.0</version>
10471047
</dependency>
10481048
<dependency>
10491049
<groupId>org.openrewrite.recipe</groupId>
10501050
<artifactId>rewrite-migrate-java</artifactId>
1051-
<version>3.7.0</version>
1051+
<version>3.8.0</version>
10521052
</dependency>
10531053
</dependencies>
10541054

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

+1-1
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.3</quarkus.version>
15+
<quarkus.version>3.22.1</quarkus.version>
1616
</properties>
1717

1818
<dependencyManagement>

querydsl-examples/querydsl-example-kotlin-codegen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.fasterxml.jackson.module</groupId>
3030
<artifactId>jackson-module-kotlin</artifactId>
31-
<version>2.18.3</version>
31+
<version>2.19.0</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.jetbrains.kotlin</groupId>

querydsl-libraries/querydsl-sql-json/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.fasterxml.jackson</groupId>
1919
<artifactId>jackson-bom</artifactId>
20-
<version>2.18.3</version>
20+
<version>2.19.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>

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

+1-1
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.14.0</version>
53+
<version>1.14.2</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

0 commit comments

Comments
 (0)