File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1010 </parent >
1111
1212 <properties >
13+ <!-- TODO: upgrade to 6.x -->
1314 <http4k .version>5.46.0.0</http4k .version>
1415 <!-- http4k 5.26+ no longer supports Java 1.8 -->
1516 <maven .compiler.source>11</maven .compiler.source>
Original file line number Diff line number Diff line change 1515 <properties >
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <kotlin .code.style>official</kotlin .code.style>
18+ <!-- TODO: upgrade to 3.x -->
1819 <ktor .version>2.3.12</ktor .version>
1920 </properties >
2021
Original file line number Diff line number Diff line change 1010 </parent >
1111
1212 <properties >
13- <micronaut .version>4.7.12 </micronaut .version>
14- <micronaut-test-junit5 .version>4.6.2 </micronaut-test-junit5 .version>
15- <micronaut-rxjava3 .version>3.6 .0</micronaut-rxjava3 .version>
13+ <micronaut .version>4.8.3 </micronaut .version>
14+ <micronaut-test-junit5 .version>4.7.0 </micronaut-test-junit5 .version>
15+ <micronaut-rxjava3 .version>3.7 .0</micronaut-rxjava3 .version>
1616 <junit5-jupiter .version>5.11.4</junit5-jupiter .version>
1717 <!-- Note that upgrading this library breaks other dependency resolution -->
1818 <mockito-all .version>1.10.19</mockito-all .version>
Original file line number Diff line number Diff line change 5252 <!-- We don't change the versions of servlet API interface to keep the backward compatibility with older versions of them -->
5353 <jakarta .servlet-api.version>5.0.0</jakarta .servlet-api.version>
5454 <okhttp .version>4.12.0</okhttp .version>
55- <gson .version>2.11.0 </gson .version>
55+ <gson .version>2.12.1 </gson .version>
5656 <!-- Upgrading to 2.0 for building this SDK modules should be safe enough,
5757 but we'll hold off the upgrade for a few weeks, just in case. -->
5858 <kotlin .version>1.9.24</kotlin .version>
You can’t perform that action at this time.
0 commit comments