Skip to content

chore(deps): bump the other-dependencies group across 1 directory with 43 updates - #1272

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

chore(deps): bump the other-dependencies group across 1 directory with 43 updates#1272
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/other-dependencies-c28e8f3e83

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the other-dependencies group with 43 updates in the / directory:

Package From To
com.fasterxml.jackson:jackson-bom 2.21.1 2.22.1
org.projectlombok:lombok 1.18.42 1.18.46
org.slf4j:slf4j-api 2.0.17 2.0.18
ch.qos.logback:logback-classic 1.5.32 1.6.1
joda-time:joda-time 2.14.0 2.14.3
org.codehaus.plexus:plexus-utils 4.0.2 4.0.3
org.slf4j:slf4j-ext 2.0.17 2.0.18
io.swagger.core.v3:swagger-models 2.2.43 2.2.53
io.swagger.core.v3:swagger-core 2.2.43 2.2.53
io.swagger.parser.v3:swagger-parser 2.1.38 2.1.46
commons-io:commons-io 2.21.0 2.22.0
commons-codec:commons-codec 1.21.0 1.22.1
org.apache.commons:commons-collections4 4.5.0 4.6.0
org.junit:junit-bom 6.0.3 6.1.3
org.mockito:mockito-core 5.22.0 5.23.0
org.mockito:mockito-junit-jupiter 5.22.0 5.23.0
org.sonatype.central:central-publishing-maven-plugin 0.10.0 0.11.0
org.apache.maven.plugins:maven-dependency-plugin 3.10.0 3.11.0
org.apache.maven.plugins:maven-invoker-plugin 3.9.1 3.10.1
org.apache.maven.plugins:maven-jar-plugin 3.5.0 3.5.1
org.apache.maven.plugins:maven-surefire-plugin 3.5.5 3.5.6
org.sonarsource.scanner.maven:sonar-maven-plugin 5.5.0.6356 5.7.0.6970
org.jacoco:jacoco-maven-plugin 0.8.14 0.8.15
com.github.jknack:handlebars 4.5.0 4.5.4
org.apache.maven:maven-embedder 3.9.12 3.9.16
org.apache.maven:maven-compat 3.9.12 3.9.16
org.apache.maven:maven-model-builder 3.9.12 3.9.16
com.github.javaparser:javaparser-core 3.28.0 3.28.2
org.hibernate.validator:hibernate-validator 9.1.0.Final 9.1.3.Final
org.jetbrains.kotlin:kotlin-stdlib 2.3.10 2.4.10
org.jetbrains.kotlin:kotlin-reflect 2.3.10 2.4.10
org.jetbrains.kotlin:kotlin-maven-plugin 2.3.10 2.4.10
org.jetbrains.dokka:dokka-maven-plugin 2.1.0 2.2.0
org.apache.maven:maven-core 3.9.12 3.9.16
org.apache.maven:maven-artifact 3.9.12 3.9.16
org.apache.maven:maven-plugin-api 3.9.12 3.9.16
org.codehaus.plexus:plexus-archiver 4.11.0 4.12.0
io.github.openfeign:feign-core 13.9.1 13.13
io.github.openfeign:feign-jackson 13.9.1 13.13
io.github.openfeign:feign-slf4j 13.9.1 13.13
io.github.openfeign:feign-okhttp 13.9.1 13.13
com.squareup.okhttp3:mockwebserver 5.3.2 5.4.0
com.squareup.okhttp3:okhttp 5.3.2 5.4.0

Updates com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.22.1

Commits
  • b749a0c [maven-release-plugin] prepare release jackson-bom-2.22.1
  • 569073f Prep for 2.22.1 release
  • 87627b1 Merge branch '2.21' into 2.22
  • da540ae Post-release dep version bump
  • 5f0462e [maven-release-plugin] prepare for next development iteration
  • 252ea90 [maven-release-plugin] prepare release jackson-bom-2.21.5
  • 0bbea7f Prep for 2.21.5 release
  • f6c940d Post-release dep version bump
  • 31cfc40 [maven-release-plugin] prepare for next development iteration
  • 112e859 [maven-release-plugin] prepare release jackson-bom-2.22.0
  • Additional commits viewable in compare view

Updates org.projectlombok:lombok from 1.18.42 to 1.18.46

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.46 (April 22nd, 2026)

  • PLATFORM: JDK26 support added #4019.
  • PLATFORM: Spring Tools Suite 5 supported #3985.
  • BUGFIX: @Jacksonized no longer stops generating @JsonProperty once an explicit @JsonIgnore annotations is encountered #4022.
  • BUGFIX: In eclipse, mixing @Jacksonized and fluent = true no longer causes the error com.fasterxml.jackson.annotation.JsonProperty is not a repeatable annotation interface. #3934.
  • BUGFIX: Some finishing touches for v1.18.44's support of Jackson3 #4004.

