Skip to content

Beam SDK 2.32.0 and other upgrades#373

Merged
labianchin merged 22 commits intomasterfrom
beam232
Aug 30, 2021
Merged

Beam SDK 2.32.0 and other upgrades#373
labianchin merged 22 commits intomasterfrom
beam232

Conversation

@labianchin
Copy link
Collaborator

@labianchin labianchin commented Aug 30, 2021

Checklist for PR author(s)

  • Changes are covered by unit tests (no major decrease in code coverage %) and/or integration tests.
  • Ensure code formating (use mvn com.coveo:fmt-maven-plugin:format org.codehaus.mojo:license-maven-plugin:update-file-header)
  • Document any relevant additions/changes in the appropriate spot in javadocs/docs/README.

Ruslan Altynnikov and others added 22 commits August 9, 2021 23:19
Remove tiny code duplication.
Bumps [netty-handler](https://github.com/netty/netty) from 4.1.66.Final to 4.1.67.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](netty/netty@netty-4.1.66.Final...netty-4.1.67.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-handler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 8.45.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-8.45...checkstyle-8.45.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps `slf4j.version` from 1.7.30 to 1.7.32.

Updates `slf4j-api` from 1.7.30 to 1.7.32
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.30...v_1.7.32)

Updates `slf4j-jdk14` from 1.7.30 to 1.7.32
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.30...v_1.7.32)

Updates `slf4j-simple` from 1.7.30 to 1.7.32
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](qos-ch/slf4j@v_1.7.30...v_1.7.32)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-jdk14
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [maven-scm-api](https://github.com/apache/maven-scm) from 1.11.2 to 1.11.3.
- [Release notes](https://github.com/apache/maven-scm/releases)
- [Commits](apache/maven-scm@maven-scm-1.11.2...maven-scm-1.11.3)

---
updated-dependencies:
- dependency-name: org.apache.maven.scm:maven-scm-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps maven-scm-provider-gitexe from 1.11.2 to 1.11.3.

---
updated-dependencies:
- dependency-name: org.apache.maven.scm:maven-scm-provider-gitexe
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.11.2 to 3.12.4.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.11.2...v3.12.4)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [error_prone_annotations](https://github.com/google/error-prone) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Remove tiny code duplication.
Bumps `beam.version` from 2.31.0 to 2.32.0.

Updates `beam-sdks-java-bom` from 2.31.0 to 2.32.0

Updates `beam-runners-google-cloud-dataflow-java` from 2.31.0 to 2.32.0

---
updated-dependencies:
- dependency-name: org.apache.beam:beam-sdks-java-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.beam:beam-runners-google-cloud-dataflow-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Aug 30, 2021

Codecov Report

Merging #373 (0db95e1) into master (a0290c3) will increase coverage by 0.52%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #373      +/-   ##
============================================
+ Coverage     90.34%   90.86%   +0.52%     
- Complexity      233      237       +4     
============================================
  Files            25       25              
  Lines           911      909       -2     
  Branches         67       66       -1     
============================================
+ Hits            823      826       +3     
+ Misses           58       54       -4     
+ Partials         30       29       -1     

@labianchin labianchin merged commit b075735 into master Aug 30, 2021
@labianchin labianchin deleted the beam232 branch August 30, 2021 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants