Skip to content

chore(deps): update scala to 2.13.9, remove scala coverage report plugin#436

Merged
bednar merged 2 commits intomasterfrom
scala-2.13.9
Oct 4, 2022
Merged

chore(deps): update scala to 2.13.9, remove scala coverage report plugin#436
bednar merged 2 commits intomasterfrom
scala-2.13.9

Conversation

@bednar
Copy link
Copy Markdown
Contributor

@bednar bednar commented Oct 3, 2022

Closes #433
Closes #435

Proposed Changes

  1. Updated scala to 2.13.9
  2. Removed scoverage-maven-plugin because is no longer supported for Scala 2.13.9 - for more info see scoverage-maven-plugin is not compatible with 2.13.9 #433

Checklist

  • CHANGELOG.md updated
  • Rebased/mergeable
  • mvn test completes successfully
  • Commit messages are conventional
  • Sign CLA (if not already signed)

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Oct 3, 2022

Codecov Report

Base: 88.37% // Head: 88.38% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (78c64f4) compared to base (d824e82).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #436   +/-   ##
=========================================
  Coverage     88.37%   88.38%           
- Complexity      776      778    +2     
=========================================
  Files           172      172           
  Lines          7004     6999    -5     
  Branches        379      377    -2     
=========================================
- Hits           6190     6186    -4     
+ Misses          694      693    -1     
  Partials        120      120           
Impacted Files Coverage Δ
...uxdb/client/scala/internal/WriteScalaApiImpl.scala 100.00% <0.00%> (ø)
...uxdb/client/scala/InfluxDBClientScalaFactory.scala 80.95% <0.00%> (+0.95%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bednar bednar marked this pull request as ready for review October 3, 2022 07:15
@dalbani
Copy link
Copy Markdown

dalbani commented Oct 3, 2022

What security is there actually with Scala 2.13.8?

@bednar
Copy link
Copy Markdown
Contributor Author

bednar commented Oct 3, 2022

@dalbani GHSA-8qv5-68g4-248j

@bednar bednar requested a review from michaelahojna October 4, 2022 04:24
@bednar bednar merged commit 97cbf10 into master Oct 4, 2022
@bednar bednar deleted the scala-2.13.9 branch October 4, 2022 06:08
@bednar bednar added this to the 6.7.0 milestone Oct 4, 2022
<artifactId>scoverage-maven-plugin</artifactId>
<version>${scoverage-maven-plugin.version}</version>
<configuration>
<scalaVersion>${scala.version}</scalaVersion>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i believe you can hardcode 2.13.8 here and it still should work

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.

scoverage-maven-plugin is not compatible with 2.13.9

5 participants