Skip to content

Commit 5ac4c91

Browse files
committed
Updated to spring-jdbc 7 for tests
1 parent 7e473b2 commit 5ac4c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
java: [25, 21, 17, 11, 8]
9+
java: [8]
1010
steps:
1111
- uses: actions/checkout@v5
1212
- uses: actions/setup-java@v5

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
<dependency>
9393
<groupId>org.springframework</groupId>
9494
<artifactId>spring-jdbc</artifactId>
95-
<version>5.3.39</version>
95+
<version>7.0.1</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>

0 commit comments

Comments
 (0)