Skip to content

Commit

Permalink
Merge pull request #527 from eclipse/update-deps
Browse files Browse the repository at this point in the history
Updated Log4j from 2.17.0 to 2.17.1, changed scope of H2 from compile (default) to test
  • Loading branch information
henrikplate authored Jan 19, 2022
2 parents d73d5da + 0adf0e2 commit fad061a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>com.github.spotbugs</groupId>
Expand Down
3 changes: 2 additions & 1 deletion rest-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,9 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.199</version><!-- Fix Spring Boot's dependency on vulnerable
<version>1.4.200</version><!-- Fix Spring Boot's dependency on vulnerable
h2 1.4.197 (org.springframework.boot:spring-boot-dependencies:1.5.19.RELEASE) -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit fad061a

Please sign in to comment.