Skip to content

Commit

Permalink
Combined dependency updates (2023-11-25) (#100)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.21.1 to 2.22.0](#99)
- [Bump org.postgresql:postgresql from 42.6.0 to 42.7.0](#98)
  • Loading branch information
giis-qabot authored Nov 25, 2023
1 parent 9a115a7 commit 0bcdf07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -97,7 +97,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0bcdf07

Please sign in to comment.