Skip to content

Commit

Permalink
fix: upgrade org.scala-lang:scala-library from 2.13.11 to 2.13.12
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade org.scala-lang:scala-library from 2.13.11 to 2.13.12.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.scala-lang/scala-library/

See this project in Snyk:
https://app.snyk.io/org/connectors-0mk/project/4c52437c-f0d3-4825-9844-b4bf5f298141?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 30, 2023
1 parent 402b83d commit b40bc9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<!-- <spark.version>3.2.1</spark.version>-->
<!-- <scala.binary.version>2.12</scala.binary.version>-->
<!-- This is empty because we use it for the deploy process -->
<scala.binary.version />
<scala.binary.version/>
<spark-bigquery-with-dependencies-artifactId>
spark-bigquery-with-dependencies_${scala.binary.version}
</spark-bigquery-with-dependencies-artifactId>
Expand Down Expand Up @@ -237,7 +237,7 @@
<properties>
<!-- 2.12.15 is the minimum, because of https://github.com/scala/bug/issues/12419 -->
<!-- required fix is https://github.com/scala/scala/pull/9676 -->
<scala.version>2.12.18</scala.version>
<scala.version>2.13.12</scala.version>
<scala.binary.version>2.12</scala.binary.version>
</properties>
</profile>
Expand All @@ -247,7 +247,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<scala.version>2.13.11</scala.version>
<scala.version>2.13.12</scala.version>
<scala.binary.version>2.13</scala.binary.version>
<!--
N.B. the following packages are not available yet for Scala 2.13,
Expand Down

0 comments on commit b40bc9d

Please sign in to comment.