Commit ef5d5b1
authored
chore: update dependencies to latest non-beta versions (#81)
* chore: update dependencies to latest non-beta versions
- ben-manes versions plugin 0.53.0 -> 0.61.0
- guava 33.5.0-jre -> 33.6.0-jre
- mariadb-java-client 3.5.7 -> 3.5.10
- springdoc-openapi-starter-webmvc-ui 3.0.1 -> 3.1.0
- thymeleaf-layout-dialect 3.4.0 -> 4.0.1
thymeleaf-layout-dialect 4.0.x is a Groovy 5 build aligned with Spring Boot 4,
so the GROOVY-11745 workaround (Groovy exclude + explicit groovy:5.0.3 pin) is
removed. Templates use only decorate/fragment/title-pattern processors, none of
which changed in 4.0.
Skipped: groovy 6.0.0-beta-1 and wiremock-standalone 4.0.0-beta.38 (beta).
Deferred: Spring Boot 4.1.0 (bundles Thymeleaf 3.1.5, which breaks the app-wide
${@environment.getProperty(...)} template pattern under restricted expression
evaluation) — tracked separately.
Build and full test suite (301 tests) pass.
* chore: upgrade Gradle wrapper 9.4.1 -> 9.7.0
Full build and test suite (301 tests) pass on 9.7.0.1 parent e4a12e2 commit ef5d5b1
5 files changed
Lines changed: 26 additions & 46 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
70 | 63 | | |
71 | 64 | | |
72 | | - | |
| 65 | + | |
73 | 66 | | |
74 | 67 | | |
75 | 68 | | |
76 | | - | |
| 69 | + | |
77 | 70 | | |
78 | 71 | | |
79 | 72 | | |
| |||
83 | 76 | | |
84 | 77 | | |
85 | 78 | | |
86 | | - | |
| 79 | + | |
87 | 80 | | |
88 | 81 | | |
89 | 82 | | |
| |||
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments