Skip to content

chore(deps): bump the maven-dependencies group with 15 updates - #2864

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/maven-dependencies-4822e63a09
Open

chore(deps): bump the maven-dependencies group with 15 updates#2864
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/maven-dependencies-4822e63a09

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven-dependencies group with 15 updates:

Package From To
org.apache.groovy:groovy-all 5.0.8 5.1.0
org.apache.groovy:groovy 5.0.8 5.1.0
com.puppycrawl.tools:checkstyle 13.9.0 13.10.0
ch.qos.logback:logback-core 1.6.1 1.6.3
ch.qos.logback:logback-classic 1.6.1 1.6.3
com.google.guava:guava 33.6.0-jre 33.7.1-jre
org.apache.tomcat.embed:tomcat-embed-core 11.0.24 11.0.25
org.apache.tomcat.embed:tomcat-embed-el 11.0.24 11.0.25
org.apache.tomcat.embed:tomcat-embed-websocket 11.0.24 11.0.25
org.apache.tomcat:tomcat-jaspic-api 11.0.24 11.0.25
org.apache.tomcat:tomcat-catalina 11.0.24 11.0.25
org.apache.tomcat:tomcat-jasper 11.0.24 11.0.25
org.apache.tomcat:tomcat-jasper-el 11.0.24 11.0.25
io.openliberty.tools:liberty-maven-plugin 3.12.1 3.12.2
org.apache.maven:apache-maven 3.9.12 3.9.16

Updates org.apache.groovy:groovy-all from 5.0.8 to 5.1.0

Commits

Updates org.apache.groovy:groovy from 5.0.8 to 5.1.0

Commits

Updates com.puppycrawl.tools:checkstyle from 13.9.0 to 13.10.0

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-13.10.0

Checkstyle 13.10.0 - https://checkstyle.org/releasenotes.html#Release_13.10.0

Breaking backward compatibility:

#5744 - JavadocVariable MissingJavadocMethod MissingJavadocType: Expand Javadoc violation messages to include named context.

New:

#21071 - WriteTag: new messages when violation is on method. #19991 - NonEmptyAtclauseDescription should to validate since tags. #17841 - New Check: GoogleMethodName to fix false-negative on method names with underscores. #21079 - New Check: IllegalBlockTag. #20987 - New check: JavadocRegexp. #18064 - New check: ArrayBracketWhitespace. #18420 - New Check: GoogleMethodNameCheck to enforce Google Java Style Guide method naming.

Bug fixes:

#20995 - Add MultilineCommentLeadingAsteriskPresence check to google_checks.xml. #3469 - JavadocMethod: check for duplicate parameter block tags. #20972 - Javadoc parse error on HTML comment with a line ending in a hyphen. #19931 - Documentation Comments Style Guide - Contents of package.html source file. #18842 - google_checks.xml incorrectly marks return inlined tag as violation from SummaryJavadoc. #19925 - Documentation Comments Style Guide - Custom Tags and Annotations. #19919 - Documentation Comments Style Guide - @param. #19808 - Add checks for Documentation Comments Style Guide - Notes.

... (truncated)

Commits
  • a9eec04 [maven-release-plugin] prepare release checkstyle-13.10.0
  • 1b9b260 doc: release notes for 13.10.0
  • dfa2dc8 Issue #20514: Code changes for enabling toc in website
  • 1d9666f Issue #20514: Added xml and xml template toc changes
  • b709107 Issue #17841: Add GoogleMethodName to google_checks
  • ec37719 Issue #21119: Fix duplicate violation behavior in examples: methodname
  • 13f477f minor: Update expected size in XmlMetaReaderTest
  • 2c40ae6 Issue #20995: Add MultilineCommentLeadingAsteriskPresence to google_checks
  • 913f6cf Issue #21119: Fix duplicate violation behavior in examples: typename
  • 91a7bf2 Issue #21079: New Check IllegalBlockTag
  • Additional commits viewable in compare view

Updates org.apache.groovy:groovy from 5.0.8 to 5.1.0

Commits

Updates ch.qos.logback:logback-core from 1.6.1 to 1.6.3

