Skip to content

Commit 415ada7

Browse files
committed
Merge remote-tracking branch 'origin/master' into querydsl-7.0
2 parents 7704fee + 5862a23 commit 415ada7

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

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.11.4</junit.version>
107+
<junit.version>5.12.0</junit.version>
108108
<ecj.version>3.40.0</ecj.version>
109109
<jdo.version>3.2.1</jdo.version>
110110
<springboot.version>3.4.3</springboot.version>
@@ -139,15 +139,15 @@
139139
<guava.version>33.4.0-jre</guava.version>
140140
<codegen.version>0.6.8</codegen.version>
141141
<byte-buddy.version>1.17.1</byte-buddy.version>
142-
<slf4j.version>2.0.16</slf4j.version>
142+
<slf4j.version>2.0.17</slf4j.version>
143143
<surefire.version>3.5.2</surefire.version>
144144
<animal-sniffer.version>1.24</animal-sniffer.version>
145145
<h2gis.version>2.2.3</h2gis.version>
146146
<morphia.version>1.3.2</morphia.version>
147147
<jmh.version>1.37</jmh.version>
148148
<kotlin.version>2.1.10</kotlin.version>
149-
<ksp.version>2.1.10-1.0.30</ksp.version>
150-
<kotlinpoet.version>2.0.0</kotlinpoet.version>
149+
<ksp.version>2.1.10-1.0.31</ksp.version>
150+
<kotlinpoet.version>2.1.0</kotlinpoet.version>
151151
<dokka.version>2.0.0</dokka.version>
152152
<scala.version>2.11.12</scala.version>
153153
<asm.version>9.7.1</asm.version>
@@ -353,12 +353,12 @@
353353
<plugin>
354354
<groupId>org.apache.maven.plugins</groupId>
355355
<artifactId>maven-compiler-plugin</artifactId>
356-
<version>3.13.0</version>
356+
<version>3.14.0</version>
357357
</plugin>
358358
<plugin>
359359
<groupId>org.apache.maven.plugins</groupId>
360360
<artifactId>maven-deploy-plugin</artifactId>
361-
<version>3.1.3</version>
361+
<version>3.1.4</version>
362362
</plugin>
363363
<plugin>
364364
<groupId>org.apache.maven.plugins</groupId>
@@ -1011,7 +1011,7 @@
10111011
<plugin>
10121012
<groupId>org.openrewrite.maven</groupId>
10131013
<artifactId>rewrite-maven-plugin</artifactId>
1014-
<version>6.2.0</version>
1014+
<version>6.2.2</version>
10151015

10161016
<dependencies>
10171017
<dependency>

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.18.4</quarkus.version>
15+
<quarkus.version>3.19.1</quarkus.version>
1616
</properties>
1717

1818
<dependencyManagement>

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

Lines changed: 1 addition & 1 deletion
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.2</version>
31+
<version>2.18.3</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>org.jetbrains.kotlin</groupId>

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

Lines changed: 1 addition & 1 deletion
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.2</version>
20+
<version>2.18.3</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</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.16</version>
53+
<version>1.13.17</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

0 commit comments

Comments
 (0)