Skip to content

Commit

Permalink
Combined dependency updates (2024-09-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.apache.ant:ant-junit from 1.10.14 to 1.10.15](#141)
- [Bump surefire.version from 3.3.1 to 3.5.0](#140)
- [Bump io.github.javiertuya:visual-assert from 2.4.2 to 2.5.0](#139)
- [Bump org.xerial:sqlite-jdbc from 3.46.0.1 to 3.46.1.0](#138)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0](#137)
- [Bump slf4j.version from 2.0.13 to 2.0.16](#136)
  • Loading branch information
javiertuya authored Sep 2, 2024
1 parent 3b5a388 commit 59ee5c9
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 @@ -22,9 +22,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<surefire.version>3.3.1</surefire.version>
<surefire.version>3.5.0</surefire.version>

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

<dependencies>
Expand All @@ -51,14 +51,14 @@
<dependency>
<groupId>io.github.javiertuya</groupId>
<artifactId>visual-assert</artifactId>
<version>2.4.2</version>
<version>2.5.0</version>
</dependency>

<!-- drivers de base de datos -->
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.0.1</version>
<version>3.46.1.0</version>
</dependency>
<!-- Logs -->
<dependency>
Expand Down Expand Up @@ -193,7 +193,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.10.14</version>
<version>1.10.15</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand All @@ -207,7 +207,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<version>3.10.0</version>
<configuration>
<overview>${basedir}/src/main/java/overview.html</overview>
<sourcepath>${basedir}/src/main/java;${basedir}/src/test/java;${basedir}/src/it/java</sourcepath>
Expand Down

0 comments on commit 59ee5c9

Please sign in to comment.