Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.google.http-client:google-http-client-bom from 1.44.1 to 1.44.2 #40689

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2024

Bumps com.google.http-client:google-http-client-bom from 1.44.1 to 1.44.2.

Release notes

Sourced from com.google.http-client:google-http-client-bom's releases.

v1.44.2

1.44.2 (2024-05-16)

Bug Fixes

  • Base64 decoding to discard newline characters (#1941) (4e153db)

Dependencies

  • Update actions/upload-artifact action to v3.1.3 (#1860) (60deab2)
  • Update dependency com.google.cloud:native-image-shared-config to v1.7.6 (#1928) (3dd6b79)
  • Update dependency org.apache.felix:maven-bundle-plugin to v5.1.9 (#1888) (41c16b9)
  • Update project.appengine.version to v2.0.25 (#1931) (53eb6a1)
Changelog

Sourced from com.google.http-client:google-http-client-bom's changelog.

1.44.2 (2024-05-16)

Bug Fixes

  • Base64 decoding to discard newline characters (#1941) (4e153db)

Dependencies

  • Update actions/upload-artifact action to v3.1.3 (#1860) (60deab2)
  • Update dependency com.google.cloud:native-image-shared-config to v1.7.6 (#1928) (3dd6b79)
  • Update dependency org.apache.felix:maven-bundle-plugin to v5.1.9 (#1888) (41c16b9)
  • Update project.appengine.version to v2.0.25 (#1931) (53eb6a1)
Commits
  • a82b18e chore(main): release 1.44.2 (#1930)
  • 1538b9d chore: update dependency versions in java templates (#1964) (#1940)
  • 4e153db fix: Base64 decoding to discard newline characters (#1941)
  • 31e847a build(deps): update dependency org.apache.maven.plugins:maven-dependency-plug...
  • 60deab2 deps: update actions/upload-artifact action to v3.1.3 (#1860)
  • a56b73f build(deps): update dependency org.apache.maven.plugins:maven-resources-plugi...
  • 97ac85c build(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin t...
  • 7f58bd5 build(deps): update dependency org.apache.maven.plugins:maven-checkstyle-plug...
  • 9fe11d9 chore: remove obsolete kokoro configs and update DocFX profile (#1934)
  • 53eb6a1 deps: update project.appengine.version to v2.0.25 (#1931)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 [com.google.http-client:google-http-client-bom](https://github.com/googleapis/google-http-java-client) from 1.44.1 to 1.44.2.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases)
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-http-java-client@v1.44.1...v1.44.2)

---
updated-dependencies:
- dependency-name: com.google.http-client:google-http-client-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label May 16, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented May 17, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit a42967f.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 21

📦 extensions/smallrye-reactive-messaging/deployment

io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector - History

  • Expecting actual: ["-6","-7","-9","-10","-11","-12","-13","-14"] to start with: ["-6", "-7", "-8", "-9"] - java.lang.AssertionError
java.lang.AssertionError: 

Expecting actual:
  ["-6","-7","-9","-10","-11","-12","-13","-14"]
to start with:
  ["-6", "-7", "-8", "-9"]

	at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:41)

📦 integration-tests/grpc-hibernate

com.example.grpc.hibernate.BlockingRawTest.shouldAdd - History

  • Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in com.example.grpc.hibernate.BlockingRawTestBase was not fulfilled within 30 seconds.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1006)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:975)
	at com.example.grpc.hibernate.BlockingRawTestBase.shouldAdd(BlockingRawTestBase.java:59)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

@geoand geoand merged commit 3374457 into main May 17, 2024
51 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.12 - main milestone May 17, 2024
@dependabot dependabot bot deleted the dependabot/maven/com.google.http-client-google-http-client-bom-1.44.2 branch May 17, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file kind/component-upgrade triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant