Skip to content

Commit 66c5422

Browse files
committed
Merge remote-tracking branch 'origin/master' into querydsl-7.0
2 parents 1016770 + 7255092 commit 66c5422

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<extension>
2020
<groupId>com.marvinformatics.jacoco</groupId>
2121
<artifactId>easy-jacoco-maven-plugin</artifactId>
22-
<version>0.1.3</version>
22+
<version>0.1.4</version>
2323
</extension>
2424
</extensions>

pom.xml

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

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

107-
<junit.version>5.12.2</junit.version>
107+
<junit.version>5.13.1</junit.version>
108108
<ecj.version>3.40.0</ecj.version>
109109
<jdo.version>3.2.1</jdo.version>
110-
<springboot.version>3.4.5</springboot.version>
111-
<spring.version>6.2.6</spring.version>
110+
<springboot.version>3.5.0</springboot.version>
111+
<spring.version>6.2.7</spring.version>
112112

113113
<!-- SQL deps -->
114114
<db2.version>12.1.0.0</db2.version>
115115
<derby.version>10.17.1.0</derby.version>
116116
<hsqldb.version>2.7.4</hsqldb.version>
117117
<h2.version>2.3.232</h2.version>
118-
<postgresql.version>42.7.5</postgresql.version>
118+
<postgresql.version>42.7.6</postgresql.version>
119119
<oracle.version>23.8.0.25.04</oracle.version>
120120
<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>
123-
<sqlite.version>3.49.1.0</sqlite.version>
123+
<sqlite.version>3.50.1.0</sqlite.version>
124124
<teradata.version>13.10.00.35</teradata.version>
125-
<firebird.version>5.0.7.java11</firebird.version>
126-
<mongodb.version>5.5.0</mongodb.version>
125+
<firebird.version>5.0.8.java11</firebird.version>
126+
<mongodb.version>5.5.1</mongodb.version>
127127

128128
<r2dbc.version>1.0.0.RELEASE</r2dbc.version>
129129

@@ -135,7 +135,7 @@
135135
<jakarta.annotation.version>3.0.0</jakarta.annotation.version>
136136

137137
<assertj.version>3.27.3</assertj.version>
138-
<mvn.version>3.9.9</mvn.version>
138+
<mvn.version>3.9.10</mvn.version>
139139
<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>
@@ -145,9 +145,9 @@
145145
<h2gis.version>2.2.3</h2gis.version>
146146
<morphia.version>2.5.0</morphia.version>
147147
<jmh.version>1.37</jmh.version>
148-
<kotlin.version>2.1.20</kotlin.version>
149-
<ksp.version>2.1.20-2.0.1</ksp.version>
150-
<kotlinpoet.version>2.1.0</kotlinpoet.version>
148+
<kotlin.version>2.1.21</kotlin.version>
149+
<ksp.version>2.1.21-2.0.1</ksp.version>
150+
<kotlinpoet.version>2.2.0</kotlinpoet.version>
151151
<dokka.version>2.0.0</dokka.version>
152152
<scala.version>2.11.12</scala.version>
153153
<asm.version>9.8</asm.version>
@@ -172,7 +172,7 @@
172172
<dependency>
173173
<groupId>io.smallrye</groupId>
174174
<artifactId>jandex</artifactId>
175-
<version>3.3.0</version>
175+
<version>3.3.1</version>
176176
</dependency>
177177
<dependency>
178178
<groupId>org.jetbrains</groupId>
@@ -285,7 +285,7 @@
285285
<dependency>
286286
<groupId>io.projectreactor</groupId>
287287
<artifactId>reactor-bom</artifactId>
288-
<version>2024.0.5</version>
288+
<version>2024.0.6</version>
289289
<type>pom</type>
290290
<scope>import</scope>
291291
</dependency>
@@ -312,7 +312,7 @@
312312
<dependency>
313313
<groupId>org.easymock</groupId>
314314
<artifactId>easymock</artifactId>
315-
<version>5.5.0</version>
315+
<version>5.6.0</version>
316316
<scope>test</scope>
317317
</dependency>
318318
<dependency>
@@ -553,7 +553,7 @@
553553
<plugin>
554554
<groupId>com.marvinformatics.jacoco</groupId>
555555
<artifactId>easy-jacoco-maven-plugin</artifactId>
556-
<version>0.1.3</version>
556+
<version>0.1.4</version>
557557
<configuration>
558558
<projectRules>
559559
<rule>
@@ -591,7 +591,7 @@
591591
<plugin>
592592
<groupId>io.sundr</groupId>
593593
<artifactId>sundr-maven-plugin</artifactId>
594-
<version>0.200.3</version>
594+
<version>0.200.4</version>
595595
<inherited>false</inherited>
596596
<configuration>
597597
<boms>
@@ -949,7 +949,7 @@
949949
<plugin>
950950
<groupId>org.codehaus.mojo</groupId>
951951
<artifactId>build-helper-maven-plugin</artifactId>
952-
<version>3.6.0</version>
952+
<version>3.6.1</version>
953953
<executions>
954954
<execution>
955955
<goals>
@@ -1037,18 +1037,18 @@
10371037
<plugin>
10381038
<groupId>org.openrewrite.maven</groupId>
10391039
<artifactId>rewrite-maven-plugin</artifactId>
1040-
<version>6.8.0</version>
1040+
<version>6.11.0</version>
10411041

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

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

1818
<dependencyManagement>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@
9090
<dependency>
9191
<groupId>net.postgis</groupId>
9292
<artifactId>postgis-jdbc</artifactId>
93-
<version>2024.1.0</version>
93+
<version>2025.1.0</version>
9494
<optional>true</optional>
9595
</dependency>
9696
<dependency>
9797
<groupId>net.postgis</groupId>
9898
<artifactId>postgis-jdbc-jts</artifactId>
99-
<version>2024.1.0</version>
99+
<version>2025.1.0</version>
100100
<optional>true</optional>
101101
</dependency>
102102
<dependency>

querydsl-libraries/querydsl-sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>net.postgis</groupId>
8989
<artifactId>postgis-jdbc</artifactId>
90-
<version>2024.1.0</version>
90+
<version>2025.1.0</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>

0 commit comments

Comments
 (0)