Skip to content

Commit

Permalink
Dependency updates, sync with samples-test-java
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Feb 5, 2023
1 parent 9a7fe50 commit 294edd2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<slf4j.version>2.0.5</slf4j.version>
<slf4j.version>2.0.6</slf4j.version>
</properties>

<dependencies>
Expand All @@ -42,20 +42,20 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.26</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.2.1</version>
<version>2.2.2</version>
</dependency>

<!-- drivers de base de datos -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.40.0.0</version>
<version>3.40.1.0</version>
</dependency>
<!-- Logs -->
<dependency>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.14.1</version>
<version>2.14.2</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -190,7 +190,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.10.12</version>
<version>1.10.13</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand Down

0 comments on commit 294edd2

Please sign in to comment.