Release notes

Sourced from ch.qos.logback:logback-core's releases.

Logback 1.6.3

2026-08-14 Release of logback version 1.6.3

  • In response CVE-2026-19880, MDCBasedDiscriminator (used by SiftingAppender) now strips forward and backward slashes (/, \) from MDC values before they are used as discriminating keys. This prevents path segments from escaping into destinations controlled by an attacker. When sanitisation actually changes a value, a warning is emitted; the warning is rate-limited (a small batch, then a lull of about ten minutes).

  • Colour console support is split out into a dedicated JansiConsoleAppender. It wraps stdout or stderr with Jansi so ANSI escape sequences (for example coloured patterns) render correctly on terminals that need it, notably Windows. Prefer this class over the older path described next. See the appenders documentation.

  • The withJansi property on ConsoleAppender is deprecated. Existing configurations that still set <withJansi>true</withJansi> continue to work for compatibility, but new setups should use JansiConsoleAppender instead.

  • ConsoleAppender no longer treats the process console as an exclusive resource: stopping it does not close System.out / System.err. JansiConsoleAppender pairs each AnsiConsole.systemInstall() with systemUninstall() on stop, so repeated start/stop cycles do not leave Jansi installed or tear down streams shared with the rest of the JVM. Related behavior is covered by tests for issues/1063.

  • Invocation throttling helpers were reworked: SimpleInvocationGate is renamed FixedIntervalInvocationGate, and BatchedFixedIntervalInvocationGate allows a short burst of invocations before applying a fixed lull. The sanitisation warning above uses the batched gate.

  • The JPMS module-info for logback-core now exports the ch.qos.logback.core.property package, which had been missing from the module descriptor.

  • A bit-wise identical binary of this version can be reproduced by building from source code at commit e8e824dede022a6d7208b36cfa875b0d1b7772f3 associated with the tag v_1.6.3. The release was built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.6.2

clean.full.1.6.2.mp4

2026-08-10 Release of logback version 1.6.2

  • Configuration analysis now detects contradictory caller-data inclusion instructions. For example, an AsyncAppender, SocketAppender or SMTPAppender with includeCallerData left at the default false is incompatible with a layout or encoder pattern that uses a caller-data converter such as %C, %M, %L, %F, %l or %caller. At runtime those converters would print question marks and still incur extraction cost on a worker thread. Logback now emits a configuration-time warning when such instructions disagree. See codes.html#callerContradiction for details. This issue was reported in issues/1059 by leeychee. The initial analysis was contributed by seonwoo_jung.

  • Caller-contradiction analysis can be turned off by setting the logback.skipCallerContradictionAnalysis variable to true, either as a system property (-Dlogback.skipCallerContradictionAnalysis=true) or as a property in the configuration file:

    <property name="logback.skipCallerContradictionAnalysis" value="true"/>
  • SimpleSocketServer and SimpleSSLSocketServer now require an explicit client IP whitelist. On the command line, pass one or more allowed addresses (single IPs or CIDR ranges) after the configuration file. An empty whitelist means no clients are accepted. When embedding the server programmatically, register allowed addresses with addAllowedClientAddress(String) or setAllowedClientAddresses(Collection) before clients connect. See the documentation on restricting client access.

  • Added ThrowableProxyVOBuilder for assembling a ThrowableProxyVO field by field, with a corresponding ThrowableProxyVO.builder() entry point.

  • Dependency analysis handlers now run their postHandle method after child models have been processed, so checks that depend on nested appenders (such as caller-contradiction analysis) see a complete picture.

  • Updated several dependencies, including Angus Mail to 2.0.4 and Jetty (test) to 12.1.12.

  • A bit-wise identical binary of this version can be reproduced by building from source code at commit e3d78330ad1ba024fd987fd00c3ffb9cfcdb07dc associated with the tag v_1.6.2. The release was built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • e8e824d prepare release 1.6.3
  • 761821b MDCBasedDiscriminator has a gated warning mechanism
  • 53ed122 update copyright year
  • c7e2db2 rename SimpleInvocationGate as FixedIntervalInvocationGate
  • b5aa931 added BatchedSimpleInvocationGate
  • 1f22af7 add javadocs to SimpleInvocationGate
  • 638ffa7 prevent forward and backward slashes to escape to other directories
  • 7d6b9a4 add missing ch.qos.logback.core.property package
  • fa25930 add an extension path in ConsoleAppender for JansiConsoleAppender
  • c73b43f deprecate the withJansi path
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.6.1 to 1.6.3

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.6.3

