Skip to content

Comments

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

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/other-dependencies-3279492d0a
Open

chore(deps): bump the other-dependencies group across 1 directory with 24 updates#1216
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/other-dependencies-3279492d0a

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2026

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

Package From To
com.fasterxml.jackson:jackson-bom 2.20.1 2.21.0
ch.qos.logback:logback-classic 1.5.23 1.5.32
org.codehaus.plexus:plexus-xml 4.1.0 4.1.1
io.swagger.core.v3:swagger-models 2.2.41 2.2.43
io.swagger.core.v3:swagger-core 2.2.41 2.2.43
io.swagger.parser.v3:swagger-parser 2.1.37 2.1.38
commons-codec:commons-codec 1.20.0 1.21.0
org.junit:junit-bom 6.0.1 6.0.3
org.sonatype.central:central-publishing-maven-plugin 0.9.0 0.10.0
org.apache.maven.plugins:maven-dependency-plugin 3.9.0 3.10.0
org.apache.maven.plugins:maven-compiler-plugin 3.14.1 3.15.0
org.apache.maven.resolver:maven-resolver-connector-basic 1.9.25 1.9.26
org.apache.maven.resolver:maven-resolver-transport-http 1.9.25 1.9.26
com.github.javaparser:javaparser-core 3.27.1 3.28.0
org.jetbrains.kotlin:kotlin-stdlib 2.3.0 2.3.10
org.jetbrains.kotlin:kotlin-reflect 2.3.0 2.3.10
org.jetbrains.kotlin:kotlin-maven-plugin 2.3.0 2.3.10
org.assertj:assertj-core 3.27.6 3.27.7
org.openapitools.openapidiff:openapi-diff-core 2.1.6 2.1.7
org.codehaus.plexus:plexus-archiver 4.10.4 4.11.0
io.github.openfeign:feign-core 13.6 13.8
io.github.openfeign:feign-jackson 13.6 13.8
io.github.openfeign:feign-slf4j 13.6 13.8
io.github.openfeign:feign-okhttp 13.6 13.8

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

Commits

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

Release notes

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

Logback 1.5.32

2026-02-16 Release of logback version 1.5.32

• In DefaultProcessor, fixed incorrect check for dependencies contained within a parent model. Previous only the direct children were scanned. This fixes logback-access/issues/34.

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

Logback 1.5.31

2026-02-14 Release of logback version 1.5.31

• Fixed missing META-INF/services directory in logback-classic.jar. This issue rendered logback-classic version 1.5.30 unusable with SLF4J.

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

Logback 1.5.30

2026-02-14 Release of logback version 1.5.30

In this version, logback-classic.jar was missing the META-INF/services directory, making it unusable with SLF4J. Version 1.5.31 (released later on the same day) fixes this issue.

• Fix scanning issue when an included file becomes available at a later time. This problem was reported in issues/1021 by Sergey Nazarov.

• Standardized code for version checking across modules.

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

Logback 1.5.29

2026-02-09 Release of logback version 1.5.29

• In response to issues/1017, appender names and appender references are once again subject to variable substitution, reverting the change introduced in version 1.5.28.

Logback 1.5.28

2026-02-06 Release of logback version 1.5.28

• Appender names or appender references are no longer subject to variable substitution.

• Fixed issue with configurations with conditionals encompassing appenders. This was reported in issues/1016 reported by Sergey Sazonov.

• The element now admits a 'scan' attribute which can be used to override the 'scan' attribute in the element.

• Fixed NullPointerException thrown by VersionUtil.checkForVersionEquality method occurring with GraalVM Native Images. This issue was reported in issues/1014.

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

Logback 1.5.27

2026-01-30 Release of logback version 1.5.27

• Updated license to Eclipse Public License version 2.0 from version 1.0, retaining the GPL 2.1 dual-license.

• Fixed missing MDC data transmitted by SocketAppender reported in issues/1010 by Lars Vogel.

... (truncated)

