-
Notifications
You must be signed in to change notification settings - Fork 14.8k
MINOR: build dependecies - version updates #20656
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
MINOR: build dependecies - version updates #20656
Conversation
|
@dejan2609 would you mind filing a PR to update all those dependencies? |
|
Yes, that is doable 🔧 |
I will merge #20652 first. Please update this PR with the necessary dependencies updates once that is done! thanks |
a42860a to
91c0595
Compare
|
@chia7712 PR is ready for review. |
|
I will rebase onto trunk to pick up Java 25 build solution that was merged moments ago 🍀 |
91c0595 to
d28b9a3
Compare
|
@chia7712 Test results are fine - only two unrelated tests failed (and for Java 17 build only) ✅ |
|
Hold on - I will include scala logging also: https://central.sonatype.com/artifact/com.typesafe.scala-logging/scala-logging_2.13/3.9.6 |
d28b9a3 to
c6cbfec
Compare
c6cbfec to
3f30f7b
Compare
|
@chia7712 this is (finally) ready for a review 🔎 |
9a2d85d to
ca4ec09
Compare
|
It seems the JDkK 17 build keeps failing. I have triggered it again, so let's see what happens |
|
@chia7712 all in green now 🍀 |
8dc2fb3 to
ca4ec09
Compare
|
@chia7712 all in green now 🟢 🍀 ✅ |
|
📓 Note: I'll rebase this PR. |
ca4ec09 to
8a8b680
Compare
8a8b680 to
2093b9d
Compare
|
Rebased and force-pushed: |
|
@dejan2609 could you please update |
|
Sure, let me check those. From the top of my head: I think that swagger can't be upgraded to the latest version easily (but will double-check that). |
|
Here is the list related to the version changes mentioned above:
|
2093b9d to
59874c6
Compare
|
And I just realized that Scala formatter 3.10.0 (tested against Scala 2.13.17) has just been published: https://github.com/scalameta/scalafmt/releases/tag/v3.10.0 😃 Ok, I'll bump it ⬆️ |
details: - `grgit`: 4.1.1 -->> 5.3.3 - `jacoco`: 0.8.13 -->> 0.8.14 - `scala-logging`: 3.9.5 -->> 3.9.6 - `scalafmt`: 3.7.14 -->> 3.10.0 - `org.owasp.dependencycheck` gradle plugin: 12.1.3 -->> 12.1.8 - `com.diffplug.spotless` gradle plugin: 7.2.1 -->> 8.0.0 - Scala coverage: - scoverage: 2.0.11 -->> 2.3.0 - Scala version for scoverage: 2.13.9 -->> 2.13.16 (i.e. `org.scoverage:scalac-scoverage-plugin_2.13.16:2.3.0` will be used) - `org.scoverage` gradle plugin: 8.0.3 -->> 8.1
59874c6 to
e11ac64
Compare
|
Done. I checked (with |
Extends from: apache#19513 details: - scala-logging_2.13: Updated from 3.9.5 to 3.9.6 - org.owasp.dependencycheck: Updated from 12.1.3 to 12.1.8 - org.scoverage: Updated from 8.0.3 to 8.1 - com.diffplug.spotless: Updated from 7.2.1 to 8.0.0 - scalafmt: Updated from 3.7.14 to 3.10.0 - grgit: Updated from 4.1.1 to 5.3.3 - jacoco: Updated from 0.8.13 to 0.8.14 - scoverage: Updated from 2.0.11 to 2.3.0 Reviewers: Chia-Ping Tsai <[email protected]>

Extends from: #19513
details:
Reviewers: Chia-Ping Tsai [email protected]