Skip to content

Commit efcaa64

Browse files
authored
MINOR: [Java] Bump org.apache.derby:derby from 10.14.2.0 to 10.15.2.0 in /java (#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 <dpitkin@apache.org> Signed-off-by: Dane Pitkin <dpitkin@apache.org>
1 parent 663cbb5 commit efcaa64

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

java/flight/flight-sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ under the License.
8787
<dependency>
8888
<groupId>org.apache.derby</groupId>
8989
<artifactId>derby</artifactId>
90-
<version>10.14.2.0</version>
90+
<version>10.15.2.0</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>

java/flight/flight-sql/src/test/java/org/apache/arrow/flight/sql/test/TestFlightSql.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ protected static void setUpExpectedResultsMap() {
123123
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_NAME_VALUE), "Apache Derby");
124124
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
125125
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_VERSION_VALUE),
126-
"10.14.2.0 - (1828579)");
126+
"10.15.2.0 - (1873585)");
127127
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
128128
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_ARROW_VERSION_VALUE),
129-
"10.14.2.0 - (1828579)");
129+
"10.15.2.0 - (1873585)");
130130
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(
131131
Integer.toString(FlightSql.SqlInfo.FLIGHT_SQL_SERVER_READ_ONLY_VALUE), "false");
132132
GET_SQL_INFO_EXPECTED_RESULTS_MAP.put(

0 commit comments

Comments
 (0)