Closed dependabot[bot] closed 7 months ago
Here's the changes for spring3 support
Here's the changes for spring3 support
I had to manually set the jakarta.validation-api
dependency to version to 3.0.2 to get it to compile. Otherwise, NotNull
wasn't available.
There are also a handful of leftover EqualsAndHashCode
imports in places where the use of the annotation was removed.
spring3.patch Here's the changes for spring3 support
I had to manually set the
jakarta.validation-api
dependency to version to 3.0.2 to get it to compile. Otherwise,NotNull
wasn't available.There are also a handful of leftover
EqualsAndHashCode
imports in places where the use of the annotation was removed.
The lombok config was supposed to fix that but maybe it didn't work
Superseded by #156.
Bumps org.springframework.boot:spring-boot-starter-parent from 2.7.16 to 3.2.1.
Release notes
Sourced from org.springframework.boot:spring-boot-starter-parent's releases.
... (truncated)
Commits
8bb60ee
Release v3.2.17d1982f
Merge branch '3.1.x'53528d3
Next development version (v3.1.8-SNAPSHOT)3222458
Merge branch '3.1.x'66e9c77
Upgrade Ubuntu version in CI imagesf31ffbf
Don't duplicate META-INF entries in nested directory jarsb218528
Merge branch '3.1.x'20529ea
Drop Netty restrictionbf7d1e4
Merge branch '3.1.x'e754c91
Upgrade to Spring WS 4.0.9You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show