v1.18.44 (March 11th, 2026)

  • FEATURE: @Jacksonized now supports both Jackson2 and Jackson3; you'll get a warning until you configure which one (or even both!) you want lombok to generate. #3950.
  • BUGFIX: On JDK25, val and @ExtensionMethod could sometimes cause erroneous errors (in that you see errors but compilation succeeds anyway) using javac. #3947.
  • BUGFIX: @Jacksonized + fields marked transient would result in those transient fields being serialised which is surprising (and thus undesired) behaviour. #3936.
Commits
  • 936ca59 [build] lombok's launcher is still intended to be 1.4 compatible, or at least...
  • fcdab3f [version] pre-release version bump
  • 1cb7d49 [changelog]#4004 Mention Jackson3 final touches in changelog.
  • 12a15b0 Fix: Bump EA_JDK to 27 (25 and 26 have been released)
  • 2be766c Merge branch 'jackson3-final-touches'
  • 290fa4c [trivial] constantize the warning we spit out for ambiguous jackson2/3, and m...
  • e6567b6 test: Add Jackson 3 test cases and version ambiguity warnings
  • 45e72e2 feat: Add Jackson 3 databind/dataformat annotations to HandlerUtil copy lists
  • 184d423 feat: Add Jackson 3 support to @​Jacksonized handlers
  • e027ad0 refactored to ShadowClassLoader use Collections::enumeration instead of Vector
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.17 to 2.0.18

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

Release notes

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

Logback 1.6.1

2026-07-28 Release of logback version 1.6.1

• In TimeBasedRollingPolicy, when the file option is set, the intermediate file renamed before asynchronous compression now receives the target archive name without the compression suffix (e.g. .gz, .zip, .xz). Previously it used a nanotime-based .tmp suffix. This makes the file easier to identify if compression fails during rollover. (See also the following paragraph.)

• On GZ, ZIP, or XZ compression failure, the original (uncompressed) log file is no longer deleted. Compression strategies now delete the source file only after successful compression and emit a warning that the original was left intact.

• ConsoleAppender with now probes JLine's org.jline.jansi.AnsiConsole first and falls back to the legacy FuseSource org.fusesource.jansi.AnsiConsole class. This keeps ANSI coloring working after Jansi moved under the JLine project. The optional org.jline:jansi-core artifact is declared as a dependency alongside the existing FuseSource jansi dependency. A preferredJansiClassName property was added for tests. This issue was reported in issues/1043 by seonwoo_jung who also provided the relevant PR.

