Skip to content

Commit

Permalink
Merge pull request #3008 from hazendaz/master
Browse files Browse the repository at this point in the history
Drop java 11 from build matrix, update derby to 10.16.x and update mssql jdbc to 12.4.2.jre8
  • Loading branch information
hazendaz committed Nov 10, 2023
2 parents 02e07b8 + f229790 commit 54d49e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 17, 21, 22-ea]
java: [17, 21, 22-ea]
distribution: ['temurin']
fail-fast: false
max-parallel: 4
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,19 +224,19 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.15.2.0</version>
<version>10.16.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyshared</artifactId>
<version>10.15.2.0</version>
<version>10.16.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbyoptionaltools</artifactId>
<version>10.15.2.0</version>
<version>10.16.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -316,7 +316,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>11.2.0.jre8</version>
<version>12.4.2.jre8</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 54d49e7

Please sign in to comment.