build(deps): bump the dependencies group with 15 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(6 months ago)
(6 months ago)
(6 months ago)
dependencies java
Bumps the dependencies group with 15 updates:
| Package | From | To |
|---|---|---|
| ch.qos.logback:logback-classic | 1.5.26 |
1.5.27 |
| org.eclipse.jetty:jetty-server | 12.1.5 |
12.1.6 |
| org.eclipse.jetty.websocket:jetty-websocket-core-server | 12.1.5 |
12.1.6 |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-api | 12.1.5 |
12.1.6 |
| org.eclipse.jetty.websocket:jetty-websocket-jetty-server | 12.1.5 |
12.1.6 |
| org.eclipse.jetty.http2:jetty-http2-server | 12.1.5 |
12.1.6 |
| org.eclipse.jetty:jetty-alpn-java-server | 12.1.5 |
12.1.6 |
| org.eclipse.jetty.http2:jetty-http2-client | 12.1.5 |
12.1.6 |
| org.apache.maven.plugins:maven-compiler-plugin | 3.14.1 |
3.15.0 |
| com.diffplug.spotless:spotless-maven-plugin | 3.2.0 |
3.2.1 |
| org.jboss.logging:jboss-logging | 3.6.1.Final |
3.6.2.Final |
| com.puppycrawl.tools:checkstyle | 13.0.0 |
13.1.0 |
| commons-codec:commons-codec | 1.20.0 |
1.21.0 |
| com.github.kagkarlsson:db-scheduler | 16.7.0 |
16.7.1 |
| software.amazon.awssdk:bom | 2.41.14 |
2.41.19 |
Updates ch.qos.logback:logback-classic from 1.5.26 to 1.5.27
Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Logback 1.5.27
2026-01-30 Release of logback version 1.5.27
• Updated license to Eclipse Public License version 2.0 from version 1.0, retaining the GPL 2.1 dual-license.
• Fixed missing MDC data transmitted by
SocketAppenderreported in issues/1010 by Lars Vogel.• Removed all
Receiverclasses and components which were already disabled for several years.• Refactored file scanning code for improved clarity.
• In
SizeAndTimeBasedRollingPolicymodifiedtotalSizeCapandmaxFileSizecomparison to taking into account file compression. This fixes issues/1007.• A bit-wise identical binary of this version can be reproduced by building from source code at commit 3618eb01aad6672f9cd250dccf7546a69cbe982f associated with the tag v_1.5.27. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
3618eb0increase timeout delay to 2000 millisdb150c3prepare release 1.5.270370b13fix missing MDC transmission in SocketAppender. Fixes issues/10108100acdremove RemoteAppender*2b67210remove Receiver related classesd84b586remove ReceiverModelHandler - project still builds indicating no active usage44049edremove support for receivers in SerializedModelConfigurator and JoranConfigur...56085d8fix teste7764f4refactor file change scanning for claritye56a12fbump assertj version- Additional commits viewable in compare view
Updates org.eclipse.jetty:jetty-server from 12.1.5 to 12.1.6
Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.1.5 to 12.1.6
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.1.5 to 12.1.6
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.1.5 to 12.1.6
Updates org.eclipse.jetty.http2:jetty-http2-server from 12.1.5 to 12.1.6
Updates org.eclipse.jetty:jetty-alpn-java-server from 12.1.5 to 12.1.6
Updates org.eclipse.jetty.http2:jetty-http2-client from 12.1.5 to 12.1.6
Updates org.eclipse.jetty.websocket:jetty-websocket-core-server from 12.1.5 to 12.1.6
Updates org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0
Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
3.15.0
🐛 Bug Fixes
- Fix Java 25 compatibility during integration tests (#1020)
@desruisseaux- [MCOMPILER-540] - useIncrementalCompilation=false may add generated sources to the sources list (#192)
@mensinda👻 Maintenance
- Bump org.apache.maven.plugins:maven-plugins from 45 to 46 (#1015)
@slachiewicz- Remove declaration of "plexus-snapshots" repository (#1010)
@desruisseaux- Works only with Maven 4.0.0 rc4 (#996)
@slachiewicz- Enable Java 25 and Maven 4 in CI (#975)
@slachiewicz📦 Dependency updates
- Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0 (#1016) @dependabot[bot]
- Bump plexusCompilerVersion from 2.16.1 to 2.16.2 (#1021) @dependabot[bot]
- Bump org.apache.maven.plugins:maven-plugins from 46 to 47 (#1019) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2 (#1008) @dependabot[bot]
- Bump org.ow2.asm:asm from 9.9 to 9.9.1 (#1005) @dependabot[bot]
- Bump mavenVersion from 3.9.11 to 3.9.12 (#1007) @dependabot[bot]
- Bump maven-plugin-testing-harness to 3.4.0 (#1001)
@slawekjaranowski- Bump plexusCompilerVersion from 2.16.0 to 2.16.1 (#999) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-java from 1.5.0 to 1.5.1 (#993) @dependabot[bot]
- Bump plexusCompilerVersion from 2.15.0 to 2.16.0 (#992) @dependabot[bot]
- Bump org.ow2.asm:asm from 9.8 to 9.9 (#981) @dependabot[bot]
Commits
9290cb3[maven-release-plugin] prepare release maven-compiler-plugin-3.15.03657d40Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness7bbf805Bump plexusCompilerVersion from 2.16.1 to 2.16.257fa938Bump org.apache.maven.plugins:maven-plugins from 46 to 47385e3f2Fix Java 25 compatibility during integration tests (#1020)6b34423Bump org.apache.maven.plugins:maven-plugins from 45 to 46aaeb9c6[MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...6e3db9dBump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.20fe9b84Remove declaration of "plexus-snapshots" repository (#1010)35f6800Bump org.ow2.asm:asm from 9.9 to 9.9.1- Additional commits viewable in compare view
Updates com.diffplug.spotless:spotless-maven-plugin from 3.2.0 to 3.2.1
Release notes
Sourced from com.diffplug.spotless:spotless-maven-plugin's releases.
Maven Plugin v3.2.1
Fixed
Changelog
Sourced from com.diffplug.spotless:spotless-maven-plugin's changelog.
spotless-lib and spotless-lib-extra releases
If you are a Spotless user (as opposed to developer), then you are probably looking for:
- https://github.com/diffplug/spotless/blob/main/plugin-gradle/CHANGES.md
- https://github.com/diffplug/spotless/blob/main/plugin-maven/CHANGES.md
This document is intended for Spotless developers.
We adhere to the keepachangelog format (starting after version
1.27.0).[Unreleased]
[4.3.0] - 2026-01-27
Added
- Add
P2Provisionerinterface in lib-extra to enable build-tool-specific caching strategies for Eclipse P2 dependencies, fixing OutOfMemoryError in large multi-project builds. (#2788)Fixed
[4.2.0] - 2026-01-22
Added
- Add a
expandWildcardImportsAPI for java (#2679)- Add the ability to specify a wildcard version (
*) for external formatter executables. (#2757)Fixed
- Prevent race conditions when multiple npm-based formatters launch the server process simultaneously while sharing the same
node_modulesdirectory. (#2786)- Git ratchet no longer throws an error with Git worktrees. (#2779)
Changes
- Bump default
ktfmtversion to latest0.59->0.61. (2804)- Bump default
ktlintversion to latest1.7.1->1.8.0. (2763)- Bump default
gherkin-utilsversion to latest9.2.0->10.0.0. (#2619)[4.1.0] - 2025-11-18
Changes
- Bump default
ktfmtversion to latest0.58->0.59. (#2681- Bump default
jacksonversion to latest2.20.0->2.20.1. (#2730)- Bump default
cleanthatversion to latest2.23->2.24. (#2620)- POTENTIALLY BREAKING Removed support for
ktlintversions below 1.0. (#2711)Fixed
- palantirJavaFormat is no longer arbitrarily set to outdated versions on Java 17, latest available version is always used (#2686 fixes #2685)
Added
- Add a
forbidModuleImportsAPI for java (#2679)- new options to customize Flexmark, e.g. to allow YAML front matter (#2616)
[4.0.0] - 2025-09-24
Changes
... (truncated)
Commits
d0f4c3dPublished maven/3.2.12b7f9dePublished gradle/8.2.178e26e9Published lib/4.3.033692c2[fix]removeSemicolons()should not be applied to multiline strings in groo...90628d8Update changelog.61864a2Merge branch 'main' into fix-removeSemicolons4864bc8Fix Gradle Cache performance issue by supporting cached P2 provisionning via ...075895cdocs: Mention P2 caching for gradle plugin caching57214bffeat: Supports P2 in predeclare8aee8acchore: Adds a GradleProvisioner test- Additional commits viewable in compare view
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-api from 12.1.5 to 12.1.6
Updates org.eclipse.jetty.websocket:jetty-websocket-jetty-server from 12.1.5 to 12.1.6
Updates org.eclipse.jetty.http2:jetty-http2-server from 12.1.5 to 12.1.6
Updates org.eclipse.jetty:jetty-alpn-java-server from 12.1.5 to 12.1.6
Updates org.jboss.logging:jboss-logging from 3.6.1.Final to 3.6.2.Final
Release notes
Sourced from org.jboss.logging:jboss-logging's releases.
v3.6.2.Final
What's Changed
- Bump org.junit:junit-bom from 5.11.0 to 5.11.1 by
@dependabot[bot] in jboss-logging/jboss-logging#121- Bump org.junit:junit-bom from 5.11.1 to 5.11.3 by
@dependabot[bot] in jboss-logging/jboss-logging#127- Bump ch.qos.logback:logback-classic from 1.5.8 to 1.5.16 by
@dependabot[bot] in jboss-logging/jboss-logging#137- Bump org.junit:junit-bom from 5.11.3 to 5.11.4 by
@dependabot[bot] in jboss-logging/jboss-logging#133- Bump version.org.apache.logging.log4j from 2.23.1 to 2.24.3 by
@dependabot[bot] in jboss-logging/jboss-logging#132- Bump org.jboss.logmanager:jboss-logmanager from 3.0.6.Final to 3.1.1.Final by
@dependabot[bot] in jboss-logging/jboss-logging#131- Bump ch.qos.logback:logback-classic from 1.5.16 to 1.5.17 by
@dependabot[bot] in jboss-logging/jboss-logging#140- Bump org.junit:junit-bom from 5.11.4 to 5.12.0 by
@dependabot[bot] in jboss-logging/jboss-logging#139- Bump org.jboss.logmanager:jboss-logmanager from 3.1.1.Final to 3.1.2.Final by
@dependabot[bot] in jboss-logging/jboss-logging#138- Bump org.junit:junit-bom from 5.12.0 to 5.12.1 by
@dependabot[bot] in jboss-logging/jboss-logging#141- Bump ch.qos.logback:logback-classic from 1.5.17 to 1.5.18 by
@dependabot[bot] in jboss-logging/jboss-logging#142- Bump org.junit:junit-bom from 5.12.1 to 5.12.2 by
@dependabot[bot] in jboss-logging/jboss-logging#144- Bump org.junit:junit-bom from 5.12.2 to 5.13.0 by
@dependabot[bot] in jboss-logging/jboss-logging#146- Bump org.junit:junit-bom from 5.13.0 to 5.13.1 by
@dependabot[bot] in jboss-logging/jboss-logging#147- Bump org.junit:junit-bom from 5.13.1 to 5.13.3 by
@dependabot[bot] in jboss-logging/jboss-logging#150- Bump actions/setup-java from 4 to 5 by
@dependabot[bot] in jboss-logging/jboss-logging#153- Bump actions/checkout from 4 to 5 by
@dependabot[bot] in jboss-logging/jboss-logging#152- Bump org.junit:junit-bom from 5.13.3 to 5.13.4 by
@dependabot[bot] in jboss-logging/jboss-logging#151- Bump actions/upload-artifact from 4 to 5 by
@dependabot[bot] in jboss-logging/jboss-logging#157- [JBLOGGING-194] Bump ch.qos.logback:logback-classic from 1.5.18 to 1.5.20 by
@dependabot[bot] in jboss-logging/jboss-logging#156- [JBLOGGING-196] Bump io.github.dmlloyd.module-info:module-info from 2.1 to 2.2 by
@dependabot[bot] in jboss-logging/jboss-logging#161- Bump actions/checkout from 5 to 6 by
@dependabot[bot] in jboss-logging/jboss-logging#162- Bump actions/upload-artifact from 5 to 6 by
@dependabot[bot] in jboss-logging/jboss-logging#164- [JBLOGGING-197] Bump ch.qos.logback:logback-classic from 1.5.20 to 1.5.22 by
@dependabot[bot] in jboss-logging/jboss-logging#163- [JBLOGGING-198] Bump ch.qos.logback:logback-classic from 1.5.22 to 1.5.26 by
@dependabot[bot] in jboss-logging/jboss-logging#169- Migrate back to the jboss-parent POM. Require a minimum of Java SE 17… by
@jamezpin jboss-logging/jboss-logging#170- [JBLOGGING-199] Bump version.org.apache.logging.log4j from 2.24.3 to 2.25.3 by
@dependabot[bot] in jboss-logging/jboss-logging#172- [JBLOGGING-200] Add an option to provide ROOT as the system property … by
@jamezpin jboss-logging/jboss-logging#173Full Changelog: https://github.com/jboss-logging/jboss-logging/compare/3.6.1.Final...v3.6.2.Final
Commits
47f4d0b[maven-release-plugin] prepare release v3.6.2.Final653f1bbUse the correct server id propertyf1615ddMerge pull request #173 from jamezp/JBLOGGING-200f35e055[JBLOGGING-200] Add an option to provide ROOT as the system property value fo...161674aMerge pull request #172 from jboss-logging/dependabot/maven/version.org.apach...88f4e18Bump version.org.apache.logging.log4j from 2.24.3 to 2.25.3dbf4ca7Merge pull request #170 from jamezp/project-updates1efef61Migrate back to the jboss-parent POM. Require a minimum of Java SE 17 for com...94513d6Merge pull request #169 from jboss-logging/dependabot/maven/ch.qos.logback-lo...5c85e2eBump ch.qos.logback:logback-classic from 1.5.22 to 1.5.26- Additional commits viewable in compare view
Updates com.puppycrawl.tools:checkstyle from 13.0.0 to 13.1.0
Release notes
Sourced from com.puppycrawl.tools:checkstyle's releases.
checkstyle-13.1.0
Checkstyle 13.1.0 - https://checkstyle.org/releasenotes.html#Release_13.1.0
Breaking backward compatibility:
#12556 - Remove deprecated method CheckstyleAntTask:createClasspath()
New:
#18329 - ImportControl: add module attribute to allow/disallow module imports #18368 - New check: MissingOverrideOnRecordAccessor to require Override on record component accessor methods
Bug fixes:
#16087 - false positive invalid tag JavadocType #18790 - IllegalTokenText reports false positives for Unicode whitespace characters without escape sequences #18118 - Inconsistent behaviour of
Indentationcheck #13038 - VariableDeclarationUsageDistanceCheck doesn't handle method definition properly #11103 - Indentation: Lambda in Enum causes error loop #18644 - False-negative: SummaryJavadoc:forbiddenSummaryFragments for tab-formatted code #6807 - False-positive RightCurly in google_checks since 8.20 #17561 - Google style: Override is required on explicitly declared accessor method for a record #18559 - Add missing checks to sun_checks.xml: DeclarationOrder, FallThrough, OneStatementPerLine
... (truncated)
Commits
079d68d[maven-release-plugin] prepare release checkstyle-13.1.0aa2d5a0doc: release notes for 13.1.0a4873e0Issue #18556: updating multifileregexpheader and adding external xml in checke4080e0Issue #17882: added comments for SNIPPET_* tokens30a2615Pull #18795: Dedicaterewriterecipes #18794 #18673 #187915802cb8Issue #15456: defining violation message visibility9fd55e1minor: setting lf line ending for InputJavadocTypeWithBlockComment.java9f09882Issue #7523: CLI '-s' option does not match by data from '-t'40f2a1dIssue #17882: Add JAVADOC_INLINE_TAG_END token documentation464188eIssue #16087: Refractor JavadocTypCheck- Additional commits viewable in compare view
Updates commons-codec:commons-codec from 1.20.0 to 1.21.0
Changelog
Sourced from commons-codec:commons-codec's changelog.
Apache Commons Codec 1.21.0 Release Notes
The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.21.0.
The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
This is a feature and maintenance release. Java 8 or later is required.
New features
- CODEC-333: Add distinct Base64 decoding for standard and URL-safe formats. Thanks to Aleksandr Beliakov, Gary Gregory.
Fixed Bugs
Fix oak leaf icon references in overview.html when running `mvn clean javadoc:javadoc`. Thanks to Gary Gregory.Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.Fix malformed Javadoc comments. Thanks to Gary Gregory.Changes
Bump org.apache.commons:commons-parent from 91 to 96 [#415](https://github.com/apache/commons-codec/issues/415), [#418](https://github.com/apache/commons-codec/issues/418). Thanks to Gary Gregory, Dependabot.Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory.Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0. Thanks to Gary Gregory, Dependabot.For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:
https://commons.apache.org/proper/commons-codec/
Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi
Commits
91c4404Prepare for the release candidate 1.21.0 RC121fe1d7Prepare for the next release candidated4ea4d0Bump actions/checkout from 6.0.1 to 6.0.2e30b1f6Bump actions/setup-java from 5.1.0 to 5.2.02e4891cBump org.apache.commons:commons-parent from 95 to 96d02c003Use a URL to a prettier page: https://www.ietf.org/rfc/rfc20453c961b8Checkstyle99cf6b7Javadoc and exception messages: "base 32" -> "Base32".2df7b9aJavadoc and exception messages: "base 64" -> "Base64".0643fddJavadoc 8 doesn't know how to find this link- Additional commits viewable in compare view
Updates com.github.kagkarlsson:db-scheduler from 16.7.0 to 16.7.1
Release notes
Sourced from com.github.kagkarlsson:db-scheduler's releases.
v16.7.1
Changelog
🐛 Fixes
🔄️ Changes
🧰 Tasks
- d99a9ff add commit for spotless poms to .git-blame-ignore-revs
- 1ae4352 Update db-scheduler version to 16.7.0 in README
Contributors
We'd like to thank the following people for their contributions:
- Gustav Karlsson (
@kagkarlsson)
Commits
328f53bstyle: spotless markdown (#782)f4fe276fix: generate properties metadata for spring boot starter (#780)d99a9ffchore: add commit for spotless poms to .git-blame-ignore-revsd1e1826style: spotless poms (#781)1ae4352Update db-scheduler version to 16.7.0 in README- See full diff in compare view
Updates software.amazon.awssdk:bom from 2.41.14 to 2.41.19
Updates org.eclipse.jetty.http2:jetty-http2-client from 12.1.5 to 12.1.6
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
Package Dependencies
software.amazon.awssdk:bom
maven
2.41.14 → 2.41.19
Patch
com.puppycrawl.tools:checkstyle
maven
13.0.0 → 13.1.0
Minor
maven
3.14.1 → 3.15.0
Minor
ch.qos.logback:logback-classic
maven
1.5.26 → 1.5.27
Patch
maven
3.2.0 → 3.2.1
Patch
org.eclipse.jetty:jetty-server
maven
12.1.5 → 12.1.6
Patch
commons-codec:commons-codec
maven
1.20.0 → 1.21.0
Minor
org.jboss.logging:jboss-logging
maven
3.6.1.Final → 3.6.2.Final
Patch
maven
12.1.5 → 12.1.6
Patch
maven
12.1.5 → 12.1.6
Patch
maven
12.1.5 → 12.1.6
Patch
maven
12.1.5 → 12.1.6
Patch
maven
12.1.5 → 12.1.6
Patch
maven
12.1.5 → 12.1.6
Patch
com.github.kagkarlsson:db-scheduler
maven
16.7.0 → 16.7.1
Patch
Technical Details
| ID: | 13632298 |
| UUID: | 3883364588 |
| Node ID: | PR_kwDOAYRJs87AyDRk |
| Host: | GitHub |
| Repository: | jooby-project/jooby |