Skip to content

Commit

Permalink
fix: upgrade org.scala-lang:scala-reflect from 2.13.10 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-reflect from 2.13.10 to 2.13.12.

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

See this project in Snyk:
https://app.snyk.io/org/flyte/project/dd8c00cc-887d-48a2-ab5e-8aaff92c5a68?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 30, 2023
1 parent 03b87f2 commit 336aaf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
<mockito.version>3.3.3</mockito.version>
<scala212.version>2.12.17</scala212.version>
<scala213.version>2.13.10</scala213.version>
<scala213.version>2.13.12</scala213.version>
<magnolia.version>1.0.0-M4</magnolia.version>
</properties>

Expand Down Expand Up @@ -508,7 +508,7 @@
<version>1.8</version>
<style>GOOGLE</style>
</googleJavaFormat>
<removeUnusedImports />
<removeUnusedImports/>
</java>
<scala>
<scalafmt>
Expand Down Expand Up @@ -576,7 +576,7 @@
<include>**/src/**.xml</include>
</includes>
<!-- Files must end with a newline -->
<endWithNewline />
<endWithNewline/>
</format>
</formats>
</configuration>
Expand Down Expand Up @@ -720,7 +720,7 @@
<requireMavenVersion>
<version>[3.5.4,)</version>
</requireMavenVersion>
<requireUpperBoundDeps />
<requireUpperBoundDeps/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 336aaf8

Please sign in to comment.