Skip to content

Commit

Permalink
MINOR: [Java] Bump org.apache.derby:derby from 10.14.2.0 to 10.15.2.0…
Browse files Browse the repository at this point in the history
… in /java (apache#43309)

### Rationale for this change

Bump to latest version that supports Java 11. See Apache Derby support matrix here https://db.apache.org/derby/derby_downloads.html

### What changes are included in this PR?

* Bump derby to 10.15.2.0

### Are these changes tested?

CI

### Are there any user-facing changes?

No

Authored-by: Dane Pitkin <[email protected]>
Signed-off-by: Dane Pitkin <[email protected]>
  • Loading branch information
danepitkin authored Jul 22, 2024
1 parent 663cbb5 commit efcaa64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/flight/flight-sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ under the License.
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.2.0</version>
<version>10.15.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ protected static void setUpExpectedResultsMap() {
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_NAME_VALUE), "Apache Derby");
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_VERSION_VALUE),
"10.14.2.0 - (1828579)");
"10.15.2.0 - (1873585)");
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_ARROW_VERSION_VALUE),
"10.14.2.0 - (1828579)");
"10.15.2.0 - (1873585)");
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_READ_ONLY_VALUE), "false");
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
Expand Down

0 comments on commit efcaa64

Please sign in to comment.