2026-08-14 Release of logback version 1.6.3

  • In response CVE-2026-19880, MDCBasedDiscriminator (used by SiftingAppender) now strips forward and backward slashes (/, \) from MDC values before they are used as discriminating keys. This prevents path segments from escaping into destinations controlled by an attacker. When sanitisation actually changes a value, a warning is emitted; the warning is rate-limited (a small batch, then a lull of about ten minutes).

  • Colour console support is split out into a dedicated JansiConsoleAppender. It wraps stdout or stderr with Jansi so ANSI escape sequences (for example coloured patterns) render correctly on terminals that need it, notably Windows. Prefer this class over the older path described next. See the appenders documentation.

  • The withJansi property on ConsoleAppender is deprecated. Existing configurations that still set <withJansi>true</withJansi> continue to work for compatibility, but new setups should use JansiConsoleAppender instead.

  • ConsoleAppender no longer treats the process console as an exclusive resource: stopping it does not close System.out / System.err. JansiConsoleAppender pairs each AnsiConsole.systemInstall() with systemUninstall() on stop, so repeated start/stop cycles do not leave Jansi installed or tear down streams shared with the rest of the JVM. Related behavior is covered by tests for issues/1063.

  • Invocation throttling helpers were reworked: SimpleInvocationGate is renamed FixedIntervalInvocationGate, and BatchedFixedIntervalInvocationGate allows a short burst of invocations before applying a fixed lull. The sanitisation warning above uses the batched gate.

  • The JPMS module-info for logback-core now exports the ch.qos.logback.core.property package, which had been missing from the module descriptor.

  • A bit-wise identical binary of this version can be reproduced by building from source code at commit e8e824dede022a6d7208b36cfa875b0d1b7772f3 associated with the tag v_1.6.3. The release was built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.6.2

clean.full.1.6.2.mp4

2026-08-10 Release of logback version 1.6.2

  • Configuration analysis now detects contradictory caller-data inclusion instructions. For example, an AsyncAppender, SocketAppender or SMTPAppender with includeCallerData left at the default false is incompatible with a layout or encoder pattern that uses a caller-data converter such as %C, %M, %L, %F, %l or %caller. At runtime those converters would print question marks and still incur extraction cost on a worker thread. Logback now emits a configuration-time warning when such instructions disagree. See codes.html#callerContradiction for details. This issue was reported in issues/1059 by leeychee. The initial analysis was contributed by seonwoo_jung.

  • Caller-contradiction analysis can be turned off by setting the logback.skipCallerContradictionAnalysis variable to true, either as a system property (-Dlogback.skipCallerContradictionAnalysis=true) or as a property in the configuration file:

    <property name="logback.skipCallerContradictionAnalysis" value="true"/>
  • SimpleSocketServer and SimpleSSLSocketServer now require an explicit client IP whitelist. On the command line, pass one or more allowed addresses (single IPs or CIDR ranges) after the configuration file. An empty whitelist means no clients are accepted. When embedding the server programmatically, register allowed addresses with addAllowedClientAddress(String) or setAllowedClientAddresses(Collection) before clients connect. See the documentation on restricting client access.

  • Added ThrowableProxyVOBuilder for assembling a ThrowableProxyVO field by field, with a corresponding ThrowableProxyVO.builder() entry point.

  • Dependency analysis handlers now run their postHandle method after child models have been processed, so checks that depend on nested appenders (such as caller-contradiction analysis) see a complete picture.

  • Updated several dependencies, including Angus Mail to 2.0.4 and Jetty (test) to 12.1.12.

  • A bit-wise identical binary of this version can be reproduced by building from source code at commit e3d78330ad1ba024fd987fd00c3ffb9cfcdb07dc associated with the tag v_1.6.2. The release was built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • e8e824d prepare release 1.6.3
  • 761821b MDCBasedDiscriminator has a gated warning mechanism
  • 53ed122 update copyright year
  • c7e2db2 rename SimpleInvocationGate as FixedIntervalInvocationGate
  • b5aa931 added BatchedSimpleInvocationGate
  • 1f22af7 add javadocs to SimpleInvocationGate
  • 638ffa7 prevent forward and backward slashes to escape to other directories
  • 7d6b9a4 add missing ch.qos.logback.core.property package
  • fa25930 add an extension path in ConsoleAppender for JansiConsoleAppender
  • c73b43f deprecate the withJansi path
  • Additional commits viewable in compare view

Updates com.google.guava:guava from 33.6.0-jre to 33.7.1-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.7.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.1-jre</version>
  <!-- or, for Android: -->
  <version>33.7.1-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

Guava 33.7.1 removes the Multi-Release line from our jar manifest, fixing an issue under Java 9 and 10 that was introduced to guava-jre in version 33.7.0. Sorry for the trouble.

33.7.0

Newly introduced problem for Java 9 and Java 10 only

Guava 33.7.0 includes a Multi-Release line in its jar manifest, even though it is no longer a multi-release jar. This causes some problems with tools from Java 9 and Java 10. The issue is fixed in version 33.7.1. Sorry for the trouble.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.7.0-jre</version>
  <!-- or, for Android: -->
</tr></table> 

... (truncated)

Commits

Updates org.apache.tomcat.embed:tomcat-embed-core from 11.0.24 to 11.0.25

Updates org.apache.tomcat.embed:tomcat-embed-el from 11.0.24 to 11.0.25

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 11.0.24 to 11.0.25

Updates org.apache.tomcat:tomcat-jaspic-api from 11.0.24 to 11.0.25

Updates org.apache.tomcat:tomcat-catalina from 11.0.24 to 11.0.25

Updates org.apache.tomcat:tomcat-jasper from 11.0.24 to 11.0.25

Updates org.apache.tomcat:tomcat-jasper-el from 11.0.24 to 11.0.25

Updates org.apache.tomcat.embed:tomcat-embed-el from 11.0.24 to 11.0.25

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 11.0.24 to 11.0.25

Updates org.apache.tomcat:tomcat-jaspic-api from 11.0.24 to 11.0.25

Updates org.apache.tomcat:tomcat-catalina from 11.0.24 to 11.0.25

Updates io.openliberty.tools:liberty-maven-plugin from 3.12.1 to 3.12.2

Release notes

Sourced from io.openliberty.tools:liberty-maven-plugin's releases.

Liberty Maven Plug-in 3.12.2

Version 3.12.2 of the Liberty Maven Plugin is a minor release with a bug fix

What's Changed

  • When <mergeServerEnv>true</mergeServerEnv> was enabled, all backslashes () in server.env values were silently converted to forward slashes, breaking Windows paths like LIBERTY_INSTALL_DIR and JAVA_HOME. Values are now written verbatim by default.
  • A new convertServerEnvPathSeparator parameter (default false) restores the old conversion for users who relied on it. Only applies when mergeServerEnv is true.

See the commit log for the full set of the changes since the previous release.

The Liberty Maven Plugin 3.12.2 release is available on the Maven Central repository.

Commits
  • 3fb7a76 [maven-release-plugin] prepare release liberty-maven-3.12.2
  • 211ecee Merge pull request #2079 from venmanyarun/fix/merge-server-env-windows-path-c...
  • a42d8f3 Add boolean flag convertServerEnvPathSeparator (default false) to
  • 1cce29f updated tests
  • 5699009 removing replace backslash altogether
  • cb3fb75 adding overlapping scenario
  • 3ad2854 added logic to preserve property order since expansion variable needs that
  • a7bb53a Extends merge-server-env-it to verify that writeServerEnvProperties()
  • 95870e8 fix: preserve backslashes in server.env values when mergeServerEnv=true
  • 5f66c0a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.tomcat:tomcat-jasper from 11.0.24 to 11.0.25

