Skip to content

Commit

Permalink
update scala version to 2.13.8 and fluency to 2.6.3
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Mar 1, 2022
1 parent 21d6a2d commit 48a740b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Expand Up @@ -27,7 +27,7 @@

<properties>
<scala.version>2.13</scala.version> <!-- for scala libraries the scala version is used in their artifactId -->
<scala.full.version>2.13.6</scala.full.version>
<scala.full.version>2.13.8</scala.full.version>

<javac.source>17</javac.source>
<javac.target>17</javac.target>
Expand Down Expand Up @@ -64,7 +64,7 @@
<slf4j.version>1.7.33</slf4j.version>
<logback.version>1.2.10</logback.version>
<logstash-logback-encoder.version>7.0.1</logstash-logback-encoder.version>
<fluency.version>2.6.1</fluency.version>
<fluency.version>2.6.3</fluency.version>
<janino.version>3.1.6</janino.version>

<!-- ### Metrics and Tracing -->
Expand Down

0 comments on commit 48a740b

Please sign in to comment.