|
105 | 105 | <git-code-format-maven-plugin.version>5.3</git-code-format-maven-plugin.version> |
106 | 106 |
|
107 | 107 | <junit.version>5.13.4</junit.version> |
108 | | - <ecj.version>3.42.0</ecj.version> |
| 108 | + <ecj.version>3.43.0</ecj.version> |
109 | 109 | <jdo.version>3.2.1</jdo.version> |
110 | | - <springboot.version>3.5.4</springboot.version> |
| 110 | + <springboot.version>3.5.5</springboot.version> |
111 | 111 | <spring.version>6.2.10</spring.version> |
112 | 112 |
|
113 | 113 | <!-- SQL deps --> |
|
118 | 118 | <postgresql.version>42.7.7</postgresql.version> |
119 | 119 | <oracle.version>23.9.0.25.07</oracle.version> |
120 | 120 | <mysql.version>9.4.0</mysql.version> |
121 | | - <mssql.version>13.1.1.jre8-preview</mssql.version> |
| 121 | + <mssql.version>13.2.0.jre8</mssql.version> |
122 | 122 | <cubrid.version>9.3.9.0002</cubrid.version> |
123 | 123 | <sqlite.version>3.50.3.0</sqlite.version> |
124 | 124 | <teradata.version>13.10.00.35</teradata.version> |
125 | | - <firebird.version>5.0.8.java11</firebird.version> |
| 125 | + <firebird.version>5.0.9.java11</firebird.version> |
126 | 126 | <mongodb.version>5.5.1</mongodb.version> |
127 | 127 |
|
128 | 128 | <r2dbc.version>1.0.0.RELEASE</r2dbc.version> |
129 | 129 |
|
130 | 130 | <!-- JPA deps --> |
131 | 131 | <hibernate.version>7.0.9.Final</hibernate.version> |
132 | 132 | <hibernate.validator.version>9.0.1.Final</hibernate.validator.version> |
133 | | - <eclipselink.version>5.0.0-B09</eclipselink.version> |
| 133 | + <eclipselink.version>5.0.0-B10</eclipselink.version> |
134 | 134 | <jpa.version>3.2.0</jpa.version> |
135 | 135 | <jakarta.annotation.version>3.0.0</jakarta.annotation.version> |
136 | 136 |
|
137 | 137 | <assertj.version>3.27.4</assertj.version> |
138 | 138 | <mvn.version>3.9.11</mvn.version> |
139 | 139 | <guava.version>33.4.8-jre</guava.version> |
140 | 140 | <codegen.version>0.6.8</codegen.version> |
141 | | - <byte-buddy.version>1.17.6</byte-buddy.version> |
| 141 | + <byte-buddy.version>1.17.7</byte-buddy.version> |
142 | 142 | <slf4j.version>2.0.17</slf4j.version> |
143 | 143 | <surefire.version>3.5.3</surefire.version> |
144 | 144 | <animal-sniffer.version>1.24</animal-sniffer.version> |
|
178 | 178 | <dependency> |
179 | 179 | <groupId>org.jetbrains</groupId> |
180 | 180 | <artifactId>annotations</artifactId> |
181 | | - <version>26.0.2</version> |
| 181 | + <version>26.0.2-1</version> |
182 | 182 | <scope>provided</scope> |
183 | 183 | </dependency> |
184 | 184 | <dependency> |
|
340 | 340 | <plugin> |
341 | 341 | <groupId>org.apache.maven.plugins</groupId> |
342 | 342 | <artifactId>maven-javadoc-plugin</artifactId> |
343 | | - <version>3.11.2</version> |
| 343 | + <version>3.11.3</version> |
344 | 344 | </plugin> |
345 | 345 | <plugin> |
346 | 346 | <groupId>org.apache.maven.plugins</groupId> |
|
592 | 592 | <plugin> |
593 | 593 | <groupId>io.sundr</groupId> |
594 | 594 | <artifactId>sundr-maven-plugin</artifactId> |
595 | | - <version>0.200.4</version> |
| 595 | + <version>0.220.0</version> |
596 | 596 | <inherited>false</inherited> |
597 | 597 | <configuration> |
598 | 598 | <boms> |
|
762 | 762 | <plugin> |
763 | 763 | <groupId>org.apache.maven.plugins</groupId> |
764 | 764 | <artifactId>maven-wrapper-plugin</artifactId> |
765 | | - <version>3.3.2</version> |
| 765 | + <version>3.3.3</version> |
766 | 766 | <configuration> |
767 | 767 | <mavenVersion>${mvn.version}</mavenVersion> |
768 | 768 | </configuration> |
|
1037 | 1037 | <plugin> |
1038 | 1038 | <groupId>org.openrewrite.maven</groupId> |
1039 | 1039 | <artifactId>rewrite-maven-plugin</artifactId> |
1040 | | - <version>6.16.0</version> |
| 1040 | + <version>6.17.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.15.0</version> |
| 1046 | + <version>3.16.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.15.0</version> |
| 1051 | + <version>3.16.0</version> |
1052 | 1052 | </dependency> |
1053 | 1053 | </dependencies> |
1054 | 1054 |
|
|
0 commit comments