Skip to content

Commit

Permalink
Combined dependency updates (2024-04-02)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.postgresql:postgresql from 42.7.2 to 42.7.3](#23)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.23.0 to 2.23.1](#22)
  • Loading branch information
javiertuya authored Apr 2, 2024
1 parent d179ddc commit 466a6d2
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 @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.23.0</version>
<version>2.23.1</version>
<scope>test</scope>
</dependency>

Expand All @@ -46,7 +46,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 466a6d2

Please sign in to comment.