Skip to content

Commit

Permalink
Combined dependency updates (2024-12-08)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump com.microsoft.sqlserver:mssql-jdbc from 12.8.1.jre8 to 12.9.0.jre8-preview](#317)
- [Bump org.xerial:sqlite-jdbc from 3.47.0.0 to 3.47.1.0](#316)
- [Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2](#315)
  • Loading branch information
giis-qabot authored Dec 8, 2024
1 parent b9a3f9b commit fb694b7
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 @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.18.1</version>
<version>2.18.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.8.1.jre8</version>
<version>12.9.0.jre8-preview</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -174,7 +174,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.47.0.0</version>
<version>3.47.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit fb694b7

Please sign in to comment.