akarnokd / RxJavaExtensions

RxJava 2.x & 3.x extra sources, operators and components and ports of many 1.x companion libraries.
Apache License 2.0
686 stars 51 forks source link

Bump biz.aQute.bnd.builder from 6.0.0 to 6.1.0 #142

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps biz.aQute.bnd.builder from 6.0.0 to 6.1.0.

Release notes

Sourced from biz.aQute.bnd.builder's releases.

Bnd/Bndtools 6.1.0

See Release Notes.

Commits
  • 6b7087b build: Build Release 6.1.0
  • 85a93d1 build: Build Release 6.1.0-RC2
  • e21aa77 build: Update build to support using RC builds in next branch
  • 9416cd4 build(deps): bump com.gradle.plugin-publish in /gradle-plugins
  • 96dce97 build: Build release 6.1.0-RC1
  • 77a713a next: Limit Bnd Gradle plugin to 6.1+
  • 37c9c11 Merge pull request #4944 from bjhargrave/race-condition-fix
  • f9f2e2c central: Refresh workspace inside bndLock for cnf change
  • efbb69f Merge pull request #4943 from bjhargrave/gradle-test-xmlslurper
  • eeda700 gradle: Use correct XmlSlurper class
  • Additional commits viewable in compare view


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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #142 (980ea1f) into 3.x (4f5b5f1) will increase coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##                3.x     #142      +/-   ##
============================================
+ Coverage     83.96%   84.05%   +0.08%     
- Complexity     2187     2195       +8     
============================================
  Files           388      388              
  Lines         16473    16473              
  Branches       1906     1906              
============================================
+ Hits          13832    13846      +14     
+ Misses         1997     1993       -4     
+ Partials        644      634      -10     
Impacted Files Coverage Δ
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan5.java 81.57% <0.00%> (-5.27%) :arrow_down:
...rnokd/rxjava3/operators/ObservableFilterAsync.java 98.19% <0.00%> (-1.81%) :arrow_down:
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan4.java 82.14% <0.00%> (ø)
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan8.java 83.92% <0.00%> (ø)
...in/java/hu/akarnokd/rxjava3/joins/ActivePlan9.java 80.64% <0.00%> (ø)
.../hu/akarnokd/rxjava3/operators/FlowableExpand.java 94.83% <0.00%> (+0.93%) :arrow_up:
...rnokd/rxjava3/operators/FlowableSwitchFlatMap.java 89.85% <0.00%> (+0.96%) :arrow_up:
...d/rxjava3/operators/ObservableObserveOnLatest.java 100.00% <0.00%> (+1.69%) :arrow_up:
...u/akarnokd/rxjava3/operators/FlowableCoalesce.java 95.72% <0.00%> (+1.70%) :arrow_up:
...a/hu/akarnokd/rxjava3/basetypes/NonoProcessor.java 100.00% <0.00%> (+2.43%) :arrow_up:
... and 3 more

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 4f5b5f1...980ea1f. Read the comment docs.