• LayoutWrappingEncoder now reports an error at start() when no layout is set and guards encode() against a null layout. Previously, a missing layout (for example after an ignored // branch) allowed the encoder to start and then fail with a NullPointerException on every event, resulting in silent log loss. This issue was reported in issues/1046 by seonwoo_jung who also provided the relevant PR.

• FileCollisionAnalyser now detects file collisions involving nested appenders of SiftingAppender. When the nested file or fileNamePattern does not textually reference the discriminator key (e.g. ${userId}), a warning is issued at configuration time naming the appender, the key, and the shared target. This closes a gap where statically declared file appenders were checked but sifted nested appenders were not. This enhancement was contributed in [PR #1041](qos-ch/logback#1041) by seonwoo_jung.

• More defensive handling in SyslogOutputStream and SyslogAppenderBase: the close() method now ensures that resources are closed, writes and flushes check that the underlying resources are in a valid state and fallback to no-op otherwise.

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

• See https://logback.qos.ch/news.html#1.6.1 for the original text.

Logback 1.6.0

2026-07-23 Release of logback version 1.6.0

• Removed certain deprecated variables, methods, and classes. For the list of removed members see release_1.6.0.txt.

• In AsyncAppenderBase, the put(ILoggingEvent) method now has the protected modifier to allow access from derived classes. This change was requested by Thomas Skjølberg in pr#1053.

• Bump SLF4J dependency to version 2.0.18.

See also the overview of the 1.6.x series.

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

Logback 1.5.38

2026-07-09 Release of logback version 1.5.38

• In HardenedObjectInputStream, fixed a typo preventing Throwable objects from being white-filtered. This issue was reported in [PR #1045](qos-ch/logback#1045) by t0rchwo0d.

• A bitwise identical binary of this version can be reproduced by building from source code at commit d04984a41fce42977466f45a2f076f0ee5cc4207 associated with the tag v_1.5.38. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.37

2026-06-26 Release of logback version 1.5.37

  1. • Given the numerous vulnerabilities related to conditional configuration processing based on the evaluation of Java expressions using the Janino library, support for such expressions has been removed. Users are offered the an online migration service or the <condition> element introduced in version 1.5.20. See the relevant documentation for more details.

• A bitwise identical binary of this version can be reproduced by building from source code at commit c1df7f522e648eec7b4ef6a12c8758fec0f00048 associated with the tag v_1.5.37. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Logback 1.5.36

2026-06-25 Release of logback version 1.5.36

• The 'condition' attribute in <if> elements now reject certain references that are associated with ACE attacks. This issue was reported by "yulate" (yulate531@gmail.com.com) and registered as CVE-2026-13006. Please note that version 1.5.37 provides the full fix to this vulnerability.

... (truncated)

Commits
  • 57759f4 prepare release 1.6.1
  • 175f99f fix imports
  • 4b8773e add compressionFailureLeavesOriginalFileIntact test for XZ compression
  • cafaf11 do not delete original file if compression fails
  • ee50125 let the temporary file before compression be target file without the .gz or ....
  • 5626acc minor refactoring
  • d97da4f minor refactoring
  • 159c045 more defensive coding in SyslogOutputStream and in SyslogAppenderBase
  • 9427d6b slight refactoring for clarity
  • 79c4179 slight refactoring
  • Additional commits viewable in compare view

Updates joda-time:joda-time from 2.14.0 to 2.14.3

Release notes

Sourced from joda-time:joda-time's releases.

Release v2.14.3

See the change notes for more information.

What's Changed

Full Changelog: JodaOrg/joda-time@v2.14.2...v2.14.3

Release v2.14.2

See the change notes for more information.

What's Changed

Full Changelog: JodaOrg/joda-time@v2.14.1...v2.14.2

Release v2.14.1

See the change notes for more information.

What's Changed

New Contributors

Full Changelog: JodaOrg/joda-time@v2.14.0...v2.14.1

Commits

Updates org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3

Release notes

Sourced from org.codehaus.plexus:plexus-utils's releases.

4.0.3

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • c86a34f [maven-release-plugin] prepare release plexus-utils-4.0.3
  • aa38f66 Fix release-drafter v7 branch filtering (#322)
  • 08018c8 Use filter-by-range instead of filter-by-commitish (#320)
  • bcb8a13 Scope release-drafter to master branch releases (#318)
  • 18fa340 Fix release-drafter v7 label validation error (#317)
  • a1d6820 Fix release-drafter config for v7 (#316)
  • 4ffcc20 Restore release-drafter config with correct tag template (#315)
  • d250e15 Add Automatic-Module-Name manifest entry (#314)
  • 96227de Delete .github/release-drafter.yml
  • 0da61cd Bump release-drafter/release-drafter from 6 to 7
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-ext from 2.0.17 to 2.0.18

Updates io.swagger.core.v3:swagger-models from 2.2.43 to 2.2.53

Updates io.swagger.core.v3:swagger-core from 2.2.43 to 2.2.53

Release notes

Sourced from io.swagger.core.v3:swagger-core's releases.

Swagger-core 2.2.53 released!

  • chore: update Jackson to 2.22.1 (#5258)
  • refactor: replace writer(new DefaultPrettyPrinter()) with writerWithDefaultPrettyPrinter() (#5252)
  • fix: Stabilize CI Maven and Gradle builds (#5238)
  • test: remove system.out.println from tests (#5236)
  • chore: bump dependencies (#5229)
  • refactor: simplify type handling in ModelDeserializer (#5227)
  • Revert "hotfix: temporarily allow Release workflow to skip mvn deploy to recover 2.2.52 (#5220)" (#5223)
  • chore(deps-dev): bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.25 (#5216)
  • chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (#5209)
  • chore(deps-dev): bump commons-codec:commons-codec from 1.17.2 to 1.22.0 (#5208)
  • fix: emit $ref for array items when cycle guard suppresses implementation processing (#5205)
  • Restore inner property name from map key in handleUnwrapped (#5193)
  • Honor PropertyNamingStrategy for get/is-prefixed property names (#5192)
  • fix: let explicit @​Schema(format) override type-derived format (#5185) (#5186)
  • docs: update format of javadoc to produce a functional link (#5182)
  • fix: exclude overridable annotation values when parsing composed annotations (#5179)
  • fix: negative and positive validation annotations uses relevant OAS 3.1 syntax ( #5170) (#5171)

Swagger-core 2.2.52 released!

  • chore(deps): bump jackson-version from 2.21.1 to 2.22.0 (#5203)
  • chore(deps): bump maven.version from 3.9.14 to 3.9.16 (#5195)
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.6 (#5190)
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.12.0 (#5157)
  • fix: Avoid locale-dependent NumberFormat in IntegerSchema (#5140)
  • fix: ensure that @​Nullable does not incorrectly affect object schemas (#5124)

Swagger-core 2.2.51 released!

  • chore(deps-dev): bump logback-version from 1.5.25 to 1.5.32 (#5149)
  • chore(deps): bump slf4j-version from 2.0.9 to 2.0.17 (#5137)

Swagger-core 2.2.50 released!

  • fix: serialize a boolean schema example value as a JsonNode (#5173)
  • chore: migrate from tibdex/github-app-token to actions/create-github-app-token (#5169)
  • fix: resolve Validation Meta annotations not working (#4886) (#4986)

Swagger-core 2.2.49 released!

  • fix(gradle-plugin): avoid eager classpath resolution in Gradle plugin (#5164)
  • fix: ensure deduplication of required items in Schema (#5163)
  • fix: add support for Positive, PositiveOrZero, Negative, and NegativeOrZero validation constraints (#5162)
  • chore(deps): bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1 in /modules/swagger-project-jakarta/modules/swagger-maven-plugin-jakarta (#5155)
  • chore(deps): bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1 (#5147)
  • Regenerate maven wrapper after bumping (#5143)
  • Bump build-helper-maven-plugin to 3.6.1 (#5141)
  • chore: bump Apache Maven to 3.9.14 and maven-wrapper to 3.3.4 (#5139)
  • Update apache maven distributionUrl to 3.9.9 fixing npe on snapshot deploy step (#5138)

... (truncated)

Commits
  • c4bc5f2 prepare release 2.2.53 (#5259)
  • 7d14a26 refactor: replace writer(new DefaultPrettyPrinter()) with `writerWithDefaul...
  • b9b2d8c chore: update Jackson to 2.22.1 (#5258)
  • 4aeaa51 Honor PropertyNamingStrategy for get/is-prefixed property names (#5192)
  • 42ef86b fix: preserve array items via $ref when cycle guard suppresses implementation...
  • be0548d Restore inner property name from map key in handleUnwrapped (#5193)
  • f3de17d refactor: simplify type handling in ModelDeserializer (#5227)
  • c4363f5 fix: exclude overridable annotation values when parsing composed annotations ...
  • 6f799ee fix: let explicit @​Schema(format) override type-derived format (#5185) (#5186)
  • 604c480 chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (#5209)
  • Additional commits viewable in compare view

Updates io.swagger.core.v3:swagger-core from 2.2.43 to 2.2.53

Release notes

Sourced from io.swagger.core.v3:swagger-core's releases.

Swagger-core 2.2.53 released!

  • chore: update Jackson to 2.22.1 (#5258)
  • refactor: replace writer(new DefaultPrettyPrinter()) with writerWithDefaultPrettyPrinter() (#5252)
  • fix: Stabilize CI Maven and Gradle builds (#5238)
  • test: remove system.out.println from tests (#5236)
  • chore: bump dependencies (#5229)
  • refactor: simplify type handling in ModelDeserializer (#5227)
  • Revert "hotfix: temporarily allow Release workflow to skip mvn deploy to recover 2.2.52 (#5220)" (#5223)
  • chore(deps-dev): bump org.codehaus.groovy:groovy from 3.0.23 to 3.0.25 (#5216)
  • chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (#5209)
  • chore(deps-dev): bump commons-codec:commons-codec from 1.17.2 to 1.22.0 (#5208)
  • fix: emit $ref for array items when cycle guard suppresses implementation processing (#5205)
  • Restore inner property name from map key in handleUnwrapped (#5193)
  • Honor PropertyNamingStrategy for get/is-prefixed property names (#5192)
  • fix: let explicit @​Schema(format) override type-derived format (#5185) (#5186)
  • docs: update format of javadoc to produce a functional link (#5182)
  • fix: exclude overridable annotation values when parsing composed annotations (#5179)
  • fix: negative and positive validation annotations uses relevant OAS 3.1 syntax ( #5170) (#5171)

Swagger-core 2.2.52 released!

  • chore(deps): bump jackson-version from 2.21.1 to 2.22.0 (#5203)
  • chore(deps): bump maven.version from 3.9.14 to 3.9.16 (#5195)
  • chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.6 (#5190)
  • chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.12.0 (#5157)
  • fix: Avoid locale-dependent NumberFormat in IntegerSchema (#5140)
  • fix: ensure that @​Nullable does not incorrectly affect object schemas (#5124)

Swagger-core 2.2.51 released!

  • chore(deps-dev): bump logback-version from 1.5.25 to 1.5.32 (#5149)
  • chore(deps): bump slf4j-version from 2.0.9 to 2.0.17 (#5137)

Swagger-core 2.2.50 released!

  • fix: serialize a boolean schema example value as a JsonNode (#5173)
  • chore: migrate from tibdex/github-app-token to actions/create-github-app-token (#5169)
  • fix: resolve Validation Meta annotations not working (#4886) (#4986)

Swagger-core 2.2.49 released!

  • fix(gradle-plugin): avoid eager classpath resolution in Gradle plugin (#5164)
  • fix: ensure deduplication of required items in Schema (#5163)
  • fix: add support for Positive, PositiveOrZero, Negative, and NegativeOrZero validation constraints (#5162)
  • chore(deps): bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1 in /modules/swagger-project-jakarta/modules/swagger-maven-plugin-jakarta (#5155)
  • chore(deps): bump org.codehaus.plexus:plexus-utils from 3.6.0 to 3.6.1 (#5147)
  • Regenerate maven wrapper after bumping (#5143)
  • Bump build-helper-maven-plugin to 3.6.1 (#5141)
  • chore: bump Apache Maven to 3.9.14 and maven-wrapper to 3.3.4 (#5139)
  • Update apache maven distributionUrl to 3.9.9 fixing npe on snapshot deploy step (#5138)

... (truncated)

Commits
  • c4bc5f2 prepare release 2.2.53 (#5259)
  • 7d14a26 refactor: replace writer(new DefaultPrettyPrinter()) with `writerWithDefaul...
  • b9b2d8c chore: update Jackson to 2.22.1 (#5258)
  • 4aeaa51 Honor PropertyNamingStrategy for get/is-prefixed property names (#5192)
  • 42ef86b fix: preserve array items via $ref when cycle guard suppresses implementation...
  • be0548d Restore inner property name from map key in handleUnwrapped (#5193)
  • f3de17d refactor: simplify type handling in ModelDeserializer (#5227)
  • c4363f5 fix: exclude overridable annotation values when parsing composed annotations ...
  • 6f799ee fix: let explicit @​Schema(format) override type-derived format (#5185) (#5186)
  • 604c480 chore(deps): bump commons-cli:commons-cli from 1.9.0 to 1.11.0 (#5209)
  • Additional commits viewable in compare view

Updates io.swagger.parser.v3:swagger-parser from 2.1.38 to 2.1.46

Release notes

Sourced from io.swagger.parser.v3:swagger-parser's releases.

Swagger-parser 2.1.46 released!

  • chore: introduce jackson bom and update to 2.22 line (#2368)

Swagger-parser 2.1.45 released!

  • bump swagger-core to 2.2.52 (#2359)
  • build(deps): bump org.yaml:snakeyaml from 2.4 to 2.6 (#2355)
  • build(deps-dev): bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.11.0 (#2354)
  • build(deps): bump swagger-core-version from 2.2.50 to 2.2.51 (#2353)
  • build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.22.0 (#2352)
  • build(deps-dev): bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.4.0 (#2350)
  • chore: fix syntax error in next-snapshot workflow (#2347)
  • build(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.5.0 (#2329)
  • build(deps-dev): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.12.0 (#2328)

Swagger-parser 2.1.44 released!

  • fix: Replace the unsafe Yaml instantiation in ReferenceVisitor.getYam… (#2344)

Swagger-parser 2.1.43 released!

  • fix: resolve refs within external schemas (#2338)

Swagger-parser 2.1.42 released!

  • Update swagger-core to 2.2.50 (#2334)
  • fix: use explicit prefix for array items with dotted property names (#2330)
  • chore: migrate from tibdex/github-app-token to actions/create-github-app-token (#2324)
  • build(deps): bump commons-io:commons-io from 2.20.0 to 2.22.0 (#2319)
  • build(deps): bump org.apache.commons:commons-lang3 from 3.18.0 to 3.20.0 (#2318)
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.5 (#2316)

Swagger-parser 2.1.41 released!

  • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.14 (#2317)
  • chore: update v2 parser to 1.0.76 (#2314)
  • Prevent StackOverflowError in ResolverFully (#2297)
  • Fix thread-safety bug in OpenAPIDereferencer31 (#2294)
  • fix(converter): keep x-nullable in shared $ref responses (#2276)

Swagger-parser 2.1.40 released!

  • Update peter-evans/create-pull-request to v8 (#2308)
  • chore: bump core version to 2.2.48 (#2306)
  • fix: ensure maxYamlCodePoints is reliably set and cleaned up in large file tests (#2305)
  • Update gh actions (#2300)

Swagger-parser 2.1.39 released!

... (truncated)

Commits
  • 37d7afd prepare release 2.1.46 (#2369)
  • 70a592c chore: introduce jackson bom and update to 2.22 line (#2368)
  • fcbd9ed bump snapshot 2.1.46-SNAPSHOT (#2361)
  • 05c2b71 prepare release 2.1.45 (#2360)
  • ef9f551 bump swagger-core to 2.2.52 (#2359)
  • 75c0366 build(deps): bump swagger-core-version from 2.2.50 to 2.2.51 (#2353)
  • 3e0726b build(deps-dev): bump org.sonatype.central:central-publishing-maven-plugin (#...
  • fa0cc91 build(deps): bump org.yaml:snakeyaml from 2.4 to 2.6 (#2355)
  • a901e02 build(deps): bump com.fasterxml.jackson.core:jackson-databind (#2352)
  • 3e57896 build(deps-dev): bump org.apache.maven.plugins:maven-source-plugin (#2350)
  • Additional commits viewable in compare view

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

Updates commons-codec:commons-codec from 1.21.0 to 1.22.1

Changelog

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

Apache Commons Codec 1.22.1 Release Notes

The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.22.1.

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.

Fixed Bugs

  • CODEC-344: Base64.Builder.setEncodeTable(byte...) accepts invalid custom alphabets. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-340: Base58.Builder.setEncodeTable(byte...) is ignored when encoding and decoding. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-342: Base32.Builder.setEncodeTable(byte...) can create a codec that cannot decode its own output. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-343: Base32.Builder.setHexDecodeTable(boolean) sets the encode table to a decode lookup table. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-341: Base16.Builder.setEncodeTable(byte...) can create a codec that cannot decode its own output. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-339: URLCodec.encodeUrl(BitSet, byte[]) allows custom safe sets to emit URL encoding control characters. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-338: PercentCodec loses literal '+' when plusForSpace is enabled. Thanks to Ruiqi Dong, Gary Gregory.
  • CODEC-337: Digest ALL reuses System.in, so only the first algorithm sees the real input (#431). Thanks to Ruiqi Dong, Gary Gregory.
  •         Fix Base64.toIntegerBytes(BigInteger) for zero edge case ([#441](https://github.com/apache/commons-codec/issues/441)). Thanks to Gary Gregory.
    
  •         Add messages when throwing NullPointerException. Thanks to Gary Gregory.
    
  •         Add messages when throwing NullPointerException. Thanks to Gary Gregory.
    
  •         StringEncoderComparator.StringEncoderComparator(StringEncoder) now fails fast on null input. Thanks to Gary Gregory.
    

Changes

  •         Bump org.apache.commons:commons-parent from 98 to 103. Thanks to Gary Gregory.
    
  •         Bump commons-io:commons-io from 2.21.0 to 2.22.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


Apache Commons Codec 1.22.0 Release Notes

The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.22.0.

... (truncated)

Commits
  • dc8f6c8 Prepare for the release candidate 1.22.1 RC1
  • 8203c1c Prepare for the next release candidate
  • 5647fe2 StringEncoderComparator.StringEncoderComparator(StringEncoder) now fails
  • 00c27a9 Reduce vertical whitespace
  • 568f2d7 Remove unused method
  • 316fb15 Remove unused method
  • bf6b543 Bump actions/checkout from 7.0.0 to 7.0.1
  • e14cdfe Extract redundant code.
  • 3351e63 Add messages when throwing NullPointerException.
  • f22dab7 Update SCM tag
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0

Updates org.junit:junit-bom from 6.0.3 to 6.1.3

Release notes

Sourced from

…h 43 updates

Bumps the other-dependencies group with 43 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.21.1` | `2.22.1` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.42` | `1.18.46` |
| org.slf4j:slf4j-api | `2.0.17` | `2.0.18` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.32` | `1.6.1` |
| [joda-time:joda-time](https://github.com/JodaOrg/joda-time) | `2.14.0` | `2.14.3` |
| [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) | `4.0.2` | `4.0.3` |
| org.slf4j:slf4j-ext | `2.0.17` | `2.0.18` |
| io.swagger.core.v3:swagger-models | `2.2.43` | `2.2.53` |
| [io.swagger.core.v3:swagger-core](https://github.com/swagger-api/swagger-core) | `2.2.43` | `2.2.53` |
| [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.38` | `2.1.46` |
| commons-io:commons-io | `2.21.0` | `2.22.0` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.21.0` | `1.22.1` |
| org.apache.commons:commons-collections4 | `4.5.0` | `4.6.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.3` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.22.0` | `5.23.0` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.22.0` | `5.23.0` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.10.0` | `0.11.0` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.10.0` | `3.11.0` |
| [org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin) | `3.9.1` | `3.10.1` |
| [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.5.0` | `3.5.1` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` |
| [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) | `5.5.0.6356` | `5.7.0.6970` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.14` | `0.8.15` |
| [com.github.jknack:handlebars](https://github.com/jknack/handlebars.java) | `4.5.0` | `4.5.4` |
| org.apache.maven:maven-embedder | `3.9.12` | `3.9.16` |
| [org.apache.maven:maven-compat](https://github.com/apache/maven) | `3.9.12` | `3.9.16` |
| org.apache.maven:maven-model-builder | `3.9.12` | `3.9.16` |
| [com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser) | `3.28.0` | `3.28.2` |
| [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) | `9.1.0.Final` | `9.1.3.Final` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.4.10` |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `2.3.10` | `2.4.10` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.3.10` | `2.4.10` |
| [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) | `2.1.0` | `2.2.0` |
| org.apache.maven:maven-core | `3.9.12` | `3.9.16` |
| org.apache.maven:maven-artifact | `3.9.12` | `3.9.16` |
| [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) | `3.9.12` | `3.9.16` |
| [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) | `4.11.0` | `4.12.0` |
| [io.github.openfeign:feign-core](https://github.com/openfeign/feign) | `13.9.1` | `13.13` |
| [io.github.openfeign:feign-jackson](https://github.com/openfeign/feign) | `13.9.1` | `13.13` |
| [io.github.openfeign:feign-slf4j](https://github.com/openfeign/feign) | `13.9.1` | `13.13` |
| [io.github.openfeign:feign-okhttp](https://github.com/openfeign/feign) | `13.9.1` | `13.13` |
| [com.squareup.okhttp3:mockwebserver](https://github.com/square/okhttp) | `5.3.2` | `5.4.0` |
| [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `5.3.2` | `5.4.0` |



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

Updates `org.projectlombok:lombok` from 1.18.42 to 1.18.46
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.42...v1.18.46)

Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.18

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

Updates `joda-time:joda-time` from 2.14.0 to 2.14.3
- [Release notes](https://github.com/JodaOrg/joda-time/releases)
- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)
- [Commits](JodaOrg/joda-time@v2.14.0...v2.14.3)

Updates `org.codehaus.plexus:plexus-utils` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
- [Commits](codehaus-plexus/plexus-utils@plexus-utils-4.0.2...plexus-utils-4.0.3)

Updates `org.slf4j:slf4j-ext` from 2.0.17 to 2.0.18

Updates `io.swagger.core.v3:swagger-models` from 2.2.43 to 2.2.53

Updates `io.swagger.core.v3:swagger-core` from 2.2.43 to 2.2.53
- [Release notes](https://github.com/swagger-api/swagger-core/releases)
- [Commits](swagger-api/swagger-core@v2.2.43...v2.2.53)

Updates `io.swagger.core.v3:swagger-core` from 2.2.43 to 2.2.53
- [Release notes](https://github.com/swagger-api/swagger-core/releases)
- [Commits](swagger-api/swagger-core@v2.2.43...v2.2.53)

Updates `io.swagger.parser.v3:swagger-parser` from 2.1.38 to 2.1.46
- [Release notes](https://github.com/swagger-api/swagger-parser/releases)
- [Commits](swagger-api/swagger-parser@v2.1.38...v2.1.46)

Updates `commons-io:commons-io` from 2.21.0 to 2.22.0

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

Updates `org.apache.commons:commons-collections4` from 4.5.0 to 4.6.0

Updates `org.junit:junit-bom` from 6.0.3 to 6.1.3
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.3...r6.1.3)

Updates `org.mockito:mockito-core` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.22.0...v5.23.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.22.0...v5.23.0)

Updates `org.mockito:mockito-junit-jupiter` from 5.22.0 to 5.23.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.22.0...v5.23.0)

Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.10.0 to 0.11.0
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)

Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.10.0...maven-dependency-plugin-3.11.0)

Updates `org.apache.maven.plugins:maven-invoker-plugin` from 3.9.1 to 3.10.1
- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
- [Commits](apache/maven-invoker-plugin@maven-invoker-plugin-3.9.1...maven-invoker-plugin-3.10.1)

Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](apache/maven-jar-plugin@maven-jar-plugin-3.5.0...maven-jar-plugin-3.5.1)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)

Updates `org.sonarsource.scanner.maven:sonar-maven-plugin` from 5.5.0.6356 to 5.7.0.6970
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
- [Commits](SonarSource/sonar-scanner-maven@5.5.0.6356...5.7.0.6970)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.14 to 0.8.15
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.14...v0.8.15)

Updates `com.github.jknack:handlebars` from 4.5.0 to 4.5.4
- [Release notes](https://github.com/jknack/handlebars.java/releases)
- [Commits](jknack/handlebars.java@v4.5.0...v4.5.4)

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

Updates `org.apache.maven:maven-compat` from 3.9.12 to 3.9.16
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.12...maven-3.9.16)

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

Updates `org.apache.maven:maven-compat` from 3.9.12 to 3.9.16
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.12...maven-3.9.16)

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

Updates `com.github.javaparser:javaparser-core` from 3.28.0 to 3.28.2
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](javaparser/javaparser@javaparser-parent-3.28.0...javaparser-parent-3.28.2)

Updates `org.hibernate.validator:hibernate-validator` from 9.1.0.Final to 9.1.3.Final
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/9.1.3.Final/changelog.md)
- [Commits](hibernate/hibernate-validator@9.1.0.Final...9.1.3.Final)

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.3.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.10...v2.4.10)

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.3.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.10...v2.4.10)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.10 to 2.4.10

Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.3.10 to 2.4.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.3.10...v2.4.10)

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.3.10 to 2.4.10

Updates `org.jetbrains.dokka:dokka-maven-plugin` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/Kotlin/dokka/releases)
- [Commits](Kotlin/dokka@v2.1.0...v2.2.0)

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

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

Updates `org.apache.maven:maven-plugin-api` from 3.9.12 to 3.9.16
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.12...maven-3.9.16)

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

Updates `org.codehaus.plexus:plexus-archiver` from 4.11.0 to 4.12.0
- [Release notes](https://github.com/codehaus-plexus/plexus-archiver/releases)
- [Changelog](https://github.com/codehaus-plexus/plexus-archiver/blob/master/ReleaseNotes.md)
- [Commits](codehaus-plexus/plexus-archiver@plexus-archiver-4.11.0...plexus-archiver-4.12.0)

Updates `org.apache.maven:maven-plugin-api` from 3.9.12 to 3.9.16
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.12...maven-3.9.16)

Updates `io.github.openfeign:feign-core` from 13.9.1 to 13.13
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.9.1...13.13)

Updates `io.github.openfeign:feign-jackson` from 13.9.1 to 13.13
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.9.1...13.13)

Updates `io.github.openfeign:feign-slf4j` from 13.9.1 to 13.13
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.9.1...13.13)

Updates `io.github.openfeign:feign-okhttp` from 13.9.1 to 13.13
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.9.1...13.13)

Updates `io.github.openfeign:feign-jackson` from 13.9.1 to 13.13
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.9.1...13.13)

Updates `io.github.openfeign:feign-slf4j` from 13.9.1 to 13.13
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.9.1...13.13)

Updates `io.github.openfeign:feign-okhttp` from 13.9.1 to 13.13
- [Release notes](https://github.com/openfeign/feign/releases)
- [Changelog](https://github.com/OpenFeign/feign/blob/master/CHANGELOG.md)
- [Commits](OpenFeign/feign@13.9.1...13.13)

Updates `com.squareup.okhttp3:mockwebserver` from 5.3.2 to 5.4.0
- [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md)
- [Commits](lysine-dev/okhttp@parent-5.3.2...parent-5.4.0)

Updates `com.squareup.okhttp3:okhttp` from 5.3.2 to 5.4.0
- [Changelog](https://github.com/lysine-dev/okhttp/blob/main/CHANGELOG.md)
- [Commits](lysine-dev/okhttp@parent-5.3.2...parent-5.4.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: joda-time:joda-time
  dependency-version: 2.14.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.codehaus.plexus:plexus-utils
  dependency-version: 4.0.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.slf4j:slf4j-ext
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.swagger.core.v3:swagger-core
  dependency-version: 2.2.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.swagger.core.v3:swagger-core
  dependency-version: 2.2.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.swagger.parser.v3:swagger-parser
  dependency-version: 2.1.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: commons-io:commons-io
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.commons:commons-collections4
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-version: 5.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.maven.plugins:maven-invoker-plugin
  dependency-version: 3.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-version: 3.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
  dependency-version: 5.7.0.6970
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-version: 0.8.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: com.github.jknack:handlebars
  dependency-version: 4.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-embedder
  dependency-version: 3.9.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-compat
  dependency-version: 3.9.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-model-builder
  dependency-version: 3.9.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-compat
  dependency-version: 3.9.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-model-builder
  dependency-version: 3.9.16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: com.github.javaparser:javaparser-core
  dependency-version: 3.28.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-version: 9.1.3.Final
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.4.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-version: 2.4.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.4.10
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.dokka:dokka-maven-plugin
  dependency-version: 2.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-core
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-artifact
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-artifact
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.codehaus.plexus:plexus-archiver
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-core
  dependency-version: '13.13'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-jackson
  dependency-version: '13.13'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-slf4j
  dependency-version: '13.13'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-okhttp
  dependency-version: '13.13'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-jackson
  dependency-version: '13.13'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-slf4j
  dependency-version: '13.13'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-okhttp
  dependency-version: '13.13'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: com.squareup.okhttp3:mockwebserver
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: com.squareup.okhttp3:okhttp
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
...

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

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants