|
104 | 104 |
|
105 | 105 | <git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version> |
106 | 106 |
|
107 | | - <junit.version>5.12.2</junit.version> |
| 107 | + <junit.version>5.13.1</junit.version> |
108 | 108 | <ecj.version>3.40.0</ecj.version> |
109 | 109 | <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> |
112 | 112 |
|
113 | 113 | <!-- SQL deps --> |
114 | 114 | <db2.version>12.1.0.0</db2.version> |
115 | 115 | <derby.version>10.17.1.0</derby.version> |
116 | 116 | <hsqldb.version>2.7.4</hsqldb.version> |
117 | 117 | <h2.version>2.3.232</h2.version> |
118 | | - <postgresql.version>42.7.5</postgresql.version> |
| 118 | + <postgresql.version>42.7.6</postgresql.version> |
119 | 119 | <oracle.version>23.8.0.25.04</oracle.version> |
120 | 120 | <mysql.version>9.3.0</mysql.version> |
121 | 121 | <mssql.version>12.10.0.jre8</mssql.version> |
122 | 122 | <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> |
124 | 124 | <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> |
127 | 127 |
|
128 | 128 | <r2dbc.version>1.0.0.RELEASE</r2dbc.version> |
129 | 129 |
|
|
135 | 135 | <jakarta.annotation.version>3.0.0</jakarta.annotation.version> |
136 | 136 |
|
137 | 137 | <assertj.version>3.27.3</assertj.version> |
138 | | - <mvn.version>3.9.9</mvn.version> |
| 138 | + <mvn.version>3.9.10</mvn.version> |
139 | 139 | <guava.version>33.4.8-jre</guava.version> |
140 | 140 | <codegen.version>0.6.8</codegen.version> |
141 | 141 | <byte-buddy.version>1.17.5</byte-buddy.version> |
|
145 | 145 | <h2gis.version>2.2.3</h2gis.version> |
146 | 146 | <morphia.version>2.5.0</morphia.version> |
147 | 147 | <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> |
151 | 151 | <dokka.version>2.0.0</dokka.version> |
152 | 152 | <scala.version>2.11.12</scala.version> |
153 | 153 | <asm.version>9.8</asm.version> |
|
172 | 172 | <dependency> |
173 | 173 | <groupId>io.smallrye</groupId> |
174 | 174 | <artifactId>jandex</artifactId> |
175 | | - <version>3.3.0</version> |
| 175 | + <version>3.3.1</version> |
176 | 176 | </dependency> |
177 | 177 | <dependency> |
178 | 178 | <groupId>org.jetbrains</groupId> |
|
285 | 285 | <dependency> |
286 | 286 | <groupId>io.projectreactor</groupId> |
287 | 287 | <artifactId>reactor-bom</artifactId> |
288 | | - <version>2024.0.5</version> |
| 288 | + <version>2024.0.6</version> |
289 | 289 | <type>pom</type> |
290 | 290 | <scope>import</scope> |
291 | 291 | </dependency> |
|
312 | 312 | <dependency> |
313 | 313 | <groupId>org.easymock</groupId> |
314 | 314 | <artifactId>easymock</artifactId> |
315 | | - <version>5.5.0</version> |
| 315 | + <version>5.6.0</version> |
316 | 316 | <scope>test</scope> |
317 | 317 | </dependency> |
318 | 318 | <dependency> |
|
553 | 553 | <plugin> |
554 | 554 | <groupId>com.marvinformatics.jacoco</groupId> |
555 | 555 | <artifactId>easy-jacoco-maven-plugin</artifactId> |
556 | | - <version>0.1.3</version> |
| 556 | + <version>0.1.4</version> |
557 | 557 | <configuration> |
558 | 558 | <projectRules> |
559 | 559 | <rule> |
|
591 | 591 | <plugin> |
592 | 592 | <groupId>io.sundr</groupId> |
593 | 593 | <artifactId>sundr-maven-plugin</artifactId> |
594 | | - <version>0.200.3</version> |
| 594 | + <version>0.200.4</version> |
595 | 595 | <inherited>false</inherited> |
596 | 596 | <configuration> |
597 | 597 | <boms> |
|
949 | 949 | <plugin> |
950 | 950 | <groupId>org.codehaus.mojo</groupId> |
951 | 951 | <artifactId>build-helper-maven-plugin</artifactId> |
952 | | - <version>3.6.0</version> |
| 952 | + <version>3.6.1</version> |
953 | 953 | <executions> |
954 | 954 | <execution> |
955 | 955 | <goals> |
|
1037 | 1037 | <plugin> |
1038 | 1038 | <groupId>org.openrewrite.maven</groupId> |
1039 | 1039 | <artifactId>rewrite-maven-plugin</artifactId> |
1040 | | - <version>6.8.0</version> |
| 1040 | + <version>6.11.0</version> |
1041 | 1041 |
|
1042 | 1042 | <dependencies> |
1043 | 1043 | <dependency> |
1044 | 1044 | <groupId>org.openrewrite.recipe</groupId> |
1045 | 1045 | <artifactId>rewrite-testing-frameworks</artifactId> |
1046 | | - <version>3.8.0</version> |
| 1046 | + <version>3.10.0</version> |
1047 | 1047 | </dependency> |
1048 | 1048 | <dependency> |
1049 | 1049 | <groupId>org.openrewrite.recipe</groupId> |
1050 | 1050 | <artifactId>rewrite-migrate-java</artifactId> |
1051 | | - <version>3.9.0</version> |
| 1051 | + <version>3.11.0</version> |
1052 | 1052 | </dependency> |
1053 | 1053 | </dependencies> |
1054 | 1054 |
|
|
0 commit comments