-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump org.springframework.boot:spring-boot-dependencies from 3.1.5 to 3.2.0 #751
Bump org.springframework.boot:spring-boot-dependencies from 3.1.5 to 3.2.0 #751
Conversation
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.5...v3.2.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Denne kompilerte ikke med ny versjon av spring, men slettet den i stedet for å fikse denne, siden en søk i github viste at ingen av våre prosjekter brukte denne.
@@ -22,7 +22,7 @@ class KafkaErrorHandlerTest { | |||
@MockK(relaxed = true) | |||
lateinit var consumer: Consumer<*, *> | |||
|
|||
private val taskScheduler: TaskScheduler = DefaultManagedTaskScheduler() | |||
private val taskScheduler: TaskScheduler = mockk(relaxed = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ny versjon av spring støtter ikke å opprette TaskScheduler på annen måte enn gjennom Bean, men siden vi ikke bruker denne direkte i testen, så oppgraderte jeg testen til å bruke mock
A newer version of org.springframework.boot:spring-boot-dependencies exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
Bumps org.springframework.boot:spring-boot-dependencies from 3.1.5 to 3.2.0.
Release notes
Sourced from org.springframework.boot:spring-boot-dependencies's releases.
... (truncated)
Commits
f08a69e
Release v3.2.0f3d48e6
Set LATEST_GA to true for Homebrew and SDKMan1514d6f
Upgrade to Spring Framework 6.1.10da9c64
Merge branch '3.1.x'9552335
Next development version (v3.1.7-SNAPSHOT)f54a539
Merge branch '3.1.x'11db8c4
Fix final release flag in CI pipeline8f2d7d4
Merge pull request #38508 from izeyef9f73aa
Polishf613ab8
Auto-configure observations for RestClientsYou 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 <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)