Commits
  • e807335 prepare release 1.5.32
  • dc35d55 fix logback-access/issues/34 by checking if dependency is a sub-model of the ...
  • 8e32278 added simple test for appender definitiob via file inclusion
  • 834dbed start work on 1.5.32-SNAPSHOT
  • 168e42f add test to check that Logback SLF4J provider can be activated
  • ed45362 prepare release 1.5.31
  • 609dae7 fix missing META-INF directory
  • 7739739 start work on 1.5.31-SNAPSHOT
  • 44164f1 prepare release 1.5.30
  • 9874f06 test for top-file as a resource, introduced new module logback-classic-misc
  • Additional commits viewable in compare view

Updates org.codehaus.plexus:plexus-xml from 4.1.0 to 4.1.1

Release notes

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

4.1.1

👻 Maintenance

📦 Dependency updates

Commits
  • 8169130 [maven-release-plugin] prepare release plexus-xml-4.1.1
  • 311f1d2 Bump org.codehaus.plexus:plexus from 24 to 25
  • a51782f Bump org.apache.maven:maven-xml from 4.0.0-rc-4 to 4.0.0-rc-5
  • bc07169 JUnit Jupiter best practices
  • 9a87e5c Fix polynomial regular expression vulnerability in XML encoding detection (#68)
  • 303c1a2 Bump org.codehaus.plexus:plexus from 23 to 24
  • 2294db6 Bump org.codehaus.plexus:plexus from 22 to 23
  • c6b2c7a Bump org.apache.maven:maven-xml from 4.0.0-rc-3 to 4.0.0-rc-4
  • bad0a2b Declare license info in POM
  • 9434226 Bump org.codehaus.plexus:plexus from 21 to 22
  • Additional commits viewable in compare view

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

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

Release notes

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

Swagger-core 2.2.43 released!

  • fix: add missing @​ArraysSchema.arraySchema properties (#5049)
  • refactor: introduce class responsible for how bean validation annotations affect schemas (#5047)
  • fix: treat example values starting with numbers as strings (#5046)
  • refactor: add an overloaded method for resolving required so that the field type can be utilized (#5042)
  • test: Add test showing how @​JsonSubTypes can be used with @​Schema-oneOf annotations (#5030)
  • chore: update commons-lang3 to 3.20 (#5026)

Swagger-core 2.2.42 released!

  • fix: apply minItems/minLength from @NotEmpty/@​NotBlank regardless of requiredMode (#5033)
  • chore: update logback-core dependency (#5029)
Commits
  • 48b8686 prepare release 2.2.43 (#5056)
  • 5e50128 refactor: introduce class responsible for how bean validation annotations aff...
  • 75b8a35 fix: add missing @​ArraysSchema.arraySchema properties (#5049)
  • ca35ba7 fix: treat example values starting with numbers as strings (#5046)
  • adf4597 test: add test showing how JsonSubtypes and Schema oneOf annotations behave t...
  • a66e10f refactor: add overloaded method to resolve required mode from field type
  • 1fcd919 chore: update commons-lang3 to 3.20 (#5026)
  • 052e332 bump snapshot 2.2.43-SNAPSHOT (#5039)
  • 07935ca prepare release 2.2.42 (#5038)
  • 1dafa44 fix: apply minItems/minLength from @NotEmpty/@​NotBlank regardless of required...
  • Additional commits viewable in compare view

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

Release notes

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

Swagger-core 2.2.43 released!

  • fix: add missing @​ArraysSchema.arraySchema properties (#5049)
  • refactor: introduce class responsible for how bean validation annotations affect schemas (#5047)
  • fix: treat example values starting with numbers as strings (#5046)
  • refactor: add an overloaded method for resolving required so that the field type can be utilized (#5042)
  • test: Add test showing how @​JsonSubTypes can be used with @​Schema-oneOf annotations (#5030)
  • chore: update commons-lang3 to 3.20 (#5026)

Swagger-core 2.2.42 released!

  • fix: apply minItems/minLength from @NotEmpty/@​NotBlank regardless of requiredMode (#5033)
  • chore: update logback-core dependency (#5029)
Commits
  • 48b8686 prepare release 2.2.43 (#5056)
  • 5e50128 refactor: introduce class responsible for how bean validation annotations aff...
  • 75b8a35 fix: add missing @​ArraysSchema.arraySchema properties (#5049)
  • ca35ba7 fix: treat example values starting with numbers as strings (#5046)
  • adf4597 test: add test showing how JsonSubtypes and Schema oneOf annotations behave t...
  • a66e10f refactor: add overloaded method to resolve required mode from field type
  • 1fcd919 chore: update commons-lang3 to 3.20 (#5026)
  • 052e332 bump snapshot 2.2.43-SNAPSHOT (#5039)
  • 07935ca prepare release 2.2.42 (#5038)
  • 1dafa44 fix: apply minItems/minLength from @NotEmpty/@​NotBlank regardless of required...
  • Additional commits viewable in compare view

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

Release notes

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

Swagger-parser 2.1.38 released!

  • fix: update url in test with non-routable url to simulate timeout (#2268)
Commits

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

Changelog

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

Apache Commons Codec 1.21.0 Release Notes

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

The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

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

New features

  • CODEC-333: Add distinct Base64 decoding for standard and URL-safe formats. Thanks to Aleksandr Beliakov, Gary Gregory.

Fixed Bugs

  •         Fix oak leaf icon references in overview.html when running `mvn clean javadoc:javadoc`. Thanks to Gary Gregory.
    
  •         Fix Apache RAT plugin console warnings. Thanks to Gary Gregory.
    
  •         Fix malformed Javadoc comments. Thanks to Gary Gregory.
    

Changes

  •         Bump org.apache.commons:commons-parent from 91 to 96 [#415](https://github.com/apache/commons-codec/issues/415), [#418](https://github.com/apache/commons-codec/issues/418). Thanks to Gary Gregory, Dependabot.
    
  •         Bump commons-io:commons-io from 2.20.0 to 2.21.0. Thanks to Gary Gregory.
    
  •         Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0. Thanks to Gary Gregory, Dependabot.
    

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

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

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


Commits
  • 91c4404 Prepare for the release candidate 1.21.0 RC1
  • 21fe1d7 Prepare for the next release candidate
  • d4ea4d0 Bump actions/checkout from 6.0.1 to 6.0.2
  • e30b1f6 Bump actions/setup-java from 5.1.0 to 5.2.0
  • 2e4891c Bump org.apache.commons:commons-parent from 95 to 96
  • d02c003 Use a URL to a prettier page: https://www.ietf.org/rfc/rfc2045
  • 3c961b8 Checkstyle
  • 99cf6b7 Javadoc and exception messages: "base 32" -> "Base32".
  • 2df7b9a Javadoc and exception messages: "base 64" -> "Base64".
  • 0643fdd Javadoc 8 doesn't know how to find this link
  • Additional commits viewable in compare view

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

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.0.3 = Platform 6.0.3 + Jupiter 6.0.3 + Vintage 6.0.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.2...r6.0.3

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

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

Commits
  • 36e3253 Release 6.0.3
  • 295561f Finalize 6.0.3 release notes
  • ea18076 Fix deadlock in NamespacedHierarchicalStore.computeIfAbsent() (#5348)
  • 869e232 Add 5.14.3 release notes
  • d4b34c4 Fix links to User Guide
  • 5c8fb0f Reliably support JRE.OTHER with @⁠EnabledOnJre and @⁠DisabledOnJre
  • febb13f Check out entire repo so switching to main branch works in last step
  • 71fba90 Install poppler-utils for pdfinfo
  • 740e9e0 Update API baseline
  • 2ba535f Use release branch of examples repo
  • Additional commits viewable in compare view

Updates org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0

Commits

Updates org.apache.maven.plugins:maven-dependency-plugin from 3.9.0 to 3.10.0

Release notes

Sourced from org.apache.maven.plugins:maven-dependency-plugin's releases.

3.10.0

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

Commits
  • 4127c33 [maven-release-plugin] prepare release maven-dependency-plugin-3.10.0
  • 68b5e47 Add analyze-only to usage page
  • 09d5860 Fix Jenkin bages in README
  • 4308f6c Bump org.apache.maven.shared:maven-dependency-analyzer
  • ba3c570 Apply excludeReactor to plugin dependencies in go-offline and resolve-plugins
  • 0d88b66 Only log dependency classpath when no property/file output is specified
  • 0075e31 Bump org.assertj:assertj-core (#1581)
  • 65d53bb Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (#1582)
  • eaf54f0 Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 (#1580)
  • ece9a38 Improve dependencies filtering in AbstractAnalyzeMojo
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.15.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 9290cb3 [maven-release-plugin] prepare release maven-compiler-plugin-3.15.0
  • 3657d40 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • 7bbf805 Bump plexusCompilerVersion from 2.16.1 to 2.16.2
  • 57fa938 Bump org.apache.maven.plugins:maven-plugins from 46 to 47
  • 385e3f2 Fix Java 25 compatibility during integration tests (#1020)
  • 6b34423 Bump org.apache.maven.plugins:maven-plugins from 45 to 46
  • aaeb9c6 [MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...
  • 6e3db9d Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2
  • 0fe9b84 Remove declaration of "plexus-snapshots" repository (#1010)
  • 35f6800 Bump org.ow2.asm:asm from 9.9 to 9.9.1
  • Additional commits viewable in compare view

Updates org.apache.maven.resolver:maven-resolver-connector-basic from 1.9.25 to 1.9.26

Release notes

Sourced from org.apache.maven.resolver:maven-resolver-connector-basic's releases.

1.9.26

🚀 New features and improvements

🐛 Bug Fixes

📝 Documentation updates

  • Clarify that HTTP Transport uses Apache HTTP Client (#1725) @​kwin

📦 Dependency updates

Commits

Updates org.apache.maven.resolver:maven-resolver-transport-http from 1.9.25 to 1.9.26

Updates com.github.javaparser:javaparser-core from 3.27.1 to 3.28.0

Release notes

Sourced from com.github.javaparser:javaparser-core's releases.

javaparser-parent-3.28.0

Added

Changed

  • Improves issue 4188 resolution (PR #4934 by @​jlerbsc)
  • Add support for Java 23 and Java 24 (PR #4901 by @​rpx99)
  • Improved the code by removing code duplication from the method used to obtain methods declared in a class/interface/enumeration (PR #4883 by @​jlerbsc)

Fixed

  • Fix: issue 4890 Method call resolution fails for variadic reference-type parameters with primitive arguments (PR #4943 by @​jlerbsc)
  • Fix: issue 4941 Type variables are not correctly mapped when inheriting between generic interfaces (PR #4942 by @​jlerbsc)
  • Fix: issue 4188 UnsolvedSymbolException resolving MethocCallExpr using MethodReferenceExpr (PR #4931 by @​jlerbsc)
  • Fix grammar ambiguities causing crashes when using assert and module as names (PR #4929 by @​johannescoetzee)
  • Fix: issue #3916 Method 'valueOf' cannot be resolved in context MyEnum.One.valueOf("") (PR #4916 by @​jlerbsc)
  • Adds the ability to use the word 'assert' prior to Java version 1.4 (PR #4915 by @​jlerbsc)
  • Fix: Simplify code and possibly improve the resolution of extended interfaces when using qualified names (PR #4882 by @​jlerbsc)
  • test: improve SourceRoot coverage and apply spotless formatting #4795 (PR #4881 by @​Joyce-5)
  • Fix #4864: Correct toString() output in ReflectionRecordDeclaration (PR #4879 by @​ChenduanZhang)
  • Include source file path in failed ParseResult when parsing via SourceRoot #4786 (PR #4874 by @​JIN-RUI-LIU)
  • Fixes unchecked warnings when calling Mockito.mock(Class) (PR #4413 by @​matthieu-vergne)

Developer Changes

Uncategorised

  • Add UnaryExpr, BinaryExpr, and some record/enum tests to improve overall test coverage (PR <...

    Description has been truncated

…h 24 updates

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

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.20.1` | `2.21.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.23` | `1.5.32` |
| [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) | `4.1.0` | `4.1.1` |
| io.swagger.core.v3:swagger-models | `2.2.41` | `2.2.43` |
| [io.swagger.core.v3:swagger-core](https://github.com/swagger-api/swagger-core) | `2.2.41` | `2.2.43` |
| [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.37` | `2.1.38` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.20.0` | `1.21.0` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.1` | `6.0.3` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.9.0` | `0.10.0` |
| [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.9.0` | `3.10.0` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.1` | `3.15.0` |
| [org.apache.maven.resolver:maven-resolver-connector-basic](https://github.com/apache/maven-resolver) | `1.9.25` | `1.9.26` |
| org.apache.maven.resolver:maven-resolver-transport-http | `1.9.25` | `1.9.26` |
| [com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser) | `3.27.1` | `3.28.0` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.3.0` | `2.3.10` |
| [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `2.3.0` | `2.3.10` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.3.0` | `2.3.10` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.6` | `3.27.7` |
| [org.openapitools.openapidiff:openapi-diff-core](https://github.com/OpenAPITools/openapi-diff) | `2.1.6` | `2.1.7` |
| [org.codehaus.plexus:plexus-archiver](https://github.com/codehaus-plexus/plexus-archiver) | `4.10.4` | `4.11.0` |
| [io.github.openfeign:feign-core](https://github.com/openfeign/feign) | `13.6` | `13.8` |
| [io.github.openfeign:feign-jackson](https://github.com/openfeign/feign) | `13.6` | `13.8` |
| [io.github.openfeign:feign-slf4j](https://github.com/openfeign/feign) | `13.6` | `13.8` |
| [io.github.openfeign:feign-okhttp](https://github.com/openfeign/feign) | `13.6` | `13.8` |



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

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

Updates `org.codehaus.plexus:plexus-xml` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases)
- [Commits](codehaus-plexus/plexus-xml@plexus-xml-4.1.0...plexus-xml-4.1.1)

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

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

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

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

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

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

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

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

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

Updates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.25 to 1.9.26
- [Release notes](https://github.com/apache/maven-resolver/releases)
- [Commits](apache/maven-resolver@maven-resolver-1.9.25...maven-resolver-1.9.26)

Updates `org.apache.maven.resolver:maven-resolver-transport-http` from 1.9.25 to 1.9.26

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

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

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

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

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

Updates `org.assertj:assertj-core` from 3.27.6 to 3.27.7
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.6...assertj-build-3.27.7)

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

Updates `org.openapitools.openapidiff:openapi-diff-core` from 2.1.6 to 2.1.7
- [Release notes](https://github.com/OpenAPITools/openapi-diff/releases)
- [Commits](OpenAPITools/openapi-diff@2.1.6...2.1.7)

Updates `org.codehaus.plexus:plexus-archiver` from 4.10.4 to 4.11.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.10.4...plexus-archiver-4.11.0)

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-version: 1.5.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.codehaus.plexus:plexus-xml
  dependency-version: 4.1.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.43
  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.43
  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.43
  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.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-version: 0.10.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.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic
  dependency-version: 1.9.26
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http
  dependency-version: 1.9.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: com.github.javaparser:javaparser-core
  dependency-version: 3.28.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.3.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.openapitools.openapidiff:openapi-diff-core
  dependency-version: 2.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.codehaus.plexus:plexus-archiver
  dependency-version: 4.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-core
  dependency-version: '13.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-jackson
  dependency-version: '13.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-slf4j
  dependency-version: '13.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-okhttp
  dependency-version: '13.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-jackson
  dependency-version: '13.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-slf4j
  dependency-version: '13.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: io.github.openfeign:feign-okhttp
  dependency-version: '13.8'
  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 Feb 17, 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.

0 participants