Updates org.apache.tomcat:tomcat-jasper-el from 11.0.24 to 11.0.25

Updates org.apache.maven:apache-maven from 3.9.12 to 3.9.16

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the maven-dependencies group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [org.apache.groovy:groovy-all](https://github.com/apache/groovy) | `5.0.8` | `5.1.0` |
| [org.apache.groovy:groovy](https://github.com/apache/groovy) | `5.0.8` | `5.1.0` |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `13.9.0` | `13.10.0` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.6.1` | `1.6.3` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.6.1` | `1.6.3` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.6.0-jre` | `33.7.1-jre` |
| org.apache.tomcat.embed:tomcat-embed-core | `11.0.24` | `11.0.25` |
| org.apache.tomcat.embed:tomcat-embed-el | `11.0.24` | `11.0.25` |
| org.apache.tomcat.embed:tomcat-embed-websocket | `11.0.24` | `11.0.25` |
| org.apache.tomcat:tomcat-jaspic-api | `11.0.24` | `11.0.25` |
| org.apache.tomcat:tomcat-catalina | `11.0.24` | `11.0.25` |
| org.apache.tomcat:tomcat-jasper | `11.0.24` | `11.0.25` |
| org.apache.tomcat:tomcat-jasper-el | `11.0.24` | `11.0.25` |
| [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) | `3.12.1` | `3.12.2` |
| org.apache.maven:apache-maven | `3.9.12` | `3.9.16` |


Updates `org.apache.groovy:groovy-all` from 5.0.8 to 5.1.0
- [Commits](https://github.com/apache/groovy/commits)

Updates `org.apache.groovy:groovy` from 5.0.8 to 5.1.0
- [Commits](https://github.com/apache/groovy/commits)

Updates `com.puppycrawl.tools:checkstyle` from 13.9.0 to 13.10.0
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-13.9.0...checkstyle-13.10.0)

Updates `org.apache.groovy:groovy` from 5.0.8 to 5.1.0
- [Commits](https://github.com/apache/groovy/commits)

Updates `ch.qos.logback:logback-core` from 1.6.1 to 1.6.3
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.6.1...v_1.6.3)

Updates `ch.qos.logback:logback-classic` from 1.6.1 to 1.6.3
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.6.1...v_1.6.3)

Updates `com.google.guava:guava` from 33.6.0-jre to 33.7.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat:tomcat-catalina` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat:tomcat-jasper` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat:tomcat-catalina` from 11.0.24 to 11.0.25

Updates `io.openliberty.tools:liberty-maven-plugin` from 3.12.1 to 3.12.2
- [Release notes](https://github.com/OpenLiberty/ci.maven/releases)
- [Commits](OpenLiberty/ci.maven@liberty-maven-3.12.1...liberty-maven-3.12.2)

Updates `org.apache.tomcat:tomcat-jasper` from 11.0.24 to 11.0.25

Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.24 to 11.0.25

Updates `org.apache.maven:apache-maven` from 3.9.12 to 3.9.16

---
updated-dependencies:
- dependency-name: org.apache.groovy:groovy-all
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.groovy:groovy
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-version: 13.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.groovy:groovy
  dependency-version: 5.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: com.google.guava:guava
  dependency-version: 33.7.1-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-el
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat:tomcat-jaspic-api
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat:tomcat-catalina
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat:tomcat-jasper
  dependency-version: 11.0.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat:tomcat-jasper-el
  dependency-version: 11.0.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-el
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat:tomcat-jaspic-api
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat:tomcat-catalina
  dependency-version: 11.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.openliberty.tools:liberty-maven-plugin
  dependency-version: 3.12.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat:tomcat-jasper
  dependency-version: 11.0.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.tomcat:tomcat-jasper-el
  dependency-version: 11.0.25
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven:apache-maven
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 18, 2026
@github-actions github-actions Bot added xml and removed java Pull requests that update Java code labels Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file xml

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant