Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2021

Bumps json-schema-validator from 1.0.49 to 1.0.50.

Release notes

Sourced from json-schema-validator's releases.

1.0.50 - 2021-03-18

Added

Changed

  • fixes #387 Resolve the test case errors for TypeFactoryTest
  • fixes #385 Fixing concurrency and compilation issues. Thanks @​prashanthjos
  • fixes #383 Nested oneOf gives incorrect validation error. Thanks @​JonasProgrammer
  • fixes #379 Add lossless narrowing conversion. Thanks @​hkupty
  • fixes #378 Upgrade Jackson to 2.12.1 and Undertow to 2.2.4.Final
Changelog

Sourced from json-schema-validator's changelog.

1.0.50 - 2021-03-18

Added

Changed

  • fixes #387 Resolve the test case errors for TypeFactoryTest
  • fixes #385 Fixing concurrency and compilation issues. Thanks @​prashanthjos
  • fixes #383 Nested oneOf gives incorrect validation error. Thanks @​JonasProgrammer
  • fixes #379 Add lossless narrowing convertion. Thanks @​hkupty
  • fixes #378 Upgrade Jackson to 2.12.1 and Undertow to 2.2.4.Final
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 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 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)
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 22, 2021
@dependabot dependabot bot requested a review from a team March 22, 2021 05:00
@codecov-io
Copy link

codecov-io commented Mar 22, 2021

Codecov Report

Merging #1711 (c5ed090) into master (789406b) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@ ## master #1711 +/- ## ============================================ - Coverage 58.32% 58.28% -0.04%  Complexity 109 109 ============================================ Files 430 430 Lines 18899 18899 Branches 2617 2617 ============================================ - Hits 11022 11016 -6  - Misses 7102 7107 +5  - Partials 775 776 +1 
Impacted Files Coverage Δ Complexity Δ
...tic/apm/agent/report/ssl/TLSFallbackSSLSocket.java 39.13% <0.00%> (-2.18%) 0.00% <0.00%> (ø%)
...ic/apm/agent/profiler/collections/LongHashSet.java 16.66% <0.00%> (-1.20%) 0.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 789406b...c5ed090. Read the comment docs.

@ghost
Copy link

ghost commented Mar 22, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Branch indexing

  • Start Time: 2021-03-24T14:39:19.795+0000

  • Duration: 55 min 10 sec

  • Commit: c032493

Test stats 🧪

Test Results
Failed 0
Passed 1901
Skipped 15
Total 1916

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 1901
Skipped 15
Total 1916

@dependabot dependabot bot force-pushed the dependabot/maven/com.networknt-json-schema-validator-1.0.50 branch from 4ccd74a to c5ed090 Compare March 22, 2021 09:48
@dependabot dependabot bot force-pushed the dependabot/maven/com.networknt-json-schema-validator-1.0.50 branch from c5ed090 to 6f67e0a Compare March 22, 2021 13:52
@SylvainJuge
Copy link
Member

jenkins run the tests please

@SylvainJuge SylvainJuge merged commit 1745351 into master Mar 25, 2021
@SylvainJuge SylvainJuge deleted the dependabot/maven/com.networknt-json-schema-validator-1.0.50 branch March 25, 2021 08:40
v1v added a commit to v1v/apm-agent-java that referenced this pull request Apr 7, 2021
…va into feature/java-stable-tag * 'feature/java-stable-tag' of github.com:v1v/apm-agent-java: (534 commits) Added Support for JBoss Logging to the log correlation plugin (elastic#1737) Removing improper RabbitMQ reference from instrumentation class (elastic#1745) Loading Advice classes lazily when required (elastic#1736) add support for ibm JVMs (elastic#1739) Adds circuit breaker to app deployment in load pipeline (elastic#1731) Bump json-schema-validator from 1.0.50 to 1.0.51 (elastic#1732) Bump java-driver-core from 4.10.0 to 4.11.0 (elastic#1733) Cassandra instrumentation (elastic#1712) Build apm-agent-attach-cli before application-server-integration-tests (elastic#1729) Fix thread pool method matchers (elastic#1717) Always use English locale when formatting doubles (elastic#1727) (elastic#1728) feat: grab locust metrics on load tests (elastic#1724) log readonly msg errors only in debug (elastic#1715) feat: use metricbeat to grab host metrics (elastic#1718) Eliminate log4j shaders dependency in slf4j (elastic#1723) Fix log correlation for log4j2 (elastic#1720) Allowing more time for the test Bump json-schema-validator from 1.0.49 to 1.0.50 (elastic#1711) Fix master build and print URL on connection error Attacher improvements (elastic#1667) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent-java dependencies Pull requests that update a dependency file

3 participants