Skip to content

Commit

Permalink
Combined dependency updates (2023-10-21) (#81)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.20.0 to 2.21.0](#78)
- [Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11](#77)
- [Bump org.xerial:sqlite-jdbc from 3.43.2.0 to 3.43.2.1](#79)
  • Loading branch information
giis-qabot authored Oct 21, 2023
1 parent bc822cd commit 04038fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.20.0</version>
<version>2.21.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -109,7 +109,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.2.0</version>
<version>3.43.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<id>pre-unit-test</id>
Expand Down

0 comments on commit 04038fc

Please sign in to comment.