Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2026

Bumps the alldependencies group with 25 updates in the / directory:

Package From To
io.swagger.core.v3.swagger-gradle-plugin 2.2.41 2.2.42
org.webjars:jquery-validation 1.20.0 1.21.0
com.netflix.nebula.jakartaee-migration 2.0.0 2.0.1
org.openapi.generator 7.17.0 7.19.0
org.jdbi:jdbi3-core 3.39.1 3.51.0
io.swagger.core.v3:swagger-jaxrs2-jakarta 2.2.41 2.2.42
io.swagger.core.v3:swagger-models-jakarta 2.2.41 2.2.42
com.fasterxml.jackson.core:jackson-databind 2.20.1 2.21.0
com.fasterxml.jackson.core:jackson-core 2.20.1 2.21.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.20.1 2.21.0
io.swagger.codegen.v3:swagger-codegen-cli 3.0.61 3.0.75
com.fasterxml.jackson.core:jackson-annotations 2.20 2.21
org.openapitools:jackson-databind-nullable 0.2.1 0.2.8
jakarta.xml.bind:jakarta.xml.bind-api 4.0.0 4.0.4
org.glassfish.jaxb:jaxb-runtime 4.0.0 4.0.4
org.seleniumhq.selenium:selenium-java 4.38.0 4.40.0
com.auth0:java-jwt 4.4.0 4.5.0
net.bytebuddy:byte-buddy 1.15.3 1.18.4
org.apache.tomcat.embed:tomcat-embed-core 11.0.14 11.0.15
org.apache.tomcat.embed:tomcat-embed-jasper 11.0.14 11.0.15
org.apache.tomcat:tomcat-jdbc 11.0.14 11.0.15
commons-io:commons-io 2.11.0 2.21.0
commons-lang:commons-lang 2.5 2.6
io.swagger.parser.v3:swagger-parser-v3 2.1.25 2.1.37
org.webjars:swagger-ui 5.18.3 5.31.0

Updates io.swagger.core.v3.swagger-gradle-plugin from 2.2.41 to 2.2.42

Updates org.webjars:jquery-validation from 1.20.0 to 1.21.0

Commits
  • e2202ec [maven-release-plugin] prepare release jquery-validation-1.21.0
  • 6617ac9 bump to 1.21.0 - fixes #19
  • 12acb38 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.netflix.nebula.jakartaee-migration from 2.0.0 to 2.0.1

Updates org.openapi.generator from 7.17.0 to 7.19.0

Updates org.jdbi:jdbi3-core from 3.39.1 to 3.51.0

Release notes

Sourced from org.jdbi:jdbi3-core's releases.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support

3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.

3.49.6

