File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
test/java/org/springframework/hateoas/support Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Spring HATEOAS Changelog
22========================
33
4+ Changes in version 2.1.0 (2023-05-11)
5+ ----------------------------------------
6+ - #1973 - Upgrade to Reactor 2022.0.7.
7+ - #1970 - Upgrade to Spring 6.0.9.
8+ - #1967 - Upgrade to Kotlin 1.8.21.
9+ - #1965 - Optional support for Validation API still on javax.… namespace.
10+ - #1963 - Upgrade to Jackson 2.15.
11+
412Changes in version 2.1.0-RC1 (2023-04-13)
513----------------------------------------
614- #1959 - Upgrade build plugins.
Original file line number Diff line number Diff line change 3838 */
3939class ChangelogCreator {
4040
41- private static final int MILESTONE_ID = 115 ;
41+ private static final int MILESTONE_ID = 116 ;
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