|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 | <groupId>io.github.openfeign.querydsl</groupId> |
6 | 6 | <artifactId>querydsl-root</artifactId> |
7 | | - <version>6.9-SNAPSHOT</version> |
| 7 | + <version>6.10-SNAPSHOT</version> |
8 | 8 |
|
9 | 9 | <packaging>pom</packaging> |
10 | 10 | <name>Querydsl</name> |
|
104 | 104 | <junit.version>5.11.3</junit.version> |
105 | 105 | <ecj.version>3.33.0</ecj.version> |
106 | 106 | <jdo.version>3.2.1</jdo.version> |
107 | | - <springboot.version>3.3.5</springboot.version> |
| 107 | + <springboot.version>3.4.0</springboot.version> |
108 | 108 | <spring.version>6.2.0</spring.version> |
109 | 109 |
|
110 | 110 | <!-- SQL deps --> |
111 | | - <db2.version>11.5.9.0</db2.version> |
| 111 | + <db2.version>12.1.0.0</db2.version> |
112 | 112 | <derby.version>10.17.1.0</derby.version> |
113 | 113 | <hsqldb.version>2.7.4</hsqldb.version> |
114 | 114 | <h2.version>2.3.232</h2.version> |
|
125 | 125 | <r2dbc.version>1.0.0.RELEASE</r2dbc.version> |
126 | 126 |
|
127 | 127 | <!-- JPA deps --> |
128 | | - <hibernate.version>6.6.2.Final</hibernate.version> |
| 128 | + <hibernate.version>6.6.3.Final</hibernate.version> |
129 | 129 | <hibernate.validator.version>8.0.1.Final</hibernate.validator.version> |
130 | 130 | <eclipselink.version>4.0.4</eclipselink.version> |
131 | 131 | <jpa.version>3.1.0</jpa.version> |
|
144 | 144 | <morphia.version>1.3.2</morphia.version> |
145 | 145 | <jmh.version>1.37</jmh.version> |
146 | 146 | <kotlin.version>2.0.21</kotlin.version> |
147 | | - <ksp.version>2.0.21-1.0.27</ksp.version> |
| 147 | + <ksp.version>2.0.21-1.0.28</ksp.version> |
148 | 148 | <kotlinpoet.version>2.0.0</kotlinpoet.version> |
149 | 149 | <dokka.version>1.9.20</dokka.version> |
150 | 150 | <scala.version>2.11.12</scala.version> |
|
309 | 309 | <dependency> |
310 | 310 | <groupId>org.easymock</groupId> |
311 | 311 | <artifactId>easymock</artifactId> |
312 | | - <version>5.4.0</version> |
| 312 | + <version>5.5.0</version> |
313 | 313 | <scope>test</scope> |
314 | 314 | </dependency> |
315 | 315 | <dependency> |
|
1009 | 1009 | <plugin> |
1010 | 1010 | <groupId>org.openrewrite.maven</groupId> |
1011 | 1011 | <artifactId>rewrite-maven-plugin</artifactId> |
1012 | | - <version>5.45.0</version> |
| 1012 | + <version>5.45.1</version> |
1013 | 1013 |
|
1014 | 1014 | <dependencies> |
1015 | 1015 | <dependency> |
|
1020 | 1020 | <dependency> |
1021 | 1021 | <groupId>org.openrewrite.recipe</groupId> |
1022 | 1022 | <artifactId>rewrite-migrate-java</artifactId> |
1023 | | - <version>2.29.0</version> |
| 1023 | + <version>2.29.1</version> |
1024 | 1024 | </dependency> |
1025 | 1025 | </dependencies> |
1026 | 1026 |
|
|
0 commit comments