fix(deps): bump com.google.oauth-client:google-oauth-client-jetty from 1.34.1 to 1.39.0#6226
Conversation
Bumps [com.google.oauth-client:google-oauth-client-jetty](https://github.com/googleapis/google-oauth-java-client) from 1.34.1 to 1.39.0. - [Release notes](https://github.com/googleapis/google-oauth-java-client/releases) - [Changelog](https://github.com/googleapis/google-oauth-java-client/blob/main/CHANGELOG.md) - [Commits](googleapis/google-oauth-java-client@v1.34.1...v1.39.0) --- updated-dependencies: - dependency-name: com.google.oauth-client:google-oauth-client-jetty dependency-version: 1.39.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Automated Reviewer SuggestionsBased on the
|
|
| config | throughput | MB/s | latency | max Δ latest / 7d | |
|---|---|---|---|---|---|
| 🔴 | bs=10 sw=10 sl=64 | 540 | 0.329 | 17,724/28,139/28,139 us | 🔴 +13.9% / 🔴 +79.8% |
| ⚪ | bs=100 sw=10 sl=64 | 1,223 | 0.746 | 79,602/102,423/102,423 us | ⚪ within ±5% / 🟢 +25.5% |
| ⚪ | bs=1000 sw=10 sl=64 | 1,418 | 0.866 | 706,536/728,881/728,881 us | ⚪ within ±5% / 🟢 +41.9% |
Baseline details
Latest main 27f145a from same runner
| config | metric | PR | latest main | 7d avg | Δ latest | Δ 7d |
|---|---|---|---|---|---|---|
| bs=10 sw=10 sl=64 | throughput | 540 tuples/sec | 538 tuples/sec | 760.25 tuples/sec | +0.4% | -29.0% |
| bs=10 sw=10 sl=64 | MB/s | 0.329 MB/s | 0.328 MB/s | 0.464 MB/s | +0.3% | -29.1% |
| bs=10 sw=10 sl=64 | p50 | 17,724 us | 17,672 us | 12,873 us | +0.3% | +37.7% |
| bs=10 sw=10 sl=64 | p95 | 28,139 us | 24,702 us | 15,648 us | +13.9% | +79.8% |
| bs=10 sw=10 sl=64 | p99 | 28,139 us | 24,702 us | 19,338 us | +13.9% | +45.5% |
| bs=100 sw=10 sl=64 | throughput | 1,223 tuples/sec | 1,246 tuples/sec | 974.75 tuples/sec | -1.8% | +25.5% |
| bs=100 sw=10 sl=64 | MB/s | 0.746 MB/s | 0.76 MB/s | 0.595 MB/s | -1.8% | +25.4% |
| bs=100 sw=10 sl=64 | p50 | 79,602 us | 79,515 us | 102,470 us | +0.1% | -22.3% |
| bs=100 sw=10 sl=64 | p95 | 102,423 us | 97,626 us | 109,144 us | +4.9% | -6.2% |
| bs=100 sw=10 sl=64 | p99 | 102,423 us | 97,626 us | 115,530 us | +4.9% | -11.3% |
| bs=1000 sw=10 sl=64 | throughput | 1,418 tuples/sec | 1,444 tuples/sec | 1,000 tuples/sec | -1.8% | +41.8% |
| bs=1000 sw=10 sl=64 | MB/s | 0.866 MB/s | 0.881 MB/s | 0.61 MB/s | -1.7% | +41.9% |
| bs=1000 sw=10 sl=64 | p50 | 706,536 us | 693,929 us | 1,005,545 us | +1.8% | -29.7% |
| bs=1000 sw=10 sl=64 | p95 | 728,881 us | 732,220 us | 1,045,968 us | -0.5% | -30.3% |
| bs=1000 sw=10 sl=64 | p99 | 728,881 us | 732,220 us | 1,076,800 us | -0.5% | -32.3% |
Raw CSV
config_idx,batch_size,schema_width,string_len,num_batches,total_ms,total_tuples,total_bytes,tuples_per_sec,mb_per_sec,lat_p50_us,lat_p95_us,lat_p99_us
0,10,10,64,20,370.51,200,128000,540,0.329,17724.18,28138.86,28138.86
1,100,10,64,20,1635.27,2000,1280000,1223,0.746,79601.96,102422.99,102422.99
2,1000,10,64,20,14101.54,20000,12800000,1418,0.866,706536.14,728880.74,728880.74…e-oauth-client-jetty-1.39.0
There was a problem hiding this comment.
Pull request overview
Updates Amber’s SBT-managed Google OAuth Jetty dependency to a newer upstream release, keeping the workflow engine’s packaged JVM dependencies current.
Changes:
- Bump
com.google.oauth-client:google-oauth-client-jettyfrom1.34.1to1.39.0inamber/build.sbt.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| // Google Service related | ||
| val googleServiceDependencies = Seq( | ||
| "com.google.oauth-client" % "google-oauth-client-jetty" % "1.34.1" exclude("com.google.guava", "guava"), | ||
| "com.google.oauth-client" % "google-oauth-client-jetty" % "1.39.0" exclude("com.google.guava", "guava"), |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6226 +/- ##
============================================
- Coverage 60.74% 60.59% -0.16%
+ Complexity 3368 3362 -6
============================================
Files 1135 1134 -1
Lines 44188 44083 -105
Branches 4830 4818 -12
============================================
- Hits 26844 26710 -134
- Misses 15889 15916 +27
- Partials 1455 1457 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
…e-oauth-client-jetty-1.39.0
Bumps com.google.oauth-client:google-oauth-client-jetty from 1.34.1 to 1.39.0.
Release notes
Sourced from com.google.oauth-client:google-oauth-client-jetty's releases.
... (truncated)
Changelog
Sourced from com.google.oauth-client:google-oauth-client-jetty's changelog.
... (truncated)
Commits
132a8e4chore(main): release 1.39.0 (#1156)094faa6chore(main): release 1.39.0-SNAPSHOT (#1149)382e823fix: release-please's tagPullRequestNumber (#1155)5d58567feat: next release from main branch is 1.39.0 (#1153)f23786fRevert "feat: next release from main branch is 1.39.0 (#1151)" (#1152)389afaafeat: next release from main branch is 1.39.0 (#1151)fa76501chore(main): release 1.38.0 (#1139)4b65ab7ci: fixing typo in louhi release tag automation (#1148)86a8148ci: passing github.token in workflow (#1147)a700b61ci: Louhi release tag automation (#1146)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)