We have some problems with our upstream parent POM. There are changes to Maven Central that require us to roll the parent POM into the Jdbi project. This is a temporary thing and will go away as soon as uploading parent poms to Central has been reenabled.

  • Add support for PGvector types (#2830)
  • Improve concurrency of statement cache loading (#2834)
  • ExtensionHandler interface pulls out handling of target object into new AttachedExtensionHandler interface (#2828)
  • collectInto supports types that do not implement Collection ( #2849, thanks @​mattbertolini !)

Note that with the release of Java 25, this will be the last release to support Java 11!

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions

Jdbi3 3.49.4

  • Add experimental support for Kotlin Value types as arguments and columns (#2790, suggested and aided by @​SpyMachine)

3.49.3

  • Only use JFR if the flight recorder was registered (#2736)

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation

3.49.1

... (truncated)

Changelog

Sourced from org.jdbi:jdbi3-core's changelog.

3.51.0

  • Add new jackson3 artifact for Jackson 3 ( #2878 )

  • Support configuring log level for SqlLogger (#2901, thanks @​phinjensen! )

  • Update to SLF4J 2, to allow for configurable log levels in SqlLogger (#2902)

  • Deprecate for removal installPlugins plugin discovery. It's too easy to get yourself into trouble.

  • Support TYPE_USE @Nullable annotations like JSpecify ( #2899, thanks @​protocol7 ! )

  • Allow @GetGeneratedKeys on @SqlUpdate methods to return multiple results as Lists or arrays (#2897, original PR by @​aharin, thank you!)

3.50.0

JDK Baseline Update

3.50.0 is the first release of Jdbi to require Java 17. Thank you Java 11 for your service! We intend to do occasional bug patches for significant bugs or security issues but there will be no further active development work.

Experimental Java Native support 3.50.0 is the first release to support using Jdbi directly in native compilation. We only support using the Java 25+ GraalVM toolchain and fully expect that there are bugs, breakages and things that are not working well. If you use Jdbi in a native environment and find any problems, we would be thrilled to get bug reports!

  • CI verifies Jdbi runs well in GraalVM native-image (#2476, thanks @​Eng-Fouad !)
  • 3.50.0 contains no bug fixes, user visible code or API changes compared to 3.49.6.

3.49.6

We have some problems with our upstream parent POM. There are changes to Maven Central that require us to roll the parent POM into the Jdbi project. This is a temporary thing and will go away as soon as uploading parent poms to Central has been reenabled.

  • Add support for PGvector types (#2830)
  • Improve concurrency of statement cache loading (#2834)
  • ExtensionHandler interface pulls out handling of target object into new AttachedExtensionHandler interface (#2828)
  • collectInto supports types that do not implement Collection ( #2849, thanks @​mattbertolini !)

3.49.5

  • Fix SerializableTransactionRunner retry with failures wrapped in batch exceptions
  • Add Oracle-Free tests

3.49.4

  • Add experimental support for Kotlin Value types as arguments and columns (#2790, suggested and aided by @​SpyMachine)

3.49.3

... (truncated)

Commits
  • 094374e [maven-release-plugin] prepare release v3.51.0
  • ec689a6 add 3.51.0 release information
  • 167a311 code review feedback changes
  • 13346e6 native-image: reorganize tests to run in a single executable
  • cc06139 Merge pull request #2904 from hgschmie/get_generated_keys_list
  • cc26724 add release notes
  • 68231fb Update fix for #1807
  • fd8ebc0 Fix GetGeneratedKeys when return is a List
  • 98dd3bc release notes #2901
  • 093bb61 Make Slf4JSqlLogger level final
  • Additional commits viewable in compare view

Updates io.swagger.core.v3:swagger-jaxrs2-jakarta from 2.2.41 to 2.2.42

Updates io.swagger.core.v3:swagger-models-jakarta from 2.2.41 to 2.2.42

Updates io.swagger.core.v3:swagger-models-jakarta from 2.2.41 to 2.2.42

Updates com.fasterxml.jackson.core:jackson-databind from 2.20.1 to 2.21.0

Commits

Updates com.fasterxml.jackson.core:jackson-core from 2.20.1 to 2.21.0

Commits
  • 80fb536 [maven-release-plugin] prepare release jackson-core-2.21.0
  • 9097789 Prep for 2.21.0 release
  • d678c69 Javadoc fix for StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION (defaults to `...
  • 67912b2 Minor improvement to UTF32Reader.read() bounds-checks
  • ecf5de2 ...
  • dbb1765 Merge branch '2.20' into 2.x
  • 66a9467 Merge branch '2.19' into 2.20
  • b46c0bd Merge branch '2.18' into 2.19
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.20.1 to 2.21.0

Updates io.swagger.codegen.v3:swagger-codegen-cli from 3.0.61 to 3.0.75

Updates com.fasterxml.jackson.core:jackson-core from 2.20.1 to 2.21.0

Commits
  • 80fb536 [maven-release-plugin] prepare release jackson-core-2.21.0
  • 9097789 Prep for 2.21.0 release
  • d678c69 Javadoc fix for StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION (defaults to `...
  • 67912b2 Minor improvement to UTF32Reader.read() bounds-checks
  • ecf5de2 ...
  • dbb1765 Merge branch '2.20' into 2.x
  • 66a9467 Merge branch '2.19' into 2.20
  • b46c0bd Merge branch '2.18' into 2.19
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-annotations from 2.20 to 2.21

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.20.1 to 2.21.0

Updates org.openapitools:jackson-databind-nullable from 0.2.1 to 0.2.8

Release notes

Sourced from org.openapitools:jackson-databind-nullable's releases.

v0.2.8 released

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.7...v0.2.8

v0.2.7 released

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.7

v0.2.6 released

What's Changed

New Contributors

Full Changelog: OpenAPITools/jackson-databind-nullable@v0.2.5...v0.2.6

v0.2.5 released

... (truncated)

Commits
  • 108f5bd v0.2.8 release (#92)
  • b2ca809 Update to move away from deprecated methods (#91)
  • 377e8c4 Change the maven compile execution for Java 8 to override the default compile...
  • 5b73076 Fix typos and linguistic errors in documentation (#88)
  • 85e68d4 Bump org.junit:junit-bom from 5.13.4 to 5.14.0 (#87)
  • 9dd4094 Build as multi release jar (#62)
  • 6712288 Ignore semver-major Mockito and JUnit updates until Java 17+ is used for buil...
  • f377eda adding the following methods to JsonNullable, based on methods (#68)
  • 09ee5fc Ignore Hibernate Validator updates until Java 17+ is used for builds (#83)
  • 338ccf8 Update GitHub actions to use commit sha instead of tags to avoid supply chain...
  • Additional commits viewable in compare view

Updates jakarta.xml.bind:jakarta.xml.bind-api from 4.0.0 to 4.0.4

Release notes

Sourced from jakarta.xml.bind:jakarta.xml.bind-api's releases.

Jakarta XML Binding API 4.0.2

The 4.0.2 release is a bug fix release of 4.0.0.

Following changes are included:

  • #229 - Documented exception thrown is incorrect for javax.xml.bind.DatatypeConverter#print(Object) methods
  • #231 - Incorrect exception thrown by javax.xml.bind.DatatypeConverter
  • #236 - Fix the link to WS-I BP 1.0 in the spec
  • #284 - Re-use SAXParserFactory in AbstractUnmarshallerImpl for better performance
  • Javadoc improvements - formatting, typos, grammar, sample code
  • uses Jakarta Activation APIs 2.1.3

New Contributors

Full Changelog: jakartaee/jaxb-api@4.0.1...4.0.2

Jakarta XML Binding API 4.0.1

The 4.0.1 release is a bug fix release of 4.0.0.

Following changes are included:

  • #240 - Fixes parseBoolean according spec
  • #273 - Allow usage of API jar on Android platform
  • #275 - Make sure providers get only properties they are required to understand
  • #276 - Add instructions for OSGi mediator
  • uses Jakarta Activation APIs 2.1.2

New Contributors

Full Changelog: jakartaee/jaxb-api@4.0.0...4.0.1

Commits
  • 1df980a Update API version of : to 4.0.4
  • 5548633 fix #315
  • b44c5ca activation-api 2.1.4
  • b106241 Create TCK challenge template
  • d91e825 Merge pull request #322 from jakartaee/4.0.3-RELEASE
  • 85e2fb6 Update API version of : to 4.0.4-SNAPSHOT
  • cae8cae Update API version of : to 4.0.3
  • 256b24e fix: Unmarshalling hexBinary with leading whitespaces yields null (#313)
  • 57884ff Fix #316, Unable to override JAXBContextFactory through properties (#317)
  • 3cb177a Handle empty string input for parseBase64Binary instead of throwing IllegalAr...
  • Additional commits viewable in compare view

Updates org.glassfish.jaxb:jaxb-runtime from 4.0.0 to 4.0.4

Updates org.glassfish.jaxb:jaxb-runtime from 4.0.0 to 4.0.4

Updates org.seleniumhq.selenium:selenium-java from 4.38.0 to 4.40.0

Release notes

Sourced from org.seleniumhq.selenium:selenium-java's releases.

Selenium 4.40.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits
  • b3333f1 [build] Prepare for release of Selenium 4.40 (#16931)
  • 1229133 [build] manual trigger job needs an approval step to limit
  • 1cc4bc7 [build] remove ruby remote tests from CI
  • bcd0976 [build] use rulesets to restrict and unrestrict trunk during release window (...
  • 47dbd0d [dotnet] [bidi] Expose Input module in root BiDi class (#16940)
  • 1fefb89 [dotnet] [bidi] FileDialogOpened event in Input module (#16934)
  • 691fb1c [grid] Improve race conditions in Grid session distribution (#16939)
  • aaeb4a5 [build] ensure compatible edge browser and driver when pinning
  • 492b6c4 [dotnet] fix syntax issue with bazel target preventing build
  • 631c5b0 [java] sanitize descriptions before using them in JavaDoc comments
  • Additional commits viewable in compare view

Updates com.auth0:java-jwt from 4.4.0 to 4.5.0

Release notes

Sourced from com.auth0:java-jwt's releases.

4.5.0

Added

Fixed

  • empty expected audience array should throw InvalidClaimException #679 (jimmyjames)
Changelog

Sourced from com.auth0:java-jwt's changelog.

4.5.0 (2025-01-29)

Full Changelog

Added

Fixed

  • empty expected audience array should throw InvalidClaimException #679 (jimmyjames)

4.5.0 (2025-01-28)

Full Changelog

Added

Fixed

  • empty expected audience array should throw InvalidClaimException #679 (jimmyjames)

4.5.0 (2025-01-22)

Full Changelog

Added

Fixed

  • empty expected audience array should throw InvalidClaimException #679 (jimmyjames)
Commits

Updates net.bytebuddy:byte-buddy from 1.15.3 to 1.18.4

Release notes

Sourced from net.bytebuddy:byte-buddy's releases.

Byte Buddy 1.18.4

  • Add support for new build description in Android 9.

Byte Buddy 1.18.3

  • Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.
  • Add additional safety when processing class files with illegally formed parameters.
  • Update to latest ASM.

Byte Buddy 1.18.2

  • Support modifiers for value classes in Valhalla builds.
  • Improve use of build cache in Gradle.

Byte Buddy 1.18.1

  • Fix generated module-info to include new package.

Byte Buddy 1.18.0

  • Add support for module-info class files and ModuleDescriptions.
  • Allow for manipulating module information using the ByteBuddy API.

Byte Buddy 1.17.8

  • Avoid use of types that are deprecated as of Java 26.
  • Include ASM 9.9 that offers ASM support for Java 26.
  • Make sure that generated code internal to Byte Buddy supports CDS if available.
  • Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.

Byte Buddy 1.17.7

  • Specify correct JVM environment for Android builds when using the Gradle plugin.
  • Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.
  • Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.

Byte Buddy 1.17.6

  • Add convenience wrapper for ResettableClassFileTransformer that implicitly delegates to correct transformer method.
  • Add filter for deduplicate fields and methods in class file.
  • Add missing static requirement of Spotbugs annotations to module descriptors.
  • Add LazinessMode for TypePool and add convenience support to AgentBuilder.
  • Fix source jars for multi-version release to contain duplicated source.

Byte Buddy 1.17.5

  • Update ASM to version 9.8 to support Java 25 using ASM reader and writer.
  • Include AnnotationRemoval visitor for removing or replacing annotations.

Byte Buddy 1.17.4

  • Add SafeVarargs plugin.
  • Fix OSGi declaration for byte-buddy-agent.

Byte Buddy 1.17.3

  • Fix bug in ASM to Class File API bridge handling tableswitch instructions.
  • Add plugin for adding SafeVarargs annotations.
  • Further generify MemberSubstitution API.

... (truncated)

Changelog

Sourced from net.bytebuddy:byte-buddy's changelog.

16. January 2026: version 1.18.4

  • Add support for new build description in Android 9.

26. November 2025: version 1.18.3

  • Avoid using Class File API when Byte Buddy is loaded on the boot loader where multi-release jars are not available.
  • Add additional safety when processing class files with illegally formed parameters.
  • Update to latest ASM.

26. November 2025: version 1.18.2

  • Support modifiers for value classes in Valhalla builds.
  • Improve use of build cache in Gradle.

12. November 2025: version 1.18.1

  • Fix generated module-info to include new package.

11. November 2025: version 1.18.0

  • Add support for module-info class files and ModuleDescriptions.
  • Allow for manipulating module information using the ByteBuddy API.

8. October 2025: version 1.17.8

  • Avoid use of types that are deprecated as of Java 26.
  • Include ASM 9.9 that offers ASM support for Java 26.
  • Make sure that generated code internal to Byte Buddy supports CDS if available.
  • Update version of ASM to JDK Class File API bridge to fix some minor bugs related to type annotations.

17. August 2025: version 1.17.7

  • Specify correct JVM environment for Android builds when using the Gradle plugin.
  • Avoid recomputing the size of a parameter list for performance reasons after measuring the significant impact.
  • Correct validation of JVM names to avoid breaking when Java names are not allowed while JVM names are, with Kotlin and others.

16. June 2025: version 1.17.6

  • Add convenience wrapper for ResettableClassFileTransformer that implicitly delegates to correct transformer method.
  • Add filter for deduplicate fields and methods in class file.
  • Add missing static requirement of Spotbugs annotations to module descriptors.
  • Add LazinessMode for TypePool and add convenience support to AgentBuilder.
  • Fix source jars for multi-version release to contain duplicated source.

30. March 2025: version 1.17.5

  • Update ASM to version 9.8 to support Java 25 using ASM reader and writer.
  • Include AnnotationRemoval visitor for removing or replacing annotations.

... (truncated)

Commits
  • c080180 [maven-release-plugin] prepare release byte-buddy-1.18.4
  • 3e40080 [release] Release new version
  • e94974f [release] Release new version
  • b09ee41 Android 9 (#1881)
  • 647b6d0 Update checksums.
  • c6169a2 Do not run multi-release target on JDK8 publish.
  • e049d8f Add profile for Java 8 release.
  • 887ca37 Update internal Byte Buddy
  • cdcbb65 [maven-release-plugin] prepare for next development iteration
  • 6f358c8 [maven-release-plugin] prepare release byte-buddy-1.18.3
  • Additional commits viewable in compare view

Updates org.apache.tomcat.embed:tomcat-embed-core from 11.0.14 to 11.0.15

Updates org.apache.tomcat.embed:tomcat-embed-jasper from 11.0.14 to 11.0.15

Updates org.apache.tomcat:tomcat-jdbc from 11.0.14 to 11.0.15

Updates org.apache.tomcat.embed:tomcat-embed-jasper from 11.0.14 to 11.0.15

Updates org.apache.tomcat:tomcat-jdbc from 11.0.14 to 11.0.15

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

Changelog

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

Apache Commons IO 2.22.0 Release Notes

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

Introduction

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

Description has been truncated

Bumps the alldependencies group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| io.swagger.core.v3.swagger-gradle-plugin | `2.2.41` | `2.2.42` |
| [org.webjars:jquery-validation](https://github.com/webjars/jquery-validation) | `1.20.0` | `1.21.0` |
| com.netflix.nebula.jakartaee-migration | `2.0.0` | `2.0.1` |
| org.openapi.generator | `7.17.0` | `7.19.0` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.39.1` | `3.51.0` |
| io.swagger.core.v3:swagger-jaxrs2-jakarta | `2.2.41` | `2.2.42` |
| io.swagger.core.v3:swagger-models-jakarta | `2.2.41` | `2.2.42` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.1` | `2.21.0` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.20.1` | `2.21.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.20.1` | `2.21.0` |
| io.swagger.codegen.v3:swagger-codegen-cli | `3.0.61` | `3.0.75` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.20` | `2.21` |
| [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) | `0.2.1` | `0.2.8` |
| [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) | `4.0.0` | `4.0.4` |
| org.glassfish.jaxb:jaxb-runtime | `4.0.0` | `4.0.4` |
| [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) | `4.38.0` | `4.40.0` |
| [com.auth0:java-jwt](https://github.com/auth0/java-jwt) | `4.4.0` | `4.5.0` |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.15.3` | `1.18.4` |
| org.apache.tomcat.embed:tomcat-embed-core | `11.0.14` | `11.0.15` |
| org.apache.tomcat.embed:tomcat-embed-jasper | `11.0.14` | `11.0.15` |
| org.apache.tomcat:tomcat-jdbc | `11.0.14` | `11.0.15` |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.11.0` | `2.21.0` |
| commons-lang:commons-lang | `2.5` | `2.6` |
| io.swagger.parser.v3:swagger-parser-v3 | `2.1.25` | `2.1.37` |
| [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.18.3` | `5.31.0` |



Updates `io.swagger.core.v3.swagger-gradle-plugin` from 2.2.41 to 2.2.42

Updates `org.webjars:jquery-validation` from 1.20.0 to 1.21.0
- [Commits](webjars/jquery-validation@jquery-validation-1.20.0...jquery-validation-1.21.0)

Updates `com.netflix.nebula.jakartaee-migration` from 2.0.0 to 2.0.1

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

Updates `org.jdbi:jdbi3-core` from 3.39.1 to 3.51.0
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.39.1...v3.51.0)

Updates `io.swagger.core.v3:swagger-jaxrs2-jakarta` from 2.2.41 to 2.2.42

Updates `io.swagger.core.v3:swagger-models-jakarta` from 2.2.41 to 2.2.42

Updates `io.swagger.core.v3:swagger-models-jakarta` from 2.2.41 to 2.2.42

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.1 to 2.21.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.20.1 to 2.21.0
- [Commits](FasterXML/jackson-core@jackson-core-2.20.1...jackson-core-2.21.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.1 to 2.21.0

Updates `io.swagger.codegen.v3:swagger-codegen-cli` from 3.0.61 to 3.0.75

Updates `com.fasterxml.jackson.core:jackson-core` from 2.20.1 to 2.21.0
- [Commits](FasterXML/jackson-core@jackson-core-2.20.1...jackson-core-2.21.0)

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.20.1 to 2.21.0

Updates `org.openapitools:jackson-databind-nullable` from 0.2.1 to 0.2.8
- [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases)
- [Commits](OpenAPITools/jackson-databind-nullable@jackson-databind-nullable-0.2.1...v0.2.8)

Updates `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.0 to 4.0.4
- [Release notes](https://github.com/jakartaee/jaxb-api/releases)
- [Commits](jakartaee/jaxb-api@4.0.0...4.0.4)

Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.0 to 4.0.4

Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.0 to 4.0.4

Updates `org.seleniumhq.selenium:selenium-java` from 4.38.0 to 4.40.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.38.0...selenium-4.40.0)

Updates `com.auth0:java-jwt` from 4.4.0 to 4.5.0
- [Release notes](https://github.com/auth0/java-jwt/releases)
- [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md)
- [Commits](auth0/java-jwt@4.4.0...4.5.0)

Updates `net.bytebuddy:byte-buddy` from 1.15.3 to 1.18.4
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.15.3...byte-buddy-1.18.4)

Updates `org.apache.tomcat.embed:tomcat-embed-core` from 11.0.14 to 11.0.15

Updates `org.apache.tomcat.embed:tomcat-embed-jasper` from 11.0.14 to 11.0.15

Updates `org.apache.tomcat:tomcat-jdbc` from 11.0.14 to 11.0.15

Updates `org.apache.tomcat.embed:tomcat-embed-jasper` from 11.0.14 to 11.0.15

Updates `org.apache.tomcat:tomcat-jdbc` from 11.0.14 to 11.0.15

Updates `commons-io:commons-io` from 2.11.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.11.0...rel/commons-io-2.21.0)

Updates `commons-lang:commons-lang` from 2.5 to 2.6

Updates `io.swagger.parser.v3:swagger-parser-v3` from 2.1.25 to 2.1.37

Updates `org.webjars:swagger-ui` from 5.18.3 to 5.31.0
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Commits](swagger-api/swagger-ui@v5.18.3...v5.31.0)

---
updated-dependencies:
- dependency-name: io.swagger.core.v3.swagger-gradle-plugin
  dependency-version: 2.2.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.webjars:jquery-validation
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.netflix.nebula.jakartaee-migration
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.openapi.generator
  dependency-version: 7.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: io.swagger.core.v3:swagger-jaxrs2-jakarta
  dependency-version: 2.2.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: io.swagger.core.v3:swagger-models-jakarta
  dependency-version: 2.2.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: io.swagger.core.v3:swagger-models-jakarta
  dependency-version: 2.2.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: io.swagger.codegen.v3:swagger-codegen-cli
  dependency-version: 3.0.75
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: '2.21'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: org.openapitools:jackson-databind-nullable
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-version: 4.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.seleniumhq.selenium:selenium-java
  dependency-version: 4.40.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: com.auth0:java-jwt
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-version: 1.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-version: 11.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
  dependency-version: 11.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.apache.tomcat:tomcat-jdbc
  dependency-version: 11.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-jasper
  dependency-version: 11.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.apache.tomcat:tomcat-jdbc
  dependency-version: 11.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: commons-lang:commons-lang
  dependency-version: '2.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
- dependency-name: io.swagger.parser.v3:swagger-parser-v3
  dependency-version: 2.1.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.webjars:swagger-ui
  dependency-version: 5.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
...

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 Jan 20, 2026
@sonarqubecloud
Copy link

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