Skip to content

Commit

Permalink
fix: upgrade org.scala-lang:scala-reflect from 2.12.18 to 2.13.13
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.12.18 to 2.13.13.

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/0b0d7686-0bdd-4b9d-bfea-d4c4ce2b903b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 3, 2024
1 parent c8617fe commit 2f8af7e
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 @@ -119,7 +119,7 @@
<maven.compiler.source>${maven.compiler.release}</maven.compiler.source>
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
<mockito.version>3.3.3</mockito.version>
<scala212.version>2.12.18</scala212.version>
<scala212.version>2.13.13</scala212.version>
<scala213.version>2.13.13</scala213.version>
<magnolia.version>1.0.0-M4</magnolia.version>
</properties>
Expand Down Expand Up @@ -512,7 +512,7 @@
<version>1.8</version>
<style>GOOGLE</style>
</googleJavaFormat>
<removeUnusedImports />
<removeUnusedImports/>
</java>
<scala>
<scalafmt>
Expand Down Expand Up @@ -580,7 +580,7 @@
<include>**/src/**.xml</include>
</includes>
<!-- Files must end with a newline -->
<endWithNewline />
<endWithNewline/>
</format>
</formats>
</configuration>
Expand Down Expand Up @@ -724,7 +724,7 @@
<requireMavenVersion>
<version>[3.5.4,)</version>
</requireMavenVersion>
<requireUpperBoundDeps />
<requireUpperBoundDeps/>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit 2f8af7e

Please sign in to comment.