Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 19, 2025

Bumps the java-minor-patch group with 28 updates in the /src directory:

Package From To
org.eclipse.jetty:jetty-server 12.0.28 12.1.4
org.eclipse.jetty:jetty-http 12.0.28 12.1.4
org.eclipse.jetty:jetty-xml 12.0.28 12.1.4
org.junit.jupiter:junit-jupiter-engine 6.0.0 6.0.1
org.junit.vintage:junit-vintage-engine 6.0.0 6.0.1
org.junit.jupiter:junit-jupiter-params 6.0.0 6.0.1
org.junit.platform:junit-platform-launcher 6.0.0 6.0.1
org.xmlunit:xmlunit-core 2.10.4 2.11.0
org.xmlunit:xmlunit-matchers 2.10.4 2.11.0
org.xmlunit:xmlunit-assertj3 2.10.4 2.11.0
com.codeborne:selenide 7.12.0 7.12.1
com.codeborne:selenide-proxy 7.12.0 7.12.1
com.fasterxml.jackson:jackson-bom 2.19.2 2.19.4
com.fasterxml.jackson.core:jackson-annotations 2.19.2 2.19.4
org.apache.commons:commons-lang3 3.19.0 3.20.0
org.apache.cxf:cxf-tools-validator 4.1.3 4.1.4
org.apache.cxf:cxf-rt-transports-http 4.1.3 4.1.4
commons-cli:commons-cli 1.10.0 1.11.0
commons-codec:commons-codec 1.19.0 1.20.0
commons-io:commons-io 2.20.0 2.21.0
io.swagger.parser.v3:swagger-parser 2.1.34 2.1.35
io.swagger.parser.v3:swagger-parser-v3 2.1.34 2.1.35
ch.qos.logback:logback-classic 1.5.19 1.5.21
ch.qos.logback.access:logback-access-tomcat 2.0.6 2.0.7
org.wiremock:wiremock-standalone 3.13.1 3.13.2
io.swagger.core.v3:swagger-annotations 2.2.38 2.2.40
org.quartz-scheduler:quartz 2.5.0 2.5.1
org.openapi.generator 7.16.0 7.17.0

Updates org.eclipse.jetty:jetty-server from 12.0.28 to 12.1.4

Updates org.eclipse.jetty:jetty-http from 12.0.28 to 12.1.4

Updates org.eclipse.jetty:jetty-xml from 12.0.28 to 12.1.4

Updates org.eclipse.jetty:jetty-http from 12.0.28 to 12.1.4

Updates org.eclipse.jetty:jetty-xml from 12.0.28 to 12.1.4

Updates org.junit.jupiter:junit-jupiter-engine from 6.0.0 to 6.0.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

Commits

Updates org.junit.vintage:junit-vintage-engine from 6.0.0 to 6.0.1

Release notes

Sourced from org.junit.vintage:junit-vintage-engine's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

Commits

Updates org.junit.jupiter:junit-jupiter-params from 6.0.0 to 6.0.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

Commits

Updates org.junit.vintage:junit-vintage-engine from 6.0.0 to 6.0.1

Release notes

Sourced from org.junit.vintage:junit-vintage-engine's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

Commits

Updates org.junit.jupiter:junit-jupiter-params from 6.0.0 to 6.0.1

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

Commits

Updates org.junit.platform:junit-platform-launcher from 6.0.0 to 6.0.1

Release notes

Sourced from org.junit.platform:junit-platform-launcher's releases.

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

Commits

Updates org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0

Release notes

Sourced from org.xmlunit:xmlunit-core's releases.

XMLUnit for Java 2.11.0

This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the xmlunit-jakarta-jaxb-impl modulle. If you don't use the module, you can ignore this release.

Up until XMLUnit 2.10.4 the xmlunit-jakarta-jaxb-impl module depended on org.glassfish.jaxb:jaxb-runtime making it more difficult to chose a different JAXB implementation than necessary (see #313). This dependency has now been removed.

If you use the xmlunit-jakarta-jaxb-impl module you may now need to specify the JAXB implementation you want to use explicitly. If you have excluded the module's dependency inside your own build configuration so far, you can now safely remove the exclusion.

Changelog

Sourced from org.xmlunit:xmlunit-core's changelog.

XMLUnit for Java 2.11.0 - /Released 2025-10-24/

  • the xmlunit-jakarta-jaxb-impl no longer depends on org.glassfish.jaxb:jaxb-runtime directly. Issue #313 PR #314

    This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on XMLUnit to provide the JAXB implementation.

Commits
  • 02aef5d release 2.11.0
  • c56a766 Merge pull request #314 from xmlunit/dont-directly-depend-on-jaxb-implementation
  • 0500c61 remove hard dependency on glassfish's JAXB implementation
  • cb37f53 Merge pull request #312 from xmlunit/release-2.10.4
  • b3d86ad don't sign cyclonedx signatures/checksum
  • 72c34c1 prepare next iteration
  • See full diff in compare view

Updates org.xmlunit:xmlunit-matchers from 2.10.4 to 2.11.0

Release notes

Sourced from org.xmlunit:xmlunit-matchers's releases.

XMLUnit for Java 2.11.0

This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the xmlunit-jakarta-jaxb-impl modulle. If you don't use the module, you can ignore this release.

Up until XMLUnit 2.10.4 the xmlunit-jakarta-jaxb-impl module depended on org.glassfish.jaxb:jaxb-runtime making it more difficult to chose a different JAXB implementation than necessary (see #313). This dependency has now been removed.

If you use the xmlunit-jakarta-jaxb-impl module you may now need to specify the JAXB implementation you want to use explicitly. If you have excluded the module's dependency inside your own build configuration so far, you can now safely remove the exclusion.

Changelog

Sourced from org.xmlunit:xmlunit-matchers's changelog.

XMLUnit for Java 2.11.0 - /Released 2025-10-24/

  • the xmlunit-jakarta-jaxb-impl no longer depends on org.glassfish.jaxb:jaxb-runtime directly. Issue #313 PR #314

    This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on XMLUnit to provide the JAXB implementation.

Commits
  • 02aef5d release 2.11.0
  • c56a766 Merge pull request #314 from xmlunit/dont-directly-depend-on-jaxb-implementation
  • 0500c61 remove hard dependency on glassfish's JAXB implementation
  • cb37f53 Merge pull request #312 from xmlunit/release-2.10.4
  • b3d86ad don't sign cyclonedx signatures/checksum
  • 72c34c1 prepare next iteration
  • See full diff in compare view

Updates org.xmlunit:xmlunit-assertj3 from 2.10.4 to 2.11.0

Release notes

Sourced from org.xmlunit:xmlunit-assertj3's releases.

XMLUnit for Java 2.11.0

This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the xmlunit-jakarta-jaxb-impl modulle. If you don't use the module, you can ignore this release.

Up until XMLUnit 2.10.4 the xmlunit-jakarta-jaxb-impl module depended on org.glassfish.jaxb:jaxb-runtime making it more difficult to chose a different JAXB implementation than necessary (see #313). This dependency has now been removed.

If you use the xmlunit-jakarta-jaxb-impl module you may now need to specify the JAXB implementation you want to use explicitly. If you have excluded the module's dependency inside your own build configuration so far, you can now safely remove the exclusion.

Changelog

Sourced from org.xmlunit:xmlunit-assertj3's changelog.

XMLUnit for Java 2.11.0 - /Released 2025-10-24/

  • the xmlunit-jakarta-jaxb-impl no longer depends on org.glassfish.jaxb:jaxb-runtime directly. Issue #313 PR #314

    This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on XMLUnit to provide the JAXB implementation.

Commits
  • 02aef5d release 2.11.0
  • c56a766 Merge pull request #314 from xmlunit/dont-directly-depend-on-jaxb-implementation
  • 0500c61 remove hard dependency on glassfish's JAXB implementation
  • cb37f53 Merge pull request #312 from xmlunit/release-2.10.4
  • b3d86ad don't sign cyclonedx signatures/checksum
  • 72c34c1 prepare next iteration
  • See full diff in compare view

Updates org.xmlunit:xmlunit-matchers from 2.10.4 to 2.11.0

Release notes

Sourced from org.xmlunit:xmlunit-matchers's releases.

XMLUnit for Java 2.11.0

This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the xmlunit-jakarta-jaxb-impl modulle. If you don't use the module, you can ignore this release.

Up until XMLUnit 2.10.4 the xmlunit-jakarta-jaxb-impl module depended on org.glassfish.jaxb:jaxb-runtime making it more difficult to chose a different JAXB implementation than necessary (see #313). This dependency has now been removed.

If you use the xmlunit-jakarta-jaxb-impl module you may now need to specify the JAXB implementation you want to use explicitly. If you have excluded the module's dependency inside your own build configuration so far, you can now safely remove the exclusion.

Changelog

Sourced from org.xmlunit:xmlunit-matchers's changelog.

XMLUnit for Java 2.11.0 - /Released 2025-10-24/

  • the xmlunit-jakarta-jaxb-impl no longer depends on org.glassfish.jaxb:jaxb-runtime directly. Issue #313 PR #314

    This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on XMLUnit to provide the JAXB implementation.

Commits
  • 02aef5d release 2.11.0
  • c56a766 Merge pull request #314 from xmlunit/dont-directly-depend-on-jaxb-implementation
  • 0500c61 remove hard dependency on glassfish's JAXB implementation
  • cb37f53 Merge pull request #312 from xmlunit/release-2.10.4
  • b3d86ad don't sign cyclonedx signatures/checksum
  • 72c34c1 prepare next iteration
  • See full diff in compare view

Updates org.xmlunit:xmlunit-assertj3 from 2.10.4 to 2.11.0

Release notes

Sourced from org.xmlunit:xmlunit-assertj3's releases.

XMLUnit for Java 2.11.0

This release is identical to XMLUnit for Java 2.10.4 except for the dependency list of the xmlunit-jakarta-jaxb-impl modulle. If you don't use the module, you can ignore this release.

Up until XMLUnit 2.10.4 the xmlunit-jakarta-jaxb-impl module depended on org.glassfish.jaxb:jaxb-runtime making it more difficult to chose a different JAXB implementation than necessary (see #313). This dependency has now been removed.

If you use the xmlunit-jakarta-jaxb-impl module you may now need to specify the JAXB implementation you want to use explicitly. If you have excluded the module's dependency inside your own build configuration so far, you can now safely remove the exclusion.

Changelog

Sourced from org.xmlunit:xmlunit-assertj3's changelog.

XMLUnit for Java 2.11.0 - /Released 2025-10-24/

  • the xmlunit-jakarta-jaxb-impl no longer depends on org.glassfish.jaxb:jaxb-runtime directly. Issue #313 PR #314

    This is a breaking change and may force you to add an explicit dependency if you are using the module and rely on XMLUnit to provide the JAXB implementation.

Commits
  • 02aef5d release 2.11.0
  • c56a766 Merge pull request #314 from xmlunit/dont-directly-depend-on-jaxb-implementation
  • 0500c61 remove hard dependency on glassfish's JAXB implementation
  • cb37f53 Merge pull request #312 from xmlunit/release-2.10.4
  • b3d86ad don't sign cyclonedx signatures/checksum
  • 72c34c1 prepare next iteration
  • See full diff in compare view

Updates com.codeborne:selenide from 7.12.0 to 7.12.1

Release notes

Sourced from com.codeborne:selenide's releases.

v7.12.1

What's Changed

Full Changelog: selenide/selenide@v7.12.0...v7.12.1

Changelog

Sourced from com.codeborne:selenide's changelog.

7.12.1 (17.10.2025)

  • #3166 Add method to get all proxy filters - thanks for Aliaksandr Rasolka (#3167)
  • #3166 Keep proxy filters in the same order they were added (#3171)
  • #3168 Extract VideoConfiguration to interface (#3172)
  • #1391 Add sample how to emulate "print" media type (#3162)
  • #1157 Add sample how to toggle on/off "offline mode" (#3165)

See https://github.com/selenide/selenide/milestone/233

Commits
  • a943718 release Selenide 7.12.1
  • c12724f release Selenide 7.12.1
  • ecaad27 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
  • 8319d47 #3168 extract VideoConfiguration to interface
  • 250d1dc Bump com.github.spotbugs from 6.4.4 to 6.4.5
  • 0eecccf Bump com.vanniktech:gradle-maven-publish-plugin from 0.34.0 to 0.35.0
  • b391799 keep proxy filters in the same order they were added
  • 5079091 Add an ability to get all request/response proxy filters (#3167)
  • 9a67ec7 Bump com.google.errorprone:error_prone_annotations from 2.43.0 to 2.44.0
  • c8e52ce Bump commons-io:commons-io from 2.20.0 to 2.21.0
  • Additional commits viewable in compare view

Updates com.codeborne:selenide-proxy from 7.12.0 to 7.12.1

Release notes

Sourced from com.codeborne:selenide-proxy's releases.

v7.12.1

What's Changed

Full Changelog: selenide/selenide@v7.12.0...v7.12.1

Changelog

Sourced from com.codeborne:selenide-proxy's changelog.

7.12.1 (17.10.2025)

  • #3166 Add method to get all proxy filters - thanks for Aliaksandr Rasolka (#3167)
  • #3166 Keep proxy filters in the same order they were added (#3171)
  • #3168 Extract VideoConfiguration to interface (#3172)
  • #1391 Add sample how to emulate "print" media type (#3162)
  • #1157 Add sample how to toggle on/off "offline mode" (#3165)

See https://github.com/selenide/selenide/milestone/233

Commits
  • a943718 release Selenide 7.12.1
  • c12724f release Selenide 7.12.1
  • ecaad27 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
  • 8319d47 #3168 extract VideoConfiguration to interface
  • 250d1dc Bump com.github.spotbugs from 6.4.4 to 6.4.5
  • 0eecccf Bump com.vanniktech:gradle-maven-publish-plugin from 0.34.0 to 0.35.0
  • b391799 keep proxy filters in the same order they were added
  • 5079091 Add an ability to get all request/response proxy filters (#3167)
  • 9a67ec7 Bump com.google.errorprone:error_prone_annotations from 2.43.0 to 2.44.0
  • c8e52ce Bump commons-io:commons-io from 2.20.0 to 2.21.0
  • Additional commits viewable in compare view

Updates com.codeborne:selenide-proxy from 7.12.0 to 7.12.1

Release notes

Sourced from com.codeborne:selenide-proxy's releases.

v7.12.1

What's Changed

Full Changelog: selenide/selenide@v7.12.0...v7.12.1

Changelog

Sourced from com.codeborne:selenide-proxy's changelog.

7.12.1 (17.10.2025)

  • #3166 Add method to get all proxy filters - thanks for Aliaksandr Rasolka (#3167)
  • #3166 Keep proxy filters in the same order they were added (#3171)
  • #3168 Extract VideoConfiguration to interface (#3172)
  • #1391 Add sample how to emulate "print" media type (#3162)
  • #1157 Add sample how to toggle on/off "offline mode" (#3165)

See https://github.com/selenide/selenide/milestone/233

Commits
  • a943718 release Selenide 7.12.1
  • c12724f release Selenide 7.12.1
  • ecaad27 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
  • 8319d47 #3168 extract VideoConfiguration to interface
  • 250d1dc Bump com.github.spotbugs from 6.4.4 to 6.4.5
  • 0eecccf Bump com.vanniktech:gradle-maven-publish-plugin from 0.34.0 to 0.35.0
  • b391799 keep proxy filters in the same order they were added
  • 5079091 Add an ability to get all request/response proxy filters (#3167)
  • 9a67ec7 Bump com.google.errorprone:error_prone_annotations from 2.43.0 to 2.44.0
  • c8e52ce Bump commons-io:commons-io from 2.20.0 to 2.21.0
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson:jackson-bom from 2.19.2 to 2.19.4

Commits
  • 085b32f [maven-release-plugin] prepare release jackson-bom-2.19.4
  • f2a1f50 Prep for 2.19.4 release
  • ee69fcf ...
  • 3735e1e ...
  • d405492 Add helper script for safekeeping
  • 67f7da4 Post-release dep version bump
  • 5e0052f [maven-release-plugin] prepare for next development iteration
  • 1919993 [maven-release-plugin] prepare release jackson-bom-2.19.3
  • 81d8588 Prep for 2.19.3 release
  • db56c8c Merge branch '2.18' into 2.19
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.19.2 to 2.19.4

Commits

Updates org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0

Updates org.apache.cxf:cxf-tools-validator from 4.1.3 to 4.1.4

Updates org.apache.cxf:cxf-rt-transports-http from 4.1.3 to 4.1.4

Updates org.apache.cxf:cxf-rt-transports-http from 4.1.3 to 4.1.4

Updates commons-cli:commons-cli from 1.10.0 to 1.11.0

Changelog

Sourced from commons-cli:commons-cli's changelog.

Apache Commons CLI 1.11.0 Release Notes

The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.

Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.

This is a feature and maintenance release. Java 8 or later is required.

New Features

  •       Add CommandLine.getOptionCount() to measure option repetition [#396](https://github.com/apache/commons-cli/issues/396). Thanks to David Larochette, Gary Gregory.
    

Fixed Bugs

  • CLI-351: Multiple trailing BREAK_CHAR_SET characters cause infinite loop in HelpFormatter. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.
  • CLI-351: Fix issue with groups not being reported in help output. #411. Thanks to Damien Carbonne, Claude Warren, Gary Gregory.

Updates

  •       Bump org.apache.commons:commons-parent from 85 to 91 [#393](https://github.com/apache/commons-cli/issues/393). Thanks to Gary Gregory, Dependabot.
    
  •       Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory.
    

Historical list of changes: https://commons.apache.org/proper/commons-cli/changes.html

For complete information on Apache Commons CLI, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons CLI website:

https://commons.apache.org/proper/commons-cli/

Download page: https://commons.apache.org/proper/commons-cli/download_cli.cgi

Have fun! The Apache Commons Team


Apache Commons CLI 1.11.0 Release Notes

The Apache Commons CLI team is pleased to announce the release of Apache Commons CLI 1.11.0.

Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.

This is a feature and maintenance release. Java 8 or later is required.

... (truncated)

Commits

Updates commons-codec:commons-codec from 1.19.0 to 1.20.0

Changelog

Sourced from commons-codec:commons-codec's changelog.

Apache Commons Codec 1.20.0 Release Notes

The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.20.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

  •         Add org.apache.commons.codec.digest.Crc16. Thanks to Fredrik Kjellberg, Gary Gregory.
    
  •         Add builders to org.apache.commons.codec.digest streams and deprecate some old constructors. Thanks to Gary Gregory.
    
  •         Add builder to Base16 streams and deprecate some old constructors. Thanks to Gary Gregory.
    
  •         Add support for SHAKE128-256 and SHAKE256-512 to `DigestUtils` and `MessageDigestAlgorithms` on Java 25 and up. Thanks to Gary Gregory.
    
  •         Add BaseNCodec.AbstractBuilder.setDecodeTable(byte[]) and refactor subclasses. Thanks to Gary Gregory.
    

Changes

  •         Deprecate all but one Base32 constructor in favor of the builder added in version 1.17.0. Thanks to Gary Gregory.
    
  •         Deprecate all but one Base64 constructor in favor of the builder added in version 1.17.0. Thanks to Gary Gregory.
    
  •         BaseNCodecInputStream subclasses are now type-safe to match its matching BaseNCodec. Thanks to Gary Gregory.
    
  •         BaseNCodecOutputStream subclasses are now type-safe to match its matching BaseNCodec. Thanks to Gary Gregory.
    
  •         Bump org.apache.commons:commons-parent from 85 to 91. Thanks to Gary Gregory, Dependabot.
    
  •         [test] Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. Thanks to Gary Gregory.
    

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

Updates commons-io:commons-io from 2.20.0 to 2.21.0

Changelog

Sourced from commons-io:commons-io's changelog.

Apache Commons IO 2.21.0 Release Notes

The Apache Commons IO team is pleased to announce the release of Apache Commons IO 2.21.0.

Introduction

The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

Version 2.21.0: Java 8 or later is required.

New features

o FileUtils#byteCountToDisplaySize() supports Zettabyte, Yottabyte, Ronnabyte and Quettabyte #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.FileUtils.ONE_RB #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commons.io.FileUtils.ONE_QB #763. Thanks to strangelookingnerd, Gary Gregory. o Add org.apache.commo...

Description has been truncated

…28 updates

Bumps the java-minor-patch group with 28 updates in the /src directory:

| Package | From | To |
| --- | --- | --- |
| org.eclipse.jetty:jetty-server | `12.0.28` | `12.1.4` |
| org.eclipse.jetty:jetty-http | `12.0.28` | `12.1.4` |
| org.eclipse.jetty:jetty-xml | `12.0.28` | `12.1.4` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` |
| [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` |
| [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` |
| [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) | `2.10.4` | `2.11.0` |
| [org.xmlunit:xmlunit-matchers](https://github.com/xmlunit/xmlunit) | `2.10.4` | `2.11.0` |
| [org.xmlunit:xmlunit-assertj3](https://github.com/xmlunit/xmlunit) | `2.10.4` | `2.11.0` |
| [com.codeborne:selenide](https://github.com/selenide/selenide) | `7.12.0` | `7.12.1` |
| [com.codeborne:selenide-proxy](https://github.com/selenide/selenide) | `7.12.0` | `7.12.1` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.19.2` | `2.19.4` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.19.2` | `2.19.4` |
| org.apache.commons:commons-lang3 | `3.19.0` | `3.20.0` |
| org.apache.cxf:cxf-tools-validator | `4.1.3` | `4.1.4` |
| org.apache.cxf:cxf-rt-transports-http | `4.1.3` | `4.1.4` |
| [commons-cli:commons-cli](https://github.com/apache/commons-cli) | `1.10.0` | `1.11.0` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.19.0` | `1.20.0` |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.20.0` | `2.21.0` |
| [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.34` | `2.1.35` |
| io.swagger.parser.v3:swagger-parser-v3 | `2.1.34` | `2.1.35` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.19` | `1.5.21` |
| ch.qos.logback.access:logback-access-tomcat | `2.0.6` | `2.0.7` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.13.1` | `3.13.2` |
| io.swagger.core.v3:swagger-annotations | `2.2.38` | `2.2.40` |
| [org.quartz-scheduler:quartz](https://github.com/quartz-scheduler/quartz) | `2.5.0` | `2.5.1` |
| org.openapi.generator | `7.16.0` | `7.17.0` |



Updates `org.eclipse.jetty:jetty-server` from 12.0.28 to 12.1.4

Updates `org.eclipse.jetty:jetty-http` from 12.0.28 to 12.1.4

Updates `org.eclipse.jetty:jetty-xml` from 12.0.28 to 12.1.4

Updates `org.eclipse.jetty:jetty-http` from 12.0.28 to 12.1.4

Updates `org.eclipse.jetty:jetty-xml` from 12.0.28 to 12.1.4

Updates `org.junit.jupiter:junit-jupiter-engine` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `org.junit.vintage:junit-vintage-engine` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `org.junit.vintage:junit-vintage-engine` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `org.junit.platform:junit-platform-launcher` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.0...r6.0.1)

Updates `org.xmlunit:xmlunit-core` from 2.10.4 to 2.11.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.10.4...v2.11.0)

Updates `org.xmlunit:xmlunit-matchers` from 2.10.4 to 2.11.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.10.4...v2.11.0)

Updates `org.xmlunit:xmlunit-assertj3` from 2.10.4 to 2.11.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.10.4...v2.11.0)

Updates `org.xmlunit:xmlunit-matchers` from 2.10.4 to 2.11.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.10.4...v2.11.0)

Updates `org.xmlunit:xmlunit-assertj3` from 2.10.4 to 2.11.0
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.10.4...v2.11.0)

Updates `com.codeborne:selenide` from 7.12.0 to 7.12.1
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.12.0...v7.12.1)

Updates `com.codeborne:selenide-proxy` from 7.12.0 to 7.12.1
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.12.0...v7.12.1)

Updates `com.codeborne:selenide-proxy` from 7.12.0 to 7.12.1
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.12.0...v7.12.1)

Updates `com.fasterxml.jackson:jackson-bom` from 2.19.2 to 2.19.4
- [Commits](FasterXML/jackson-bom@jackson-bom-2.19.2...jackson-bom-2.19.4)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.2 to 2.19.4
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.apache.commons:commons-lang3` from 3.19.0 to 3.20.0

Updates `org.apache.cxf:cxf-tools-validator` from 4.1.3 to 4.1.4

Updates `org.apache.cxf:cxf-rt-transports-http` from 4.1.3 to 4.1.4

Updates `org.apache.cxf:cxf-rt-transports-http` from 4.1.3 to 4.1.4

Updates `commons-cli:commons-cli` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-cli@rel/commons-cli-1.10.0...rel/commons-cli-1.11.0)

Updates `commons-codec:commons-codec` from 1.19.0 to 1.20.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.20.0)

Updates `commons-io:commons-io` from 2.20.0 to 2.21.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0)

Updates `io.swagger.parser.v3:swagger-parser` from 2.1.34 to 2.1.35
- [Release notes](https://github.com/swagger-api/swagger-parser/releases)
- [Commits](swagger-api/swagger-parser@v2.1.34...v2.1.35)

Updates `io.swagger.parser.v3:swagger-parser-v3` from 2.1.34 to 2.1.35

Updates `io.swagger.parser.v3:swagger-parser-v3` from 2.1.34 to 2.1.35

Updates `ch.qos.logback:logback-classic` from 1.5.19 to 1.5.21
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.19...v_1.5.21)

Updates `ch.qos.logback.access:logback-access-tomcat` from 2.0.6 to 2.0.7

Updates `org.wiremock:wiremock-standalone` from 3.13.1 to 3.13.2
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.13.1...3.13.2)

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.38 to 2.2.40

Updates `org.quartz-scheduler:quartz` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/quartz-scheduler/quartz/releases)
- [Commits](quartz-scheduler/quartz@v2.5.0...v2.5.1)

Updates `org.openapi.generator` from 7.16.0 to 7.17.0

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-version: 12.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.eclipse.jetty:jetty-http
  dependency-version: 12.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.eclipse.jetty:jetty-xml
  dependency-version: 12.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.eclipse.jetty:jetty-http
  dependency-version: 12.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.eclipse.jetty:jetty-xml
  dependency-version: 12.1.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.xmlunit:xmlunit-core
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.xmlunit:xmlunit-matchers
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.xmlunit:xmlunit-matchers
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.xmlunit:xmlunit-assertj3
  dependency-version: 2.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: com.codeborne:selenide
  dependency-version: 7.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: com.codeborne:selenide-proxy
  dependency-version: 7.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: com.codeborne:selenide-proxy
  dependency-version: 7.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: 2.19.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-tools-validator
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-rt-transports-http
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.apache.cxf:cxf-rt-transports-http
  dependency-version: 4.1.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: commons-cli:commons-cli
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
- dependency-name: io.swagger.parser.v3:swagger-parser
  dependency-version: 2.1.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: io.swagger.parser.v3:swagger-parser-v3
  dependency-version: 2.1.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: io.swagger.parser.v3:swagger-parser-v3
  dependency-version: 2.1.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: ch.qos.logback.access:logback-access-tomcat
  dependency-version: 2.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.wiremock:wiremock-standalone
  dependency-version: 3.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.quartz-scheduler:quartz
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-minor-patch
- dependency-name: org.openapi.generator
  dependency-version: 7.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-minor-patch
...

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 Nov 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 19, 2025 07:48
@dependabot dependabot bot requested review from mloitm and removed request for a team November 19, 2025 07:48
@github-actions
Copy link

Job Summary for Gradle

Build and test :: BuildAndPackageWithUnitTests
Gradle Root Project Requested Tasks Gradle Version Build Outcome Build Scan®
x-road-core build sonar test intTest jacocoTestReport 9.0.0 Build Scan not published

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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant