Skip to content

build(deps): bump the minor-and-patch group with 8 updates#1

Closed
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/develop/minor-and-patch-c3b652e6ed
Closed

build(deps): bump the minor-and-patch group with 8 updates#1
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/maven/develop/minor-and-patch-c3b652e6ed

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 10, 2026

Copy link
Copy Markdown

Bumps the minor-and-patch group with 8 updates:

Package From To
io.swagger.core.v3:swagger-annotations 2.2.15 2.2.42
com.fasterxml.jackson.core:jackson-databind 2.15.2 2.21.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.15.2 2.21.0
commons-net:commons-net 3.11.1 3.12.0
com.redis:testcontainers-redis 2.2.2 2.2.4
org.openapitools:jackson-databind-nullable 0.2.6 0.2.9
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.17.0 2.21.0
org.openapitools:openapi-generator-maven-plugin 7.0.1 7.19.0

Updates io.swagger.core.v3:swagger-annotations from 2.2.15 to 2.2.42

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

Commits

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

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

Updates commons-net:commons-net from 3.11.1 to 3.12.0

Changelog

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

Apache Commons Net 3.12.0 Release Notes

The Apache Commons Net team is pleased to announce the release of Apache Commons Net 3.12.0.

Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, and Whois.

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

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

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

Download page: https://commons.apache.org/proper/commons-net/download_net.cgi

New features

o Add org.apache.commons.net.nntp.Article#getChild(). Thanks to Gary Gregory. o Add org.apache.commons.net.nntp.Article#getNext(). Thanks to Gary Gregory. o Add private SubnetAddressStringIterable and private SubnetAddressStringIterator to implement SubnetInfo.iterableAddressStrings() and SubnetInfo.streamAddressStrings() #298. Thanks to Lixiongyou, Gary Gregory. o Add SubnetInfo.iterableAddressStrings(). Thanks to Gary Gregory. o Add SubnetInfo.streamAddressStrings(). Thanks to Gary Gregory. o Add FTPCmd.OPTS. Thanks to Gary Gregory. o Add FTP.opts(String, String). Thanks to Gary Gregory. o Add FTP.opts(String...). Thanks to Gary Gregory. o Add FTP.setControlEncoding(Charset). Thanks to Gary Gregory. o Add --OPTS to FTPClientExample. Thanks to Gary Gregory. o NET-727: Add accessing options map for TFTP request packet and allow using 'blksize' option #331. Thanks to Gary Gregory. o Add org.apache.commons.net.util.ListenerList.isEmpty(). Thanks to Gary Gregory. o Add org.apache.commons.net.ftp.FTPClient.getSystemTypeOverride(). Thanks to Gary Gregory. o Add generics to ListenerList. Thanks to Gary Gregory. o Add module-info.class in the JAR file instead of an Automatic-Module-Name in MANIFEST.MF. Thanks to Gary Gregory.

Fixed Bugs

o Increase message limit in IMAPReply.TAGGED_RESPONSE from 80 to 500 characters. Thanks to Andreas Lemke, Gary Gregory. o Increase message limit in IMAPReply.UNTAGGED_RESPONSE from 160 to 500 characters. Thanks to Andreas Lemke, Gary Gregory. o Remove InvalidKeySpecException from AuthenticatingIMAPClient.auth(AUTH_METHOD, String, String) never throws, it's not thrown. Thanks to Gary Gregory. o Remove InvalidKeySpecException from AuthenticatingIMAPClient.authenticate(AUTH_METHOD, String, String) never throws, it's not thrown. Thanks to Gary Gregory. o Remove InvalidKeySpecException from ExtendedPOP3Client.auth(AUTH_METHOD, String, String) never throws, it's not thrown. Thanks to Gary Gregory. o Remove InvalidKeySpecException from org.apache.commons.net.smtp.AuthenticatingSMTPClient.auth(AUTH_METHOD, String, String) never throws, it's not thrown. Thanks to Gary Gregory. o Fix SpotBugs RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE in SSLSocketUtils. Thanks to Gary Gregory. o Fix PMD UnnecessaryFullyQualifiedName. Thanks to Gary Gregory. o Fix PMD UnusedFormalParameter. Thanks to Gary Gregory. o Fix PMD AvoidBranchingStatementAsLastInLoop in org.apache.commons.net.bsd.RCommandClient. Thanks to Gary Gregory.

... (truncated)

Commits
  • bb741d0 Prepare for the release candidate 3.12.0 RC1
  • bfaf5d2 Prepare for the next release candidate
  • 91baa6f Add module-info.class in the JAR file instead of an
  • 6a49728 Merge pull request #355 from apache/dependabot/github_actions/github/codeql-a...
  • de4990b Bump github/codeql-action from 3.29.2 to 3.29.4
  • 078c17d Merge some string literals
  • 200dccd Format nit
  • f84d393 Format nit
  • 7cfdadf Format nit
  • 1213ed8 Update the GitHub pull request template for AI
  • Additional commits viewable in compare view

