Skip to content

Commit

Permalink
Combined dependency updates (2024-11-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.xerial:sqlite-jdbc from 3.46.1.3 to 3.47.0.0](#150)
- [Bump com.fasterxml.jackson.core:jackson-databind from 2.18.0 to 2.18.1](#149)
- [Bump io.github.javiertuya:visual-assert from 2.5.0 to 2.5.1](#148)
- [Bump surefire.version from 3.5.0 to 3.5.1](#147)
  • Loading branch information
javiertuya authored Nov 2, 2024
1 parent 3fb2a04 commit b27a43d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<surefire.version>3.5.0</surefire.version>
<surefire.version>3.5.1</surefire.version>

<slf4j.version>2.0.16</slf4j.version>
</properties>
Expand Down Expand Up @@ -51,14 +51,14 @@
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>

<!-- drivers de base de datos -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.1.3</version>
<version>3.47.0.0</version>
</dependency>
<!-- Logs -->
<dependency>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.18.0</version>
<version>2.18.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b27a43d

Please sign in to comment.