Skip to content

Commit c8bd8b9

Browse files
committed
Sync with upstream
2 parents 8aa0790 + 51b7f8f commit c8bd8b9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= SQLite JDBC Driver
2-
:project-version: 3.47.1.0
2+
:project-version: 3.48.0.0
33

44
image:https://img.shields.io/github/actions/workflow/status/willena/sqlite-jdbc-crypt/ci.yml?branch=master[GitHub Workflow Status (branch),link=https://github.com/willena/sqlite-jdbc/actions/workflows/ci.yml?query=branch%3Amaster]
55
image:https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/badge.svg[Maven Central,link=https://maven-badges.herokuapp.com/maven-central/io.github.willena/sqlite-jdbc/]

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<junit.version>5.11.4</junit.version>
1515
<surefire.version>3.5.2</surefire.version>
1616
<archunit.version>1.3.0</archunit.version>
17-
<graalvm.version>24.1.1</graalvm.version>
17+
<graalvm.version>24.1.2</graalvm.version>
1818
<java9.sourceDirectory>${project.basedir}/src/main/java9</java9.sourceDirectory>
1919
</properties>
2020

@@ -439,7 +439,7 @@
439439
<dependency>
440440
<groupId>org.assertj</groupId>
441441
<artifactId>assertj-core</artifactId>
442-
<version>3.26.3</version>
442+
<version>3.27.3</version>
443443
<scope>test</scope>
444444
<exclusions>
445445
<exclusion>
@@ -461,7 +461,7 @@
461461
<dependency>
462462
<groupId>org.mockito</groupId>
463463
<artifactId>mockito-core</artifactId>
464-
<version>5.14.2</version>
464+
<version>5.15.2</version>
465465
<scope>test</scope>
466466
</dependency>
467467
<dependency>

0 commit comments

Comments
 (0)