Updates com.redis:testcontainers-redis from 2.2.2 to 2.2.4

Release notes

Sourced from com.redis:testcontainers-redis's releases.

Release v2.2.4

Changelog

🔀 Merge

  • d91a5bf Merge pull request #16 from lewisbirks/build/update-root-project-name, closes #16

🛠 Build

  • 3ea666b Upgraded gradle wrapper
  • f417a8b update root project name so that usages in urls point to the correct location
  • a9a16f3 Change repo owner
  • 94ec16f Bump for next dev cycle

⚙️ Dependencies

  • 7b8e719 Upgrade to redis-enterprise-admin 0.8.2

  • b032642 Releasing version 2.2.4
  • 4901072 Releasing version 2.2.3
  • e1cea52 Fixed repo owner
  • 45b7791 fixed branch and git user
  • b9571e2 Releasing version 2.2.2
Commits
  • b032642 Releasing version 2.2.4
  • 3ea666b build: Upgraded gradle wrapper
  • d91a5bf Merge pull request #16 from lewisbirks/build/update-root-project-name
  • f417a8b build: update root project name so that usages in urls point to the correct l...
  • 4901072 Releasing version 2.2.3
  • a9a16f3 build: Change repo owner
  • e1cea52 cicd: Fixed repo owner
  • 45b7791 cicd: fixed branch and git user
  • 7b8e719 deps: Upgrade to redis-enterprise-admin 0.8.2
  • 94ec16f build: Bump for next dev cycle
  • Additional commits viewable in compare view

Updates org.openapitools:jackson-databind-nullable from 0.2.6 to 0.2.9

Release notes

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

v0.2.9 released

What's Changed

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

v0.2.8 released

What's Changed

New Contributors

... (truncated)

Commits
  • a011299 v0.2.9 release (#119)
  • 2c90374 Bump org.apache.maven.plugins:maven-compiler-plugin (#118)
  • 37205f8 Fix module path in JDK 24 and older (#101)
  • ecd2d0d Bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.0 (#113)
  • de7369e Bump com.fasterxml.jackson:jackson-base from 2.20.1 to 2.21.0 (#112)
  • fd45306 Bump actions/checkout from 6.0.1 to 6.0.2 (#115)
  • dd4c43c Bump actions/setup-java from 5.1.0 to 5.2.0 (#114)
  • 59a64ba Bump actions/cache from 5.0.2 to 5.0.3 (#116)
  • d0afaa6 Bump actions/cache from 5.0.1 to 5.0.2 (#111)
  • 8d54604 Bump org.sonatype.central:central-publishing-maven-plugin (#110)
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.0 to 2.21.0

Commits

Updates org.openapitools:openapi-generator-maven-plugin from 7.0.1 to 7.19.0

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 10, 2026
@github-actions github-actions Bot enabled auto-merge (squash) February 10, 2026 18:30
Bumps the minor-and-patch group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| io.swagger.core.v3:swagger-annotations | `2.2.15` | `2.2.42` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.15.2` | `2.21.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.15.2` | `2.21.0` |
| [commons-net:commons-net](https://github.com/apache/commons-net) | `3.11.1` | `3.12.0` |
| [com.redis:testcontainers-redis](https://github.com/redis-field-engineering/testcontainers-redis) | `2.2.2` | `2.2.4` |
| [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) | `0.2.6` | `0.2.9` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.17.0` | `2.21.0` |
| org.openapitools:openapi-generator-maven-plugin | `7.0.1` | `7.19.0` |


Updates `io.swagger.core.v3:swagger-annotations` from 2.2.15 to 2.2.42

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

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

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

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

Updates `com.redis:testcontainers-redis` from 2.2.2 to 2.2.4
- [Release notes](https://github.com/redis-field-engineering/testcontainers-redis/releases)
- [Commits](redis-field-engineering/testcontainers-redis@v2.2.2...v2.2.4)

Updates `org.openapitools:jackson-databind-nullable` from 0.2.6 to 0.2.9
- [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases)
- [Commits](OpenAPITools/jackson-databind-nullable@v0.2.6...v0.2.9)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.17.0 to 2.21.0
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.17.0...jackson-dataformats-text-2.21.0)

Updates `org.openapitools:openapi-generator-maven-plugin` from 7.0.1 to 7.19.0

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: commons-net:commons-net
  dependency-version: 3.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: com.redis:testcontainers-redis
  dependency-version: 2.2.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: org.openapitools:jackson-databind-nullable
  dependency-version: 0.2.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-version: 7.19.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/develop/minor-and-patch-c3b652e6ed branch from b1976c9 to 72e9e9b Compare February 11, 2026 18:12
@ancongui ancongui closed this Feb 11, 2026
auto-merge was automatically disabled February 11, 2026 21:20

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Feb 11, 2026

Copy link
Copy Markdown
Author

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@ancongui ancongui deleted the dependabot/maven/develop/minor-and-patch-c3b652e6ed branch February 11, 2026 21:20
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