File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 2.1.3 (2023-11-16)
5+ ----------------------------------------
6+ - #2063 - Upgrade to Mockk 1.13.7.
7+ - #2062 - Upgrade to Slf4j 2.0.9.
8+ - #2061 - Upgrade to Reactor 2022.0.13.
9+ - #2060 - Upgrade to Lombok 1.18.30.
10+ - #2059 - Upgrade to Logback 1.4.11.
11+ - #2057 - Enable compatibility builds for all 2.x branches.
12+ - #2055 - Upgrade compatibility build profiles to latest Kotlin releases.
13+ - #2054 - Upgrade to Jackson 2.15.3.
14+ - #2041 - UriTemplate.with(…) should not only append variables at the end.
15+
416Changes in version 2.1.2 (2023-07-19)
517----------------------------------------
618- #2025 - Regression in AOT metadata generation.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 124 ;
41+ private static final int MILESTONE_ID = 127 ;
4242 private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed" ;
4343
4444 public static void main (String ... args ) {
You can’t perform that action at this time.
0 commit comments