fix(deps): update all non-major dependencies (main)#126
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update all non-major dependencies (main)#126renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
eb0c584 to
be84224
Compare
be84224 to
00e8f10
Compare
48b8798 to
b9a399b
Compare
30904fd to
d7e6d47
Compare
d08a2f4 to
6de932c
Compare
d06fdf0 to
98adf38
Compare
e83abfc to
05c2f23
Compare
05c2f23 to
87fd178
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.9→1.7.1125.0.1+8.0.LTS→25.0.2+10.0.LTS[3.71.8,5.38.0)→[3.71.8,5.40.4)2.20.1→2.21.13.1.0→3.2.13.5.9→3.5.116.0.1→6.0.33.27.6→3.27.75.25.0→5.26.05.25.0→5.26.05.25.0→5.26.05.25.0→5.26.05.25.0→5.26.08.8.4→8.8.78.8.4→8.8.78.8.4→8.8.78.8.4→8.8.78.8.4→8.8.78.8.4→8.8.78.8.4→8.8.78.8.4→8.8.71.5.23→1.5.321.5.23→1.5.253.5.9→3.5.11Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
GitHub Vulnerability Alerts
CVE-2026-1225
ACE vulnerability in configuration file processing by QOS.CH logback-core up to and including version 1.5.24 in Java applications, allows an attacker to instantiate classes already present on the class path by compromising an existing logback configuration file.
The instantiation of a potentially malicious Java class requires that said class is present on the user's class-path. In addition, the attacker must have write access to a configuration file. However, after successful instantiation, the instance is very likely to be discarded with no further ado.
Release Notes
rhysd/actionlint (actionlint)
v1.7.11Compare Source
case()function in${{ }}expressions which was recently added to GitHub Actions. (#612, #614, thanks @heppu)macos-26-largeandwindows-2025-vs2026runner labels. See the GitHub's announce for more details. (#615, thanks @hugovk and @muzimuzhi)ghcommand can verify the integrity of the downloaded binaries as follows. The verification is highly recommended in terms of supply chain security. (#608, thanks @takaram)./because they never match anything. (#521)[Changes][v1.7.11]
v1.7.10Compare Source
&anchorand*anchor) in workflow files. In addition to parsing YAML anchors correctly, actionlint checks unused and undefined anchors. See the document for more details. (#133, thanks @srz-zumix for the initial implementation at #568 and @alexaandru for trying another approach at #557)*-xlmacOS runner labels because they were dropped. (#592, thanks @muzimuzhi)macos-13macos-13-largemacos-13-xlargeworkflow_dispatchevent from 10 to 25 because the limitation was recently relaxed. (#598, thanks @Haegi)artifact-metadatapermission for workflow permissions. (#602, thanks @martincostello)if:conditions as error. See the rule document for more details.{and}characters in format string offormat()function call. For example v1.7.9 didn't parse"{{0} {1} {2}}"correctly.typein workflow call inputs as error.<<as error because GitHub Actions doesn't support the syntax.jobs.<job_id>.snapshot.if.misein the installation document. (#591, thanks @risu729)[Changes][v1.7.10]
diffplug/spotless (com.diffplug.spotless:spotless-maven-plugin)
v3.2.0Added
idea(#2020, #2535)removeWildcardImportsstep. (#2517)Fixed
SortPomdisable expandEmptyElements, to avoid empty body warnings. (#2520)node_modulesdirectory when running in parallel. (#2542)Changed
spring-projects/spring-boot (org.springframework.boot:spring-boot-maven-plugin)
v3.5.11Compare Source
🐞 Bug Fixes
📔 Documentation
@Value' still apply for environment variables #49054🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@dsyer, @linkian209, @nosan, @quaff, @scordio, and @srt
v3.5.10Compare Source
🐞 Bug Fixes
📔 Documentation
🔨 Dependency Upgrades
❤️ Contributors
Thank you to all the contributors who worked on this release:
@GaoSSR, @izeye, and @ngocnhan-tran1996
camunda/connectors (io.camunda.connector:element-template-generator-maven-plugin)
v8.8.7Compare Source
🐛 Bug Fixes
a36f070- ETG: Fix group generation for element templates (PR #6179 by @sbuettner)b4983b0- operation: Fix exception ConnectorException handling (#6201) (PR #6204 by @team-connectors-int-automation[bot])1c1c3c8- remove @FEEL from Bearer token attribute (PR #6206 by @johnBgood)🔧 Chores
3f1cd65- dependencies: Clean up feel engine scala 3 dependency (commit by @sbuettner)v8.8.6Compare Source
🐛 Bug Fixes
338f88a- ci: transform release branch names to base branch for Helm chart lookup (commit by @vringar)f34ba8c- ci: use stable/ prefix in helm-git-refs.json for branch lookup (commit by @vringar)f570d93- ci: add explicit image-source parameter to INTEGRATION_TEST workflow (PR #6021 by @vringar)fff9fa9- include exception details in activity error logs (PR #6097 by @vringar)41d6a95- agentic-ai: Always create user message when handling events (#6105) (PR #6119 by @team-connectors-int-automation[bot])🔧 Chores
42792c5- Use hardened Docker base images from Minimus to reduce CVEs (commit by @cmur2)v8.8.5Compare Source
✨ New Features
dac44f6- agentic-ai: Provide default model call timeout to agentic ai task/subprocess (PR #5966 by @nikonovd)🐛 Bug Fixes
9c87f3a- textract: Make textract connector usable (PR #5490 by @ztefanie)928654c- response-expression: Allow result expression evaluation with null response body (#5862) (PR #5873 by @team-connectors-int-automation[bot])b109d3d- GHA: CI improvements for self-hosted runners (PR #6017 by @vringar)4096182- ci: transform release branch names to base branch for Helm chart lookup (commit by @vringar)99881e9- ci: use stable/ prefix in helm-git-refs.json for branch lookup (commit by @vringar)🔧 Chores
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Europe/Berlin, Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Berlin.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.