Skip to content

Commit

Permalink
Combined dependency updates (2024-05-01)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump slf4j.version from 2.0.12 to 2.0.13](#119)
- [Bump org.xerial:sqlite-jdbc from 3.45.2.0 to 3.45.3.0](#118)
- [Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12](#117)
  • Loading branch information
javiertuya authored May 1, 2024
1 parent a60d5b3 commit bcf97b3
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 @@ -24,7 +24,7 @@

<surefire.version>3.2.5</surefire.version>

<slf4j.version>2.0.12</slf4j.version>
<slf4j.version>2.0.13</slf4j.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.45.2.0</version>
<version>3.45.3.0</version>
</dependency>
<!-- Logs -->
<dependency>
Expand Down Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<configuration>
<excludes>
<exclude>**/TableColumnAdjuster.*</exclude>
Expand Down

0 comments on commit bcf97b3

Please sign in to comment.