Skip to content

Comments

Bump io.swagger.parser.v3:swagger-parser from 2.1.37 to 2.1.38#2260

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/io.swagger.parser.v3-swagger-parser-2.1.38
Closed

Bump io.swagger.parser.v3:swagger-parser from 2.1.37 to 2.1.38#2260
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/io.swagger.parser.v3-swagger-parser-2.1.38

Conversation

@dependabot
Copy link
Contributor

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

Bumps 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

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/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)

---
updated-dependencies:
- dependency-name: io.swagger.parser.v3:swagger-parser
  dependency-version: 2.1.38
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 18, 2026
@dependabot dependabot bot requested a review from cmgrote as a code owner February 18, 2026 04:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 18, 2026
@greptile-apps
Copy link

greptile-apps bot commented Feb 18, 2026

Greptile Summary

Automated Dependabot patch bump of io.swagger.parser.v3:swagger-parser from 2.1.37 to 2.1.38. The upstream release contains only a test fix (updating a URL to use a non-routable address for timeout simulation) with no public API changes.

  • Single-line version change in gradle/libs.versions.toml
  • No breaking changes or new APIs in the upstream release
  • The library is used by the openapi-spec-loader sample package via OpenAPIV3Parser
  • No issues found

Confidence Score: 5/5

  • This PR is safe to merge — it is a minimal patch version bump with no API or behavioral changes.
  • The change is a single-line patch version bump generated by Dependabot. The upstream 2.1.38 release only modifies a test URL and introduces no API, behavioral, or dependency changes. The swagger-parser library is used in a single sample package, minimizing blast radius.
  • No files require special attention.

Important Files Changed

Filename Overview
gradle/libs.versions.toml Patch version bump of swagger-parser from 2.1.37 to 2.1.38. The upstream release only contains a test fix with no API or behavioral changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["gradle/libs.versions.toml"] -->|"swagger = '2.1.38'"| B["swagger-parser library ref"]
    B --> C["samples/packages/openapi-spec-loader/build.gradle.kts"]
    C -->|"implementation(libs.swagger.parser)"| D["OpenAPISpecLoader.kt"]
    D -->|"OpenAPIV3Parser().read(url)"| E["Parse OpenAPI specs"]
Loading

Last reviewed commit: a4b25c9

cmgrote added a commit that referenced this pull request Feb 19, 2026
Consolidates updates from the following dependency PRs:
- #2242: Bump io.opentelemetry:opentelemetry-bom from 1.58.0 to 1.59.0
- #2251: Bump opentelemetry-instrumentation-bom-alpha from 2.24.0-alpha to 2.25.0-alpha
- #2253: Bump docker/build-push-action from v6.19.1 to v6.19.2
- #2255: Bump com.google.cloud:libraries-bom from 26.75.0 to 26.76.0
- #2257: Bump org.mozilla:rhino from 1.9.0 to 1.9.1
- #2259: Bump co.elastic.clients:elasticsearch-java from 9.3.0 to 9.3.1
- #2260: Bump io.swagger.parser.v3:swagger-parser from 2.1.37 to 2.1.38
- #2262: Bump io.openlineage:openlineage-java from 1.43.0 to 1.44.0
- #2263: Bump awssdk from 2.41.27 to 2.41.32

Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Chris (He/Him) <cgrote@gmail.com>
@cmgrote cmgrote mentioned this pull request Feb 19, 2026
3 tasks
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2026

Looks like io.swagger.parser.v3:swagger-parser is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Feb 19, 2026
@dependabot dependabot bot deleted the dependabot/gradle/io.swagger.parser.v3-swagger-parser-2.1.38 branch February 19, 2026 14:03
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