Skip to content

Commit

Permalink
Merge pull request #18 from jorgeramirezcarrasco-rovio/feature/upgrad…
Browse files Browse the repository at this point in the history
…e-log4j

Fix log4j vulnerability (#8)
  • Loading branch information
juhoautio-rovio authored Dec 17, 2021
2 parents e090d3c + 2bf42b5 commit 18cd110
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rovio-ingest-maven-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.11.1</version>
<version>[2.15.0,)</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
</properties>

<dependencies>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>[2.15.0,)</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
Expand Down

0 comments on commit 18cd110

Please sign in to comment.