Skip to content

Commit 54d49e7

Browse files
authored
Merge pull request #3008 from hazendaz/master
Drop java 11 from build matrix, update derby to 10.16.x and update mssql jdbc to 12.4.2.jre8
2 parents 02e07b8 + f229790 commit 54d49e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
java: [11, 17, 21, 22-ea]
11+
java: [17, 21, 22-ea]
1212
distribution: ['temurin']
1313
fail-fast: false
1414
max-parallel: 4

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,19 +224,19 @@
224224
<dependency>
225225
<groupId>org.apache.derby</groupId>
226226
<artifactId>derby</artifactId>
227-
<version>10.15.2.0</version>
227+
<version>10.16.1.1</version>
228228
<scope>test</scope>
229229
</dependency>
230230
<dependency>
231231
<groupId>org.apache.derby</groupId>
232232
<artifactId>derbyshared</artifactId>
233-
<version>10.15.2.0</version>
233+
<version>10.16.1.1</version>
234234
<scope>test</scope>
235235
</dependency>
236236
<dependency>
237237
<groupId>org.apache.derby</groupId>
238238
<artifactId>derbyoptionaltools</artifactId>
239-
<version>10.15.2.0</version>
239+
<version>10.16.1.1</version>
240240
<scope>test</scope>
241241
</dependency>
242242
<dependency>
@@ -316,7 +316,7 @@
316316
<dependency>
317317
<groupId>com.microsoft.sqlserver</groupId>
318318
<artifactId>mssql-jdbc</artifactId>
319-
<version>11.2.0.jre8</version>
319+
<version>12.4.2.jre8</version>
320320
<scope>provided</scope>
321321
</dependency>
322322
<dependency>

0 commit comments

Comments
 (0)