FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2 by dependabot[bot] · Pull Request #4032 · graphql-java/graphql-java · GitHub

Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2 - #4032

Merged
bbakerman merged 1 commit into
masterfrom
dependabot/gradle/org.junit.jupiter-junit-jupiter-5.13.2
Jul 1, 2025
Merged

Bump org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2#4032
bbakerman merged 1 commit into
masterfrom
dependabot/gradle/org.junit.jupiter-junit-jupiter-5.13.2

Conversation

dependabot Bot commented on behalf of github Jun 30, 2025

Copy link
Copy Markdown
Contributor

Bumps org.junit.jupiter:junit-jupiter from 5.13.1 to 5.13.2.

Release notes

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

JUnit 5.13.2 = Platform 1.13.2 + Jupiter 5.13.2 + Vintage 5.13.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.1...r5.13.2

Commits
  • e51deb2 Release 5.13.2
  • d4fc834 Merge commit from fork
  • deb3e7c Avoid reporting discovery warnings for abstract inner classes with tests
  • 49e2035 Avoid reporting discovery warnings for abstract methods (#4668)
  • 90ce5a6 Avoid reporting discovery warnings for abstract inner classes with tests
  • d7ce21b Avoid discovery errors for inner classes not annotated with @Nested
  • 0ce3a48 Fix StackOverflowError
  • e3db1d7 Adjust docs and release process to renamed example projects
  • ee257bb Rename project to "junit-framework"
  • 00e0fed Update links to use junit5 logo
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.2.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.1...r5.13.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 5.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 30, 2025

Copy link
Copy Markdown
Contributor

Test Results

  318 files   -   632    318 suites   - 632   2m 50s ⏱️ - 5m 32s
4 884 tests  -   312  4 874 ✅  -   313  10 💤 + 1  0 ❌ ±0 
4 973 runs   - 9 940  4 963 ✅  - 9 921  10 💤  - 19  0 ❌ ±0 

Results for commit 31a80ca. ± Comparison against base commit 64f3a9d.

This pull request removes 462 and adds 128 tests. Note that renamed tests count towards both.
	?
                __schema { types { fields { args { type { name fields { name }}}}}}
                __schema { types { fields { type { name fields { name }}}}}
                __schema { types { inputFields { type { inputFields { name }}}}}
                __schema { types { interfaces { fields { type { interfaces { name } } } } } }
                __schema { types { name} }
                __type(name : "t") { name }
                a1: __schema { types { name} }
                a1: __type(name : "t") { name }
                a2 :  __type(name : "t1") { name }
…
graphql.ScalarsBooleanTest ‑ parseValue throws exception for invalid input <java.lang.Object@4f9bda4>
graphql.ScalarsBooleanTest ‑ serialize throws exception for invalid input <java.lang.Object@4386ddd4>
graphql.ScalarsIDTest ‑ parseValue allows any object via String.valueOf <java.lang.Object@2d2686f8>
graphql.ScalarsIDTest ‑ serialize allows any object via String.valueOf <java.lang.Object@232b64f2>
graphql.ScalarsIntTest ‑ parseValue throws exception for invalid input <java.lang.Object@776bc40d>
graphql.ScalarsIntTest ‑ serialize throws exception for invalid input <java.lang.Object@3960e798>
graphql.execution.instrumentation.TracingInstrumentationTest ‑ do not trace introspection information [testExecutionStrategy: <graphql.execution.AsyncExecutionStrategy@1e194b5f fieldCollector=graphql.execution.FieldCollector@731eb971 executionStepInfoFactory=graphql.execution.ExecutionStepInfoFactory@25314d29 dataFetcherExceptionHandler=graphql.execution.SimpleDataFetcherExceptionHandler@15338d3c resolvedType=graphql.execution.ResolveType@41246f76>, #0]
graphql.execution.instrumentation.TracingInstrumentationTest ‑ do not trace introspection information [testExecutionStrategy: <graphql.execution.AsyncSerialExecutionStrategy@6800d6c0 fieldCollector=graphql.execution.FieldCollector@6153ec91 executionStepInfoFactory=graphql.execution.ExecutionStepInfoFactory@3ee6012 dataFetcherExceptionHandler=graphql.execution.SimpleDataFetcherExceptionHandler@78fa1c7e resolvedType=graphql.execution.ResolveType@16226377>, #1]
graphql.execution.instrumentation.TracingInstrumentationTest ‑ tracing captures timings as expected [testExecutionStrategy: <graphql.execution.AsyncExecutionStrategy@38d4d184 fieldCollector=graphql.execution.FieldCollector@b5d8f6f executionStepInfoFactory=graphql.execution.ExecutionStepInfoFactory@58b1a587 dataFetcherExceptionHandler=graphql.execution.SimpleDataFetcherExceptionHandler@760215d3 resolvedType=graphql.execution.ResolveType@6844a266>, #0]
graphql.execution.instrumentation.TracingInstrumentationTest ‑ tracing captures timings as expected [testExecutionStrategy: <graphql.execution.AsyncSerialExecutionStrategy@70ac7e00 fieldCollector=graphql.execution.FieldCollector@79cec730 executionStepInfoFactory=graphql.execution.ExecutionStepInfoFactory@17db566 dataFetcherExceptionHandler=graphql.execution.SimpleDataFetcherExceptionHandler@2ad44ed9 resolvedType=graphql.execution.ResolveType@391b79fd>, #1]
…
This pull request skips 1 test.
graphql.schema.fetching.LambdaFetchingSupportTest ‑ different class loaders induce certain behaviours

bbakerman merged commit 30eef2e into master Jul 1, 2025
dependabot Bot deleted the dependabot/gradle/org.junit.jupiter-junit-jupiter-5.13.2 branch July 1, 2025 10:04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL