Bump the maven group with 3 updates
Bumps the maven group with 3 updates: org.springframework:spring-context, com.h2database:h2 and org.xerial:sqlite-jdbc.
Updates org.springframework:spring-context from 5.3.39 to 6.1.14
Release notes
Sourced from org.springframework:spring-context's releases.
v6.1.14
:star: New Features
- Use Locale.ROOT for locale neutral, case insensitive comparisons #33708
- Improve checks for relative paths in static resource handling #33689
- CorsUtils.isCorsRequest throws unhandled IllegalArgumentException and returns 500 Internal Server Error on malfomed Origin header #33682
- Skip processing of Java annotations in
QualifierAnnotationAutowireCandidateResolver#33580- Include argument name in
MethodArgumentTypeMismatchExceptionerror message #33573- Preserve coroutine context in WebClientExtensions #33548
- Blocking call detected in ConcurrentReferenceHashMap by BlockHound #33450
- Warning message about bean post-processing and eager injection may suggest the wrong cause #33184
:lady_beetle: Bug Fixes
- DelegatingFilterProxy Causes Pinned Virtual Threads #33656
- Potential NPE from
MethodParameter.getMethod()check inKotlinDelegate.hasDefaultValue()#33609- Missing native image hints for JDK proxies created by JMS connection factories #33590
AotTestExecutionListenershould not be invoked for a@DisabledInAotModetest class #33589- Use encoded resource path instead of input path validation in spring-webflux #33568
org.springframework.util.ResourceUtils#toRelativeURLdrops customURLStreamHandler#33561- Current observation not in scope during WebClient ExchangeFilterFunction execution #33559
ZoneIdEditorthrows wrong exception type forTypeConverterSupport#33545- MimeMessageHelper addInline with ByteArrayResource fail with null filename #33527
@CacheablethrowsNullPointerExceptionwhenRuntimeExceptionis thrown inside annotated code #33492- Path variable values missing in RedirectView when PathPattern are used #33422
- Reactive
HttpComponentsClientHttpResponseignoresExpirescookie attribute #33157:notebook_with_decorative_cover: Documentation
- Update fallback.adoc #33721
- Update scheduling.adoc #33703
- Fix link in testing/support-jdbc.adoc #33686
- Adapt Javadoc note about log level of BeanPostProcessorChecker #33617
- Reference the spring-framework-petclinic repository wich uses AspectJ #33539
:hammer: Dependency Upgrades
- Upgrade to Apache HttpClient 5.4 #33587
- Upgrade to Apache HttpCore Reactive 5.3 #33588
- Upgrade to Awaitility 4.2.2 #33604
- Upgrade to Micrometer 1.12.11 #33647
- Upgrade to Reactor 2023.0.11 #33637
:heart: Contributors
Thank you to all the contributors who worked on this release:
@arey,@asibross,@boulce,@drdpov,@hosamaly,@ilya40umov,@izeye, and@junhyeongkim2v6.1.13
... (truncated)
Commits
ac5c8adRelease v6.1.14fde7116Consistently skip processing of plain Java annotations0a64591Add checkstyle rule for toLowerCase/toUpperCase5302e7aUpdate fallback.adoccad02c1Update Antora Spring UI to v0.4.17c765d03Use Locale.ROOT consistently for toLower/toUpperCase11d4272Use Locale.ROOT consistently for toLower/toUpperCase23656aeUse Locale.ROOT consistently for toLower/toUpperCasefeb6a5fPolishinga228eb8Upgrade to Reactor 2023.0.11- Additional commits viewable in compare view
Updates com.h2database:h2 from 1.4.200 to 2.2.220
Release notes
Sourced from com.h2database:h2's releases.
Version 2.2.220
Changes since 2.1.214 release:
... (truncated)
Commits
66185fbchangelog adjustmentf3c8222version and release date087522bjavadoc1ae052aspell-check4ac5343Merge pull request #3834 from katzyn/version72f6e98Update TestMVStore81bac50Update changelogf047d77Add 2.0.* and 2.1.* versions to Upgrade utility1341feaIncrease database format version581ed18Merge pull request #3833 from katzyn/password- Additional commits viewable in compare view
Updates org.xerial:sqlite-jdbc from 3.34.0 to 3.41.2.2
Release notes
Sourced from org.xerial:sqlite-jdbc's releases.
Release 3.41.2.2
Changelog
🚀 Features
jdbc
- add support for LocalDate, LocalTime, LocalDateTime in ResultSet#getObject (1d2ff63)
- implement PreparedStatement getParameterType and getParameterTypeName (bdb3d8a)
native-image
- resource optimization and configuration to export native lib (6f42683)
🐛 Fixes
- use random UUID for external resources (edb4b8a)
🛠 Build
deps
- bump native-maven-plugin from 0.9.21 to 0.9.22 (48e8ebe)
- bump graal-sdk from 22.3.0 to 22.3.2 (128d9b2)
- bump surefire.version from 3.0.0 to 3.1.0 (658e907)
- bump maven-gpg-plugin from 3.0.1 to 3.1.0 (f149f9f)
- bump jreleaser-maven-plugin from 1.5.1 to 1.6.0 (d028636)
- bump native-maven-plugin from 0.9.20 to 0.9.21 (08b5e35)
- bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (3b3af82)
- bump maven-compiler-plugin from 3.10.1 to 3.11.0 (52b7701)
- bump versions-maven-plugin from 2.13.0 to 2.15.0 (a0e0191)
- bump maven-help-plugin from 3.3.0 to 3.4.0 (739a27c)
deps-dev
- bump junit-jupiter from 5.9.2 to 5.9.3 (e64e348)
- bump mockito-core from 5.3.0 to 5.3.1 (6e94e6b)
- bump logback-classic from 1.4.6 to 1.4.7 (5a4f485)
- bump mockito-core from 5.2.0 to 5.3.0 (d0adb0f)
- bump junit-pioneer from 2.0.0 to 2.0.1 (2b00983)
- bump junit-jupiter from 5.9.1 to 5.9.2 (c917e81)
- bump logback-classic from 1.4.5 to 1.4.6 (eab4939)
unscoped
- replace jdk 19 with 20 (0c5a645)
- replace asciidoc variables during release (0053e60)
- run spotless:check during maven verify phase (043efd7)
📝 Documentation
- use markdown for SECURITY.md because Github doesn't support Asciidoc (00e9c3f)
- convert markdown to asciidoc (fb0f263)
Contributors
We'd like to thank the following people for their contributions:
... (truncated)
Commits
080c808chore(release): 3.41.2.2 [skip ci]edb4b8afix: use random UUID for external resources0c5a645ci: replace jdk 19 with 2048e8ebebuild(deps): bump native-maven-plugin from 0.9.21 to 0.9.2200e9c3fdocs: use markdown for SECURITY.md because Github doesn't support Asciidoc0053e60ci: replace asciidoc variables during releasefb0f263docs: convert markdown to asciidoc128d9b2build(deps): bump graal-sdk from 22.3.0 to 22.3.2658e907build(deps): bump surefire.version from 3.0.0 to 3.1.0f149f9fbuild(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the Security Alerts page.