fix(deps): update all non-major dependencies #11

Open
renovatebot wants to merge 1 commit from renovate/all-minor-patch into main
Member

This PR contains the following updates:

Package Type Update Change
https://github.com/jreleaser/release-action action patch 2.4.2 -> 2.4.3
org.apache.maven.plugins:maven-javadoc-plugin (source) build minor 3.11.2 -> 3.12.0
org.apache.maven.plugins:maven-compiler-plugin (source) build patch 3.14.0 -> 3.14.1
ch.qos.logback:logback-core (source, changelog) compile patch 1.5.18 -> 1.5.19
ch.qos.logback:logback-classic (source, changelog) compile patch 1.5.18 -> 1.5.19

Release Notes

jreleaser/release-action (https://github.com/jreleaser/release-action)

v2.4.3

Compare Source

Fix deprecation warnings in Java script


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [https://github.com/jreleaser/release-action](https://github.com/jreleaser/release-action) | action | patch | `2.4.2` -> `2.4.3` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://maven.apache.org/plugins/) ([source](https://github.com/apache/maven-javadoc-plugin)) | build | minor | `3.11.2` -> `3.12.0` | | [org.apache.maven.plugins:maven-compiler-plugin](https://maven.apache.org/plugins/) ([source](https://github.com/apache/maven-compiler-plugin)) | build | patch | `3.14.0` -> `3.14.1` | | [ch.qos.logback:logback-core](http://logback.qos.ch) ([source](https://github.com/qos-ch/logback), [changelog](https://logback.qos.ch/news.html)) | compile | patch | `1.5.18` -> `1.5.19` | | [ch.qos.logback:logback-classic](http://logback.qos.ch) ([source](https://github.com/qos-ch/logback), [changelog](https://logback.qos.ch/news.html)) | compile | patch | `1.5.18` -> `1.5.19` | --- ### Release Notes <details> <summary>jreleaser/release-action (https://github.com/jreleaser/release-action)</summary> ### [`v2.4.3`](https://github.com/jreleaser/release-action/releases/tag/2.4.3) [Compare Source](https://github.com/jreleaser/release-action/compare/2.4.2...2.4.3) Fix deprecation warnings in Java script </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS42MC4xIiwidXBkYXRlZEluVmVyIjoiNDEuMTMyLjUiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbInJlbm92YXRlIl19-->
Owner

This PR contains the following updates:

Package Type Update Change https://github.com/jreleaser/release-action action patch 2.4.2 -> 2.4.3 org.apache.maven.plugins:maven-javadoc-plugin ( https://maven.apache.org/plugins/ ) ( source ( https://github.com/apache/maven-javadoc-plugin ) ) build patch 3.11.2 -> 3.11.3

Release Notes

This PR contains the following updates: Package Type Update Change https://github.com/jreleaser/release-action action patch 2.4.2 -> 2.4.3 org.apache.maven.plugins:maven-javadoc-plugin ( https://maven.apache.org/plugins/ ) ( source ( https://github.com/apache/maven-javadoc-plugin ) ) build patch 3.11.2 -> 3.11.3 Release Notes
renovatebot force-pushed renovate/all-minor-patch from d595bee0ca
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m14s
to 6a0194041b
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m27s
2025-09-21 08:09:47 +02:00
Compare
renovatebot force-pushed renovate/all-minor-patch from 6a0194041b
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m27s
to 21c01ce604
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m35s
2025-09-23 02:10:43 +02:00
Compare
renovatebot force-pushed renovate/all-minor-patch from 21c01ce604
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m35s
to 2113e31277
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m12s
2025-10-01 16:05:44 +02:00
Compare
renovatebot changed title from chore(deps): update all non-major dependencies to fix(deps): update all non-major dependencies 2025-10-01 16:05:46 +02:00
All checks were successful
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 1m12s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git switch renovate/all-minor-patch

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/all-minor-patch
git switch renovate/all-minor-patch
git rebase main
git switch main
git merge --ff-only renovate/all-minor-patch
git switch renovate/all-minor-patch
git rebase main
git switch main
git merge --no-ff renovate/all-minor-patch
git switch main
git merge --squash renovate/all-minor-patch
git switch main
git merge --ff-only renovate/all-minor-patch
git switch main
git merge renovate/all-minor-patch
git push origin main
Sign in to join this conversation.
No reviewers
No labels
released
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pom/dependencies!11
No description provided.