Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

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

Package From To
org.webjars:jquery-validation 1.20.0 1.21.0
com.netflix.nebula.jakartaee-migration 2.0.0 2.0.1
org.jdbi:jdbi3-core 3.39.1 3.51.0
io.swagger.codegen.v3:swagger-codegen-cli 3.0.61 3.0.75
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.39.0
com.auth0:java-jwt 4.4.0 4.5.0
net.bytebuddy:byte-buddy 1.15.3 1.18.2
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.36
org.webjars:swagger-ui 5.18.3 5.30.3

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.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.codegen.v3:swagger-codegen-cli from 3.0.61 to 3.0.75

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.39.0

Release notes

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

Selenium 4.39.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

... (truncated)

Commits
  • 126f156 [build] Prepare for release of Selenium 4.39.0 (#16672)
  • 080c81f fix flaky Ruby test devtools_spec.rb
  • 87fef04 [dotnet] [bidi] Remove browsing scoped events at core level (#16694)
  • d9d1d79 [dotnet] [bidi] Always provide new json options for modules (#16691)
  • 54f45d3 [dotnet] [bidi] BrowsingContext type as record with equality (#16692)
  • fab7984 [py] Bump urllib3 in packaging and dev dependencies (#16690)
  • fb859ad [dotnet] [bidi] Stateful converters with hydration (#16670)
  • cfd57e3 Revert "[java] use --enable-chrome-logs to redirect browser I/O streams"
  • efe5a4f [java] Add JSpecify annotations to ChromiumDriver (Issue #14291) (#16628)
  • 9667310 [java] avoid ClassCastException for unexpected driver responses #16389
  • 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.2

Release notes

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

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.

Byte Buddy 1.17.2

  • Update Class File API integration to include support for several omitted byte codes.
  • Adjust attach API emulation for OpenJ9 to not create subfolder if temporary folder is set explicitly.

Byte Buddy 1.17.1

  • Fix bug in MemberSubstitution were argument indices were resolved by one digit off.
  • Update Class File API integration to avoid that parameter annotations are lost.

... (truncated)

Changelog

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

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.

23. March 2025: version 1.17.4

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

21. March 2025: version 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)

Commits
  • f1b5bb6 [maven-release-plugin] prepare release byte-buddy-1.18.2
  • fe283b2 [release] Release new version
  • 509da7c Correct modifier masks.
  • 25d778f Fix typo.
  • ee31734 Add support for Valhalla modifiers.
  • 5b84e81 Fix javadoc and avoid local storage.
  • f290bda Avoid running equals tests on annotations due to bugs.
  • 7e753c6 Make gradle plugin configuration cache friendly (#1874)
  • 0afa8ea Oppdaterer checksums og POM.
  • 600a833 [maven-release-plugin] prepare for next development iteration
  • 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.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.commons.io.output.ProxyOutputStream.writeRepeat(byte[], int, int, long). Thanks to Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(byte[], long). Thanks to Gary Gregory. o Add org.apache.commons.io.output.ProxyOutputStream.writeRepeat(int, long). Thanks to Gary Gregory. o Add length unit support in FileSystem limits. Thanks to Piotr P. Karwasz. o Add IOUtils.toByteArray(InputStream, int, int) for safer chunked reading with size validation. Thanks to Piotr P. Karwasz. o Add org.apache.commons.io.file.PathUtils.getPath(String, String). Thanks to Gary Gregory. o Add org.apache.commons.io.channels.ByteArraySeekableByteChannel. Thanks to Gary Gregory. o Add IOIterable.asIterable(). Thanks to Gary Gregory. o Add NIO channel support to AbstractStreamBuilder. Thanks to Piotr P. Karwasz. o Add CloseShieldChannel to close-shielded NIO Channels #786. Thanks to Piotr P. Karwasz. o Added IOUtils.checkFromIndexSize as a Java 8 backport of Objects.checkFromIndexSize #790. Thanks to Piotr P. Karwasz.

Fixed Bugs

o When testing on Java 21 and up, enable -XX:+EnableDynamicAgentLoading. Thanks to Gary Gregory. o When testing on Java 24 and up, don't fail FileUtilsListFilesTest for a different behavior in the JRE. Thanks to Gary Gregory. o ValidatingObjectInputStream does not validate dynamic proxy interfaces. Thanks to Stanislav Fort, Gary Gregory. o BoundedInputStream.getRemaining() now reports Long.MAX_VALUE instead of 0 when no limit is set. Thanks to Piotr P. Karwasz. o BoundedInputStream.available() correctly accounts for the maximum read limit. Thanks to Piotr P. Karwasz. o Deprecate IOUtils.readFully(InputStream, int) in favor of toByteArray(InputStream, int). Thanks to Gary Gregory, Piotr P. Karwasz. o IOUtils.toByteArray(InputStream) now throws IOException on byte array overflow. Thanks to Piotr P. Karwasz. o Javadoc general improvements. Thanks to Gary Gregory, Piotr P. Karwasz. o IOUtils.toByteArray() now throws EOFException when not enough data is available #796. Thanks to Piotr P. Karwasz. o Fix IOUtils.skip() usage in concurrent scenarios. Thanks to Piotr P. Karwasz. o [javadoc] Fix XmlStreamReader Javadoc to indicate the correct class that is built #806. Thanks to J Hawkins.

Changes

o Bump org.apache.commons:commons-parent from 85 to 91 #774, #783, #808. Thanks to Gary Gregory, Dependabot.

... (truncated)

Commits

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

| Package | From | To |
| --- | --- | --- |
| [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.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.39.1` | `3.51.0` |
| io.swagger.codegen.v3:swagger-codegen-cli | `3.0.61` | `3.0.75` |
| [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.39.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.2` |
| 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.36` |
| [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.18.3` | `5.30.3` |



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.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.codegen.v3:swagger-codegen-cli` from 3.0.61 to 3.0.75

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.39.0
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Commits](SeleniumHQ/selenium@selenium-4.38.0...selenium-4.39.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.2
- [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.2)

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.36

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

---
updated-dependencies:
- 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.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.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: 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.39.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.2
  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.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: alldependencies
- dependency-name: org.webjars:swagger-ui
  dependency-version: 5.30.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: alldependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 15, 2025
@sonarqubecloud
Copy link

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 24, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 24, 2025
@dependabot dependabot bot deleted the dependabot/gradle/alldependencies-11220effa5 branch December 24, 2025 01:09
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