このページには、Apache Spark 4.2.0 を搭載した Databricks Runtime 19 の統合リリース ノートが含まれています。 Databricks Runtime 19 リリース サイクル全体で提供されるすべての機能、動作の変更、修正が一覧表示されます。 クラスターは再起動時に更新プログラムを受け取ります。
Databricks ランタイムのサポート ライフサイクルの詳細については、 Databricks のサポート ライフサイクルに関する説明を参照してください。
注
リリースは段階的に行われます。 Azure Databricks アカウントは、最初のリリース日から数日間更新されない場合があります。
Databricks Runtime 19 (ベータ): 2026 年 6 月 26 日
動作の変更
-
標準アクセス モードで制限される環境変数の可用性: 標準アクセス モードでは、Spark エンジンと init スクリプトで使用できるのは、定義済みの環境変数のセットのみです。 このセットには、プロキシ設定 (
HTTP_PROXY)、クラウド資格情報 (AWS_ACCESS_KEY_ID、AZURE_CLIENT_ID)、カタログ変数 (CATALOG) などの一般的な構成変数が含まれます。 クラスターに設定したその他の変数は、UDF を含め、ユーザー コードで引き続き使用できますが、Spark エンジンや init スクリプトでは使用できません。 以前は、すべてのクラスター環境変数を Spark エンジンと init スクリプトで使用できました。 環境変数の制限事項を参照してください。 -
標準アクセス モードでの制限付き Spark 構成: 標準アクセス モードでは、特定の Spark 構成プロパティを設定できなくなりました。 制限付きプロパティ (プレフィックスで一致) を設定するクラスターを作成または編集すると、エラーで失敗します。 制限付きプロパティには、
spark.driver.extraJavaOptions、spark.executor.extraJavaOptions、spark.jars、spark.files、spark.executorEnv.*、spark.kubernetes.*などがあります。 以前は、これらのプロパティを標準アクセス モードで設定できました。 アップグレードする前に、それらをクラスター構成から削除します。 完全な一覧については、 Spark 構成の制限事項を参照してください。
Databricks Runtime 19 (ベータ): 2026 年 6 月 15 日
Databricks Runtime 19 は、Apache Spark 4.2.0 を搭載したベータ版で利用できるようになりました。
動作の変更
-
JDK 17 が削除されました。Databricks Runtime 19 では JDK 21 のみがサポートされています。 以前は、Databricks Runtime 18 には、
JNAME環境変数を使用して選択できるフォールバック オプションとして JDK 17 が含まれていました。 このフォールバックは、Databricks Runtime 19 では使用できなくなりました。JNAME=zulu17-ca-amd64(または同等の ARM) を設定するクラスターは、アップグレードする前にその環境変数を削除する必要があります。 -
Python パッケージが削除されました: Databricks Runtime 18 と比較すると、Databricks Runtime 19 では約 90 個の標準ランタイム パッケージが削除されます。 注目すべき削除には、
plotly、seaborn、openai、langchain-core、langchain-openai、huggingface_hub、psycopg2、pyodbcなどがあります。 JupyterLab バンドル サーバーは基本イメージから分割され、Jupyter 関連のパッケージは約 54 個削除されます。 これらのパッケージに依存するワークロードでは、クラスター ライブラリまたは init スクリプトを使用して明示的にインストールする必要があります。 Databricks Runtime 19 に含まれるパッケージの完全な一覧については、「インストールされているPython ライブラリ」を参照してください。 ML ランタイム固有の削除については、「databricks Runtime 19 for Machine Learning (Beta)」を参照してください。 -
予約済みテーブル プロパティ
pipelines.pipelineId: Databricks Runtime 19 では、pipelines.pipelineIdテーブル プロパティがすべてのテーブルに予約されます。 このプロパティを手動で設定しようとすると、エラーが発生します。 アップグレードする前に、テーブル DDL から明示的なpipelines.pipelineId割り当てを削除します。 - +1 ミリ秒でシフトされたリアルタイム モードの透かし遅延: リアルタイム モード (RTM) ストリーミング クエリでは、ウォーターマークがリアルタイムの透かし伝達によってバッチの途中で進むと、イベント時間が現在の透かしと等しいレコードが、以前に遅延として処理され、ドロップされました。 イベント時間の基準値の遅延が +1 ミリ秒ずれるようになったため、遅延レコードチェックは実質的に厳密になり、イベント時間が現在の基準値と等しいレコードが保持されるようになりました。 マイクロバッチ モードは影響を受けません。
-
カスタム型に必要な DStream チェックポイント クラスの許可リスト: Apache Spark 4.2.0 では、DStream チェックポイントの逆シリアル化のセキュリティ コントロールが導入されています。 DStream クロージャ内のカスタム型またはサード パーティ型に依存するユーザーは、チェックポイントの回復を試みる前に、
spark.streaming.checkpoint.allowedClassesを完全修飾クラス名またはワイルドカード パターンのコンマ区切りリストに設定する必要があります。 既定の組み込み許可リストには、標準の Spark の種類のみが含まれます。
Apache Spark の修正と機能強化
Databricks Runtime 19 には、Apache Spark 4.2.0 が含まれています。 このリリースには、 Databricks Runtime 18 に含まれるすべての Spark の修正と機能強化、および Spark に対して行われた次の追加のバグ修正と機能強化が含まれています。
-
is_valid_variant式: SQL でis_valid_variant(expr)がサポートされるようになりました。これにより、入力が整形式のtrue値である場合はVARIANTが返され、それ以外の場合はfalse返されます。 これを使用して、ダウンストリーム処理の前にバリアント データを検証します。 -
INSERT INTO ... REPLACE ON/USING構文: SQL では、INSERT INTO ... REPLACE ON <columns>とINSERT INTO ... REPLACE USING <subquery>構文がサポートされるようになりました。これにより、一致する列値に基づいて既存の行を置き換える upsert スタイルの書き込みが可能になりました。 - DSv2 トランザクション管理: データ ソース v2 カタログでトランザクション管理がサポートされるようになりました。これにより、アトミックなマルチテーブル書き込みとカタログ操作間の一貫性のある読み取りが可能になりました。
-
ChangelogTableを使用したバッチ CDC 後処理: SQL では、変更ログとしての変更データ キャプチャ (CDC) 出力の読み取りとバッチ モードでの net 変更の計算がサポートされるようになりました。ResolveChangelogTableアナライザーは、変更ログ スキーマを検証し、未加工の CDC 行からマージされた結果を計算します。 -
TABLESAMPLE SYSTEMDSv2 プッシュダウンを使用したブロック サンプリング: データ ソース v2 テーブルでTABLESAMPLE SYSTEMがサポートされるようになりました。これにより、パフォーマンスを向上させるために、パーセンテージベースのブロック レベル サンプリングをデータ ソースにプッシュダウンできるようになりました。 -
DSv2 カタログの
CREATE VIEWとALTER VIEW: データ ソース v2 カタログでCREATE VIEWおよびALTER VIEWステートメントがサポートされ、ビュー DDL パリティが Hive 以外のカタログに提供されるようになりました。 -
V2 カタログの
CREATE METRIC VIEW: データ ソース v2 カタログでCREATE METRIC VIEWがサポートされるようになりました。 - SQL の KLL 分位関数: SQL では、Apache DataSketches を利用した KLL 分位点スケッチ関数がネイティブでサポートされるようになりました。これには、近似分位点クエリの集計関数と CDF 計算関数が含まれます。
- SQL のタプル スケッチ関数: SQL では Apache タプル スケッチ集計関数がネイティブにサポートされるようになりました。これにより、任意に型指定されたペイロードに対する概数集合と和集合の操作が可能になります。
-
DataFrame ライター API の
withSchemaEvolution(): DataFrame ライター API にwithSchemaEvolution()が含まれるようになりました。これにより、それをサポートするテーブルに書き込むときにスキーマが自動的に進化するようになりました。 -
Scala API の
Dataset.zipWithIndex: ScalaDatasetAPI にはzipWithIndexが含まれるようになり、各要素とそのインデックス位置がペアリングされ、既存のPythonおよびJava API と一致するようになりました。 - テーブル値関数引数のスカラー UDF: SQL では、スカラー ユーザー定義関数をテーブル値関数の引数として使用できるようになりました。これにより、より豊富なパラメーター化が可能になりました。
-
Spark 上の pandas API の
DataFrameGroupBy.cov: Spark 上の pandas API では、各グループ内の列のペアワイズ共分散を計算するDataFrameGroupBy.covがサポートされるようになりました。 -
Spark 上の pandas API の
SeriesGroupBy.describe: Spark 上の pandas API でSeriesGroupBy.describeがサポートされ、各グループの説明的な統計情報が生成されるようになりました。 - Spark UI でのプランのダウンロード リンク: Spark UI の実行ページに、SVG、DOT、TXT 形式のクエリ プランのダウンロード リンクが含まれるようになりました。
-
pa.ChunkedArraycreateDataFrameでのサポート:createDataFrame()は、PyArrowChunkedArray列を持つ pandas DataFrames を正しく処理するようになり、Arrow バックエンドの pandas データを使用する際の型エラーを防止します。 -
配列の高次関数に対する Codegen のサポート:
filter、transform、aggregateなどの配列の上位関数は、クエリのコンパイル中に JVM バイトコードを生成することでメリットが得られるようになり、これらの関数を頻繁に使用するワークロードのパフォーマンスが向上しました。 -
修正: 列サブセットでの
exceptAll後の正確性dropDuplicates:df.dropDuplicates(subset).exceptAll(other)で誤った結果が生成される不具合を修正しました。 この修正により、重複追跡ロジックがサブセット重複除去を正しく処理することが保証されます。 - 修正: SQL パーサーは、ブロック コメントで終わるステートメントを保持します。ブロック コメントで終わる SQL ステートメントがセミコロン スプリッターによって暗黙的に削除されるバグが修正されました。 末尾のコメント スタイルに関係なく、すべてのステートメントが正しく解析されるようになりました。
- 修正: 状態形式 V4 でのストリーム ストリーム結合の正確性: RocksDB 状態ストア形式 V4 を使用すると、ストリーム ストリーム結合と時間枠述語のバグが修正され、ステートフル ストリーミング クエリ中に正しくない結合結果が防止されます。
ライブラリのアップグレード
ライブラリは、古いバージョンのセキュリティ リスクがある場合にのみアップグレードされます。 脆弱性が特定されると、Databricks は問題を解決する最も古いバージョンにアップグレードします。 セキュリティ修正プログラムが確認されたため、このリリース サイクル中にライブラリがアップグレードされた場合は、移行を文書化するために以前のバージョンも一覧表示されます。
Python
| Library | バージョン | 導入日 |
|---|---|---|
| anyio | 4.10.0 | 2026 年 6 月 15 日 |
| arro3-core | 0.8.0 | 2026 年 6 月 15 日 |
| azure-core | 1.41.0 | 2026 年 6 月 15 日 |
| azure-identity | 1.25.3 | 2026 年 6 月 15 日 |
| azure-mgmt-web | 10.1.0 | 2026 年 6 月 15 日 |
| azure-storage-blob | 12.29.0 | 2026 年 6 月 15 日 |
| azure-storage-file-datalake | 12.24.0 | 2026 年 6 月 15 日 |
| black | 25.9.0 | 2026 年 6 月 15 日 |
| boto3 | 1.40.46 | 2026 年 6 月 15 日 |
| botocore | 1.40.46 | 2026 年 6 月 15 日 |
| certifi | 2025.11.12 | 2026 年 6 月 15 日 |
| cffi (CコードをPythonで呼び出すためのライブラリ) | 2.0.0 | 2026 年 6 月 15 日 |
| charset-normalizer | 3.4.4 | 2026 年 6 月 15 日 |
| クリック | 8.2.1 | 2026 年 6 月 15 日 |
| クラウドピクル | 3.1.1 | 2026 年 6 月 15 日 |
| コミュニケーション | 0.2.3 | 2026 年 6 月 15 日 |
| contourpy | 1.3.3 | 2026 年 6 月 15 日 |
| 暗号 | 46.0.3 | 2026 年 6 月 15 日 |
| Databricksエージェント | 1.11.0 | 2026 年 6 月 15 日 |
| databricks-sdk | 0.108.0 | 2026 年 6 月 15 日 |
| debugpy | 1.8.16 | 2026 年 6 月 15 日 |
| デコレータ | 5.2.1 | 2026 年 6 月 15 日 |
| deltalake | 1.5.1 | 2026 年 6 月 15 日 |
| Deprecated | 1.3.1 | 2026 年 6 月 15 日 |
| distlib | 0.4.0 | 2026 年 6 月 15 日 |
| executing | 2.2.1 | 2026 年 6 月 15 日 |
| fastapi | 0.136.3 | 2026 年 6 月 15 日 |
| filelock | 3.29.0 | 2026 年 6 月 15 日 |
| fonttools | 4.60.1 | 2026 年 6 月 15 日 |
| GitPython | 3.1.45 | 2026 年 6 月 15 日 |
| google-api-core | 2.30.3 | 2026 年 6 月 15 日 |
| google-auth | 2.53.0 | 2026 年 6 月 15 日 |
| google-cloud-core | 2.6.0 | 2026 年 6 月 15 日 |
| google-cloud-storage | 3.10.1 | 2026 年 6 月 15 日 |
| google-resumable-media | 2.9.0 | 2026 年 6 月 15 日 |
| googleapis-common-protos | 1.71.0 | 2026 年 6 月 15 日 |
| grpcio | 1.76.0 | 2026 年 6 月 15 日 |
| grpcio-status | 1.76.0 | 2026 年 6 月 15 日 |
| IDNA | 3.11 | 2026 年 6 月 15 日 |
| importlib_metadata | 8.7.0 | 2026 年 6 月 15 日 |
| iniconfig | 2.1.0 | 2026 年 6 月 15 日 |
| ipyflow-core | 0.0.227 | 2026 年 6 月 15 日 |
| ipykernel | 6.31.0 | 2026 年 6 月 15 日 |
| ipython | 9.7.0 | 2026 年 6 月 15 日 |
| ipywidgets | 8.1.7 | 2026 年 6 月 15 日 |
| joblib | 1.5.2 | 2026 年 6 月 15 日 |
| jupyter_core | 5.8.1 | 2026 年 6 月 15 日 |
| jupyterlab_widgets | 3.0.15 | 2026 年 6 月 15 日 |
| matplotlib | 3.10.6 | 2026 年 6 月 15 日 |
| matplotlib-inline | 0.2.1 | 2026 年 6 月 15 日 |
| mdurl | 0.1.2 | 2026 年 6 月 15 日 |
| mlflow-skinny | 3.12.0 | 2026 年 6 月 15 日 |
| mmh3 | 5.2.1 | 2026 年 6 月 15 日 |
| msal | 1.36.0 | 2026 年 6 月 15 日 |
| numpy | 2.3.4 | 2026 年 6 月 15 日 |
| opentelemetry-api | 1.42.1 | 2026 年 6 月 15 日 |
| opentelemetry-proto | 1.42.1 | 2026 年 6 月 15 日 |
| opentelemetry-sdk | 1.42.1 | 2026 年 6 月 15 日 |
| opentelemetry-semantic-conventions | 0.63b1 | 2026 年 6 月 15 日 |
| パッケージング | 25.0 | 2026 年 6 月 15 日 |
| pandas | 2.3.3 | 2026 年 6 月 15 日 |
| parso | 0.8.5 | 2026 年 6 月 15 日 |
| pathspec | 0.12.1 | 2026 年 6 月 15 日 |
| ペキスペクト | 4.9.0 | 2026 年 6 月 15 日 |
| 枕 | 12.0.0 | 2026 年 6 月 15 日 |
| pip | 25.3 | 2026 年 6 月 15 日 |
| platformdirs | 4.5.0 | 2026 年 6 月 15 日 |
| proto-plus | 1.28.0 | 2026 年 6 月 15 日 |
| protobuf | 6.33.5 | 2026 年 6 月 15 日 |
| psutil | 7.0.0 | 2026 年 6 月 15 日 |
| pyasn1 | 0.6.1 | 2026 年 6 月 15 日 |
| pyccolo | 0.0.83 | 2026 年 6 月 15 日 |
| pycparser | 2.23 | 2026 年 6 月 15 日 |
| pydantic | 2.13.3 | 2026 年 6 月 15 日 |
| pydantic_core | 2.46.3 | 2026 年 6 月 15 日 |
| Pygments | 2.19.2 | 2026 年 6 月 15 日 |
| pyiceberg | 0.11.1 | 2026 年 6 月 15 日 |
| pyparsing | 3.2.5 | 2026 年 6 月 15 日 |
| pyright | 1.1.409 | 2026 年 6 月 15 日 |
| パイロアリング | 1.1.0 | 2026 年 6 月 15 日 |
| pytest | 8.4.2 | 2026 年 6 月 15 日 |
| python-dotenv | 1.2.2 | 2026 年 6 月 15 日 |
| pytz | 2025.2 | 2026 年 6 月 15 日 |
| PyYAML | 6.0.3 | 2026 年 6 月 15 日 |
| pyzmq | 27.1.0 | 2026 年 6 月 15 日 |
| RegEx | 2025.9.1 | 2026 年 6 月 15 日 |
| requests | 2.32.5 | 2026 年 6 月 15 日 |
| rich | 14.2.0 | 2026 年 6 月 15 日 |
| scikit-learn | 1.7.2 | 2026 年 6 月 15 日 |
| scipy | 1.16.3 | 2026 年 6 月 15 日 |
| setuptools | 80.9.0 | 2026 年 6 月 15 日 |
| starlette | 0.52.1 | 2026 年 6 月 15 日 |
| tenacity | 9.1.2 | 2026 年 6 月 15 日 |
| tiktoken | 0.13.0 | 2026 年 6 月 15 日 |
| tokenize_rt | 6.2.0 | 2026 年 6 月 15 日 |
| typing_extensions | 4.15.0 | 2026 年 6 月 15 日 |
| tzdata | 2026.2 | 2026 年 6 月 15 日 |
| urllib3 | 2.5.0 | 2026 年 6 月 15 日 |
| uvicorn | 0.48.0 | 2026 年 6 月 15 日 |
| virtualenv | 20.35.4 | 2026 年 6 月 15 日 |
| wcwidth | 0.2.13 | 2026 年 6 月 15 日 |
| widgetsnbextension | 4.0.14 | 2026 年 6 月 15 日 |
| zipp | 3.23.0 | 2026 年 6 月 15 日 |
| zstandard | 0.25.0 | 2026 年 6 月 15 日 |
R
| Library | バージョン | 導入日 |
|---|---|---|
| 矢印 | 24.0.0 | 2026 年 6 月 15 日 |
| backports | 1.5.1 | 2026 年 6 月 15 日 |
| ベース | 4.6.0 | 2026 年 6 月 15 日 |
| base64enc | 0.1-6 | 2026 年 6 月 15 日 |
| bit64 | 4.8.0 | 2026 年 6 月 15 日 |
| BLOB | 1.3.0 | 2026 年 6 月 15 日 |
| ほうき | 1.0.12 | 2026 年 6 月 15 日 |
| bslib | 0.10.0 | 2026 年 6 月 15 日 |
| CLI | 3.6.6 | 2026 年 6 月 15 日 |
| 時計 | 0.7.4 | 2026 年 6 月 15 日 |
| コンパイラ | 4.6.0 | 2026 年 6 月 15 日 |
| cpp11 | 0.5.5 | 2026 年 6 月 15 日 |
| curl | 7.1.0 | 2026 年 6 月 15 日 |
| data.table | 1.18.4 | 2026 年 6 月 15 日 |
| datasets | 4.6.0 | 2026 年 6 月 15 日 |
| DBI | 1.3.0 | 2026 年 6 月 15 日 |
| dbplyr | 2.5.2 | 2026 年 6 月 15 日 |
| devtools | 2.5.2 | 2026 年 6 月 15 日 |
| dplyr | 1.2.1 | 2026 年 6 月 15 日 |
| dtplyr | 1.3.3 | 2026 年 6 月 15 日 |
| e1071 | 1.7-17 | 2026 年 6 月 15 日 |
| 省略記号 | 0.3.3 | 2026 年 6 月 15 日 |
| fs | 2.1.0 | 2026 年 6 月 15 日 |
| future | 1.70.0 | 2026 年 6 月 15 日 |
| future.apply | 1.20.2 | 2026 年 6 月 15 日 |
| うがい | 1.6.1 | 2026 年 6 月 15 日 |
| gert | 2.3.1 | 2026 年 6 月 15 日 |
| ggplot2 | 4.0.3 | 2026 年 6 月 15 日 |
| glmnet | 5.0 | 2026 年 6 月 15 日 |
| globals | 0.19.1 | 2026 年 6 月 15 日 |
| glue | 1.8.1 | 2026 年 6 月 15 日 |
| graphics | 4.6.0 | 2026 年 6 月 15 日 |
| grDevices | 4.6.0 | 2026 年 6 月 15 日 |
| グリッド | 4.6.0 | 2026 年 6 月 15 日 |
| gt | 1.3.0 | 2026 年 6 月 15 日 |
| hardhat | 1.4.3 | 2026 年 6 月 15 日 |
| ハイヤー | 0.12 | 2026 年 6 月 15 日 |
| htmltools | 0.5.9 | 2026 年 6 月 15 日 |
| httpuv | 1.6.17 | 2026 年 6 月 15 日 |
| 「httr」パッケージ(HTTPリクエストを簡単に送信するためのライブラリ) | 1.4.8 | 2026 年 6 月 15 日 |
| httr2 | 1.2.2 | 2026 年 6 月 15 日 |
| isoband | 0.3.0 | 2026 年 6 月 15 日 |
| knitr | 1.51 | 2026 年 6 月 15 日 |
| later | 1.4.8 | 2026 年 6 月 15 日 |
| lava | 1.9.0 | 2026 年 6 月 15 日 |
| ライフサイクル | 1.0.5 | 2026 年 6 月 15 日 |
| listenv | 0.10.1 | 2026 年 6 月 15 日 |
| litedown | 0.9 | 2026 年 6 月 15 日 |
| lubridate | 1.9.5 | 2026 年 6 月 15 日 |
| magrittr | 2.0.5 | 2026 年 6 月 15 日 |
| methods | 4.6.0 | 2026 年 6 月 15 日 |
| mlflow | 3.10.1 | 2026 年 6 月 15 日 |
| openssl | 2.4.0 | 2026 年 6 月 15 日 |
| 並行 | 4.6.0 | 2026 年 6 月 15 日 |
| 平行に | 1.47.0 | 2026 年 6 月 15 日 |
| pkgload(パッケージロード) | 1.5.2 | 2026 年 6 月 15 日 |
| processx | 3.9.0 | 2026 年 6 月 15 日 |
| prodlim | 2026.03.11 | 2026 年 6 月 15 日 |
| progressr | 0.19.0 | 2026 年 6 月 15 日 |
| プロキシ | 0.4-29 | 2026 年 6 月 15 日 |
| Ps | 1.9.3 | 2026 年 6 月 15 日 |
| purrr | 1.2.2 | 2026 年 6 月 15 日 |
| ragg | 1.5.2 | 2026 年 6 月 15 日 |
| rappdirs | 0.3.4 | 2026 年 6 月 15 日 |
| Rcpp | 1.1.1-1.1 | 2026 年 6 月 15 日 |
| reactable | 0.4.5 | 2026 年 6 月 15 日 |
| readr | 2.2.0 | 2026 年 6 月 15 日 |
| recipes | 1.3.2 | 2026 年 6 月 15 日 |
| rlang | 1.2.0 | 2026 年 6 月 15 日 |
| rmarkdown | 2.31 | 2026 年 6 月 15 日 |
| RODBC | 1.3-26.1 | 2026 年 6 月 15 日 |
| roxygen2 | 8.0.0 | 2026 年 6 月 15 日 |
| Rserve | 1.8-19 | 2026 年 6 月 15 日 |
| RSQLite | 3.52.0 | 2026 年 6 月 15 日 |
| rstudioapi | 0.18.0 | 2026 年 6 月 15 日 |
| S7 | 0.2.2 | 2026 年 6 月 15 日 |
| selectr | 0.5-1 | 2026 年 6 月 15 日 |
| shiny | 1.13.0 | 2026 年 6 月 15 日 |
| sourcetools | 0.1.7-2 | 2026 年 6 月 15 日 |
| sparklyr | 1.9.4 | 2026 年 6 月 15 日 |
| SparkR | 4.2.0 | 2026 年 6 月 15 日 |
| sparsevctrs | 0.3.6 | 2026 年 6 月 15 日 |
| splines | 4.6.0 | 2026 年 6 月 15 日 |
| sqldf | 0.4-12 | 2026 年 6 月 15 日 |
| SQUAREM | 2026.1 | 2026 年 6 月 15 日 |
| stats | 4.6.0 | 2026 年 6 月 15 日 |
| stats4 | 4.6.0 | 2026 年 6 月 15 日 |
| Swagger | 5.32.1 | 2026 年 6 月 15 日 |
| systemfonts | 1.3.2 | 2026 年 6 月 15 日 |
| tcltk | 4.6.0 | 2026 年 6 月 15 日 |
| testthat | 3.3.2 | 2026 年 6 月 15 日 |
| textshaping | 1.0.5 | 2026 年 6 月 15 日 |
| tibble | 3.3.1 | 2026 年 6 月 15 日 |
| tidyr | 1.3.2 | 2026 年 6 月 15 日 |
| timechange | 0.4.0 | 2026 年 6 月 15 日 |
| 時刻と日付 | 4052.112 | 2026 年 6 月 15 日 |
| tinytex | 0.59 | 2026 年 6 月 15 日 |
| ツール | 4.6.0 | 2026 年 6 月 15 日 |
| utils | 4.6.0 | 2026 年 6 月 15 日 |
| uuid | 1.2-2 | 2026 年 6 月 15 日 |
| V8 | 8.2.0 | 2026 年 6 月 15 日 |
| vctrs | 0.7.3 | 2026 年 6 月 15 日 |
| viridisLite | 0.4.3 | 2026 年 6 月 15 日 |
| vroom | 1.7.1 | 2026 年 6 月 15 日 |
| xfun | 0.57 | 2026 年 6 月 15 日 |
| xml2 | 1.5.2 | 2026 年 6 月 15 日 |
| xtable | 1.8-8 | 2026 年 6 月 15 日 |
| YAML | 2.3.12 | 2026 年 6 月 15 日 |
Java
| Library | バージョン | 導入日 |
|---|---|---|
| com.fasterxml.jackson.core.jackson-annotations | 2.21 | 2026 年 6 月 15 日 |
| com.fasterxml.jackson.core.jackson-core | 2.21.2 | 2026 年 6 月 15 日 |
| com.fasterxml.jackson.core.jackson-databind | 2.21.2 | 2026 年 6 月 15 日 |
| com.fasterxml.jackson.datatype.jackson-datatype-joda | 2.21.2 | 2026 年 6 月 15 日 |
| com.fasterxml.jackson.datatype.jackson-datatype-jsr310 | 2.21.2 | 2026 年 6 月 15 日 |
| com.fasterxml.jackson.module.jackson-module-paranamer | 2.21.2 | 2026 年 6 月 15 日 |
| com.fasterxml.jackson.module.jackson-module-scala_2.13 | 2.21.2 | 2026 年 6 月 15 日 |
| com.github.luben.zstd-jni | 1.5.7-8 | 2026 年 6 月 15 日 |
| com.google.api.grpc.proto-google-common-protos | 2.41.0 | 2026 年 6 月 15 日 |
| com.google.code.gson.gson | 2.13.2 | 2026 年 6 月 15 日 |
| com.google.crypto.tink.tink | 1.20.0 | 2026 年 6 月 15 日 |
| com.google.errorprone.error_prone_annotations | 2.47.0 | 2026 年 6 月 15 日 |
| com.google.guava.guava | 33.6.0-jre | 2026 年 6 月 15 日 |
| com.google.j2objc.j2objc-annotations | 3.1 | 2026 年 6 月 15 日 |
| com.google.protobuf.protobuf-java | 4.33.0 | 2026 年 6 月 15 日 |
| com.google.protobuf.protobuf-java-util | 4.33.0 | 2026 年 6 月 15 日 |
| com.microsoft.sqlserver.mssql-jdbc | 13.2.1.jre11 | 2026 年 6 月 15 日 |
| com.ning.compress-lzf | 1.2.0 | 2026 年 6 月 15 日 |
| com.thoughtworks.paranamer.paranamer | 2.8.3 | 2026 年 6 月 15 日 |
| commons-cli.commons-cli | 1.11.0 | 2026 年 6 月 15 日 |
| commons-codec.commons-codec | 1.22.0 | 2026 年 6 月 15 日 |
| commons-io.commons-io | 2.22.0 | 2026 年 6 月 15 日 |
| dev.ludovic.netlib.arpack | 3.2.0 | 2026 年 6 月 15 日 |
| dev.ludovic.netlib.blas | 3.2.0 | 2026 年 6 月 15 日 |
| dev.ludovic.netlib.lapack | 3.2.0 | 2026 年 6 月 15 日 |
| io.airlift.aircompressor | 2.0.3 | 2026 年 6 月 15 日 |
| io.delta.delta-sharing-client_2.13 | 1.4.0 | 2026 年 6 月 15 日 |
| io.netty.netty-all | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-buffer | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-codec | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-codec-base | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-codec-classes-quic | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-codec-compression | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-codec-http | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-codec-http2 | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-codec-native-quic | 4.2.13.Final-windows-x86_64 | 2026 年 6 月 15 日 |
| io.netty.netty-codec-socks | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-common | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-handler | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-handler-proxy | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-resolver | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-tcnative-boringssl-static | 2.0.77.Final-db-r0-windows-x86_64 | 2026 年 6 月 15 日 |
| io.netty.netty-tcnative-classes | 2.0.77.Final | 2026 年 6 月 15 日 |
| io.netty.netty-transport | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-transport-classes-epoll | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-transport-classes-kqueue | 4.2.13.Final | 2026 年 6 月 15 日 |
| io.netty.netty-transport-native-epoll | 4.2.13.Final-linux-x86_64 | 2026 年 6 月 15 日 |
| io.netty.netty-transport-native-kqueue | 4.2.13.Final-osx-x86_64 | 2026 年 6 月 15 日 |
| io.netty.netty-transport-native-unix-common | 4.2.13.Final | 2026 年 6 月 15 日 |
| jakarta.annotation.jakarta.annotation-api | 2.1.1 | 2026 年 6 月 15 日 |
| jakarta.servlet.jakarta.servlet-api | 6.0.0 | 2026 年 6 月 15 日 |
| jakarta.ws.rs.jakarta.ws.rs-api | 3.1.0 | 2026 年 6 月 15 日 |
| joda-time.joda-time | 2.14.1 | 2026 年 6 月 15 日 |
| org.apache.arrow.arrow-compression | 19.0.0 | 2026 年 6 月 15 日 |
| org.apache.arrow.arrow-format | 19.0.0 | 2026 年 6 月 15 日 |
| org.apache.arrow.arrow-memory-core | 19.0.0 | 2026 年 6 月 15 日 |
| org.apache.arrow.arrow-memory-netty | 19.0.0 | 2026 年 6 月 15 日 |
| org.apache.arrow.arrow-memory-netty-buffer-patch | 19.0.0 | 2026 年 6 月 15 日 |
| org.apache.arrow.arrow-vector | 19.0.0 | 2026 年 6 月 15 日 |
| org.apache.commons.commons-configuration2 | 2.15.0 | 2026 年 6 月 15 日 |
| org.apache.commons.commons-lang3 | 3.20.0 | 2026 年 6 月 15 日 |
| org.apache.commons.commons-text | 1.15.0 | 2026 年 6 月 15 日 |
| org.apache.derby.derby | 10.16.1.1 | 2026 年 6 月 15 日 |
| org.apache.hadoop.hadoop-client-runtime | 3.5.0 | 2026 年 6 月 15 日 |
| org.apache.logging.log4j.log4j-1.2-api | 2.25.4 | 2026 年 6 月 15 日 |
| org.apache.logging.log4j.log4j-api | 2.25.4 | 2026 年 6 月 15 日 |
| org.apache.logging.log4j.log4j-core | 2.25.4 | 2026 年 6 月 15 日 |
| org.apache.logging.log4j.log4j-layout-template-json | 2.25.4 | 2026 年 6 月 15 日 |
| org.apache.logging.log4j.log4j-slf4j2-impl | 2.25.4 | 2026 年 6 月 15 日 |
| org.apache.orc.orc-core | 2.3.0-shaded-protobuf | 2026 年 6 月 15 日 |
| org.apache.orc.orc-mapreduce | 2.3.0-shaded-protobuf | 2026 年 6 月 15 日 |
| org.apache.orc.orc-shims | 2.3.0 | 2026 年 6 月 15 日 |
| org.apache.xbean.xbean-asm9-shaded | 4.30 | 2026 年 6 月 15 日 |
| org.apache.zookeeper.zookeeper | 3.9.5 | 2026 年 6 月 15 日 |
| org.apache.zookeeper.zookeeper-jute | 3.9.5 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-alpn-client | 12.1.8 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-client | 12.1.8 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-http | 12.1.8 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-io | 12.1.8 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-jndi | 12.1.8 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-plus | 12.1.8 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-security | 12.1.8 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-server | 12.1.8 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-util | 12.1.8 | 2026 年 6 月 15 日 |
| org.eclipse.jetty.jetty-xml | 12.1.8 | 2026 年 6 月 15 日 |
| org.glassfish.hk2.external.aopalliance-repackaged | 3.0.6 | 2026 年 6 月 15 日 |
| org.glassfish.hk2.hk2-api | 3.0.6 | 2026 年 6 月 15 日 |
| org.glassfish.hk2.hk2-locator | 3.0.6 | 2026 年 6 月 15 日 |
| org.glassfish.hk2.hk2-utils | 3.0.6 | 2026 年 6 月 15 日 |
| org.glassfish.jersey.containers.jersey-container-サーブレット | 3.1.11 | 2026 年 6 月 15 日 |
| org.glassfish.jersey.containers.jersey-container-サーブレット-core | 3.1.11 | 2026 年 6 月 15 日 |
| org.glassfish.jersey.core.jersey-client | 3.1.11 | 2026 年 6 月 15 日 |
| org.glassfish.jersey.core.jersey-common | 3.1.11 | 2026 年 6 月 15 日 |
| org.glassfish.jersey.core.jersey-server | 3.1.11 | 2026 年 6 月 15 日 |
| org.glassfish.jersey.inject.jersey-hk2 | 3.1.11 | 2026 年 6 月 15 日 |
| org.javassist.javassist | 3.30.2-GA | 2026 年 6 月 15 日 |
| org.objenesis.objenesis | 3.5 | 2026 年 6 月 15 日 |
| org.postgresql.postgresql | 42.7.7 | 2026 年 6 月 15 日 |
| org.roaringbitmap.RoaringBitmap | 1.6.10 | 2026 年 6 月 15 日 |
| org.tukaani.xz | 1.12 | 2026 年 6 月 15 日 |
| org.xerial.snappy.snappy-java | 1.1.10.8 | 2026 年 6 月 15 日 |
Databricks ODBC/JDBC ドライバーのサポート
Databricks では、過去 2 年間にリリースされた ODBC/JDBC ドライバーがサポートされています。 最近リリースされたドライバーをダウンロードしてアップグレードしてください (ODBC のダウンロード、JDBC のダウンロード)。
システム環境
- オペレーティング システム: Ubuntu 24.04.4 LTS
- Java: Zulu21.48+15-CA
- Scala: 2.13.16
- Python: 3.12.3
- R: 4.6.0
- Delta Lake: 4.2.0
インストールされている Python ライブラリ
| Library | バージョン | Library | バージョン | Library | バージョン |
|---|---|---|---|---|---|
| 注釈付き文書 | 0.0.4 | annotated-types | 0.7.0 | anyio | 4.10.0 |
| arro3-core | 0.8.0 | asttokens | 3.0.0 | astunparse | 1.6.3 |
| autocommand | 2.2.2 | azure-core | 1.41.0 | azure-identity | 1.25.3 |
| azure-mgmt-core | 1.6.0 | azure-mgmt-web | 10.1.0 | azure-storage-blob | 12.29.0 |
| azure-storage-file-datalake | 12.24.0 | backports.tarfile | 1.2.0 | black | 25.9.0 |
| インジケーター | 1.7.0 | boto3 | 1.40.46 | botocore | 1.40.46 |
| cachetools | 5.5.1 | certifi | 2025.11.12 | cffi (CコードをPythonで呼び出すためのライブラリ) | 2.0.0 |
| charset-normalizer | 3.4.4 | クリック | 8.2.1 | クラウドピクル | 3.1.1 |
| コミュニケーション | 0.2.3 | contourpy | 1.3.3 | 暗号 | 46.0.3 |
| cycler | 0.11.0 | Databricksエージェント | 1.11.0 | databricks-sdk | 0.108.0 |
| dataclasses-json (データクラスのJSON) | 0.6.7 | dbus-python | 1.3.2 | debugpy | 1.8.16 |
| デコレータ | 5.2.1 | deltalake | 1.5.1 | Deprecated | 1.3.1 |
| distlib | 0.4.0 | executing | 2.2.1 | fastapi | 0.136.3 |
| filelock | 3.29.0 | fonttools | 4.60.1 | fsspec | 2023.5.0 |
| gitdb | 4.0.11 | GitPython | 3.1.45 | google-api-core | 2.30.3 |
| google-auth | 2.53.0 | google-cloud-core | 2.6.0 | google-cloud-storage | 3.10.1 |
| google-crc32c(GoogleのCRC32Cライブラリ) | 1.8.0 | google-resumable-media | 2.9.0 | googleapis-common-protos | 1.71.0 |
| grpcio | 1.76.0 | grpcio-status | 1.76.0 | h11 | 0.16.0 |
| httplib2 | 0.20.4 | IDNA | 3.11 | importlib_metadata | 8.7.0 |
| inflect | 7.3.1 | iniconfig | 2.1.0 | ipyflow-core | 0.0.227 |
| ipykernel | 6.31.0 | ipython | 9.7.0 | ipython_pygments_lexers | 1.1.1 |
| ipywidgets | 8.1.7 | isodate | 0.7.2 | jaraco.collections | 5.1.0 |
| jaraco.context | 5.3.0 | jaraco.functools | 4.0.1 | jaraco.text | 3.12.1 |
| jedi | 0.19.2 | Jinja2 | 3.1.6 | jmespath | 1.0.1 |
| joblib | 1.5.2 | jupyter_client | 8.6.3 | jupyter_core | 5.8.1 |
| jupyterlab_widgets | 3.0.15 | kiwisolver | 1.4.8 | launchpadlib | 1.11.0 |
| lazr.restfulclient | 0.14.6 | lazr.uri | 1.0.6 | markdown-it-py | 2.2.0 |
| MarkupSafe | 3.0.2 | マシュマロ | 3.26.2 | matplotlib | 3.10.6 |
| matplotlib-inline | 0.2.1 | mccabe | 0.7.0 | mdurl | 0.1.2 |
| mlflow-skinny | 3.12.0 | mmh3 | 5.2.1 | more-itertools | 10.3.0 |
| msal | 1.36.0 | msal-extensions | 1.3.1 | msrest | 0.7.1 |
| mypy-extensions | 1.0.0 | nest-asyncio | 1.6.0 | nodeenv | 1.10.0 |
| numpy | 2.3.4 | oauthlib | 3.2.2 | opentelemetry-api | 1.42.1 |
| opentelemetry-proto | 1.42.1 | opentelemetry-sdk | 1.42.1 | opentelemetry-semantic-conventions | 0.63b1 |
| パッケージング | 25.0 | pandas | 2.3.3 | parso | 0.8.5 |
| pathspec | 0.12.1 | ペキスペクト | 4.9.0 | 枕 | 12.0.0 |
| pip | 25.3 | platformdirs | 4.5.0 | pluggy | 1.5.0 |
| prompt_toolkit | 3.0.52 | proto-plus | 1.28.0 | protobuf | 6.33.5 |
| psutil | 7.0.0 | ptyprocess | 0.7.0 | pure_eval | 0.2.3 |
| pyarrow | 21.0.0 | pyasn1 | 0.6.1 | pyasn1_modules | 0.4.2 |
| pyccolo | 0.0.83 | pycparser | 2.23 | pydantic | 2.13.3 |
| pydantic_core | 2.46.3 | pyflakes | 3.2.0 | Pygments | 2.19.2 |
| PyGObject | 3.48.2 | pyiceberg | 0.11.1 | PyJWT | 2.10.1 |
| pyparsing | 3.2.5 | pyright | 1.1.409 | パイロアリング | 1.1.0 |
| pytest | 8.4.2 | python-dateutil | 2.9.0.post0 | python-dotenv | 1.2.2 |
| pytokens | 0.2.0 | pytz | 2025.2 | PyYAML | 6.0.3 |
| pyzmq | 27.1.0 | RegEx | 2025.9.1 | requests | 2.32.5 |
| requests-oauthlib | 2.0.0 | rich | 14.2.0 | s3transfer | 0.14.0 |
| scikit-learn | 1.7.2 | scipy | 1.16.3 | setuptools | 80.9.0 |
| 6 | 1.17.0 | smmap | 5.0.0 | sniffio | 1.3.0 |
| sqlparse | 0.5.5 | ssh-import-id | 5.11 | stack-data | 0.6.3 |
| starlette | 0.52.1 | strictyaml | 1.7.3 | tenacity | 9.1.2 |
| threadpoolctl | 3.5.0 | tiktoken | 0.13.0 | tokenize_rt | 6.2.0 |
| tomli | 2.0.1 | tornado | 6.5.1 | tqdm | 4.67.1 |
| traitlets | 5.14.3 | タイプガード | 4.3.0 | タイピング検査 | 0.9.0 |
| タイピング検査 | 0.4.2 | typing_extensions | 4.15.0 | tzdata | 2026.2 |
| unattended-upgrades | 0.1 | urllib3 | 2.5.0 | uvicorn | 0.48.0 |
| virtualenv | 20.35.4 | wadllib | 1.3.6 | wcwidth | 0.2.13 |
| ホイール | 0.45.1 | いつでも | 0.7.3 | widgetsnbextension | 4.0.14 |
| wrapt | 1.17.0 | zipp | 3.23.0 | zstandard | 0.25.0 |
インストールされている R ライブラリ
R ライブラリは、packages の
| Library | バージョン | Library | バージョン | Library | バージョン |
|---|---|---|---|---|---|
| 矢印 | 24.0.0 | askpass | 1.2.1 | assertthat(アサートザット関数) | 0.2.1 |
| backports | 1.5.1 | ベース | 4.6.0 | base64enc | 0.1-6 |
| bigD | 0.3.1 | bit | 4.6.0 | bit64 | 4.8.0 |
| bitops | 1.0-9 | BLOB | 1.3.0 | boot | 1.3-30 |
| brew | 1.0-10 | 活力 | 1.1.5 | ほうき | 1.0.12 |
| bslib | 0.10.0 | cachem | 1.1.0 | callr | 3.7.6 |
| caret | 7.0-1 | cellranger | 1.1.0 | クロノ (chrono) | 2.3-62 |
| クラス | 7.3-22 | CLI | 3.6.6 | clipr | 0.8.0 |
| 時計 | 0.7.4 | クラスタ | 2.1.6 | codetools | 0.2-20 |
| commonmark | 2.0.0 | コンパイラ | 4.6.0 | config | 0.3.2 |
| conflicted | 1.2.0 | cpp11 | 0.5.5 | crayon | 1.5.3 |
| 認証情報 | 2.0.3 | curl | 7.1.0 | data.table | 1.18.4 |
| datasets | 4.6.0 | DBI | 1.3.0 | dbplyr | 2.5.2 |
| 概要 | 1.4.3 | devtools | 2.5.2 | diagram | 1.6.5 |
| diffobj | 0.3.6 | ダイジェスト | 0.6.39 | downlit | 0.4.5 |
| dplyr | 1.2.1 | dtplyr | 1.3.3 | e1071 | 1.7-17 |
| 省略記号 | 0.3.3 | evaluate | 1.0.5 | fansi | 1.0.7 |
| farver | 2.1.2 | fastmap | 1.2.0 | fontawesome | 0.5.3 |
| forcats | 1.0.1 | foreach | 1.5.2 | foreign | 0.8-86 |
| fs | 2.1.0 | future | 1.70.0 | future.apply | 1.20.2 |
| うがい | 1.6.1 | ジェネリック | 0.1.4 | gert | 2.3.1 |
| ggplot2 | 4.0.3 | gh | 1.5.0 | git2r | 0.36.2 |
| gitcreds | 0.1.2 | glmnet | 5.0 | globals | 0.19.1 |
| glue | 1.8.1 | googledrive | 2.1.2 | googlesheets4 | 1.1.2 |
| ガウアー | 1.0.2 | graphics | 4.6.0 | grDevices | 4.6.0 |
| グリッド | 4.6.0 | gridExtra | 2.3 | gsubfn | 0.7 |
| gt | 1.3.0 | gtable | 0.3.6 | hardhat | 1.4.3 |
| haven | 2.5.5 | ハイヤー | 0.12 | hms | 1.1.4 |
| htmltools | 0.5.9 | htmlwidgets | 1.6.4 | httpuv | 1.6.17 |
| 「httr」パッケージ(HTTPリクエストを簡単に送信するためのライブラリ) | 1.4.8 | httr2 | 1.2.2 | 識別子 | 1.0.1 |
| ini | 0.3.1 | ipred | 0.9-15 | isoband | 0.3.0 |
| イテレーター | 1.0.14 | jquerylib | 0.1.4 | jsonlite | 2.0.0 |
| juicyjuice | 0.1.0 | KernSmooth | 2.23-22 | knitr | 1.51 |
| labeling | 0.4.3 | later | 1.4.8 | lattice | 0.22-5 |
| lava | 1.9.0 | ライフサイクル | 1.0.5 | listenv | 0.10.1 |
| litedown | 0.9 | lubridate | 1.9.5 | magrittr | 2.0.5 |
| markdown | 2.0 | MASS | 7.3-60.0.1 | マトリックス | 1.6-5 |
| memoise | 2.0.1 | methods | 4.6.0 | mgcv | 1.9-1 |
| mime | 0.13 | miniUI | 0.1.2 | mlflow | 3.10.1 |
| ModelMetrics | 1.2.2.2 | modelr | 0.1.11 | nlme | 3.1-164 |
| nnet | 7.3-19 | numDeriv | 2016.8-1.1 | openssl | 2.4.0 |
| otel | 0.2.0 | 朴 | 0.9.5 | 並行 | 4.6.0 |
| 平行に | 1.47.0 | pillar | 1.11.1 | pkgbuild | 1.4.8 |
| pkgconfig | 2.0.3 | pkgdown | 2.2.0 | pkgload(パッケージロード) | 1.5.2 |
| plyr | 1.8.9 | praise | 1.0.0 | prettyunits | 1.2.0 |
| pROC | 1.19.0.1 | processx | 3.9.0 | prodlim | 2026.03.11 |
| profvis | 0.4.0 | progress | 1.2.3 | progressr | 0.19.0 |
| promises | 1.5.0 | proto | 1.0.0 | プロキシ | 0.4-29 |
| Ps | 1.9.3 | purrr | 1.2.2 | R6 | 2.6.1 |
| ragg | 1.5.2 | ランダムフォレスト (randomForest) | 4.7-1.2 | rappdirs | 0.3.4 |
| rcmdcheck | 1.4.0 | RColorブリューワー | 1.1-3 | Rcpp | 1.1.1-1.1 |
| RcppEigen | 0.3.4.0.2 | reactable | 0.4.5 | reactR | 0.6.1 |
| readr | 2.2.0 | readxl | 1.4.5 | recipes | 1.3.2 |
| rematch | 2.0.0 | rematch2 | 2.1.2 | reprex | 2.1.1 |
| reshape2 | 1.4.5 | rlang | 1.2.0 | rmarkdown | 2.31 |
| RODBC | 1.3-26.1 | roxygen2 | 8.0.0 | rpart(Rプログラミング言語における再帰的分割のためのパッケージ) | 4.1.23 |
| rprojroot | 2.1.1 | Rserve | 1.8-19 | RSQLite | 3.52.0 |
| rstudioapi | 0.18.0 | rversions | 3.0.0 | rvest | 1.0.5 |
| S7 | 0.2.2 | サス | 0.4.10 | scales | 1.4.0 |
| selectr | 0.5-1 | sessioninfo | 1.2.3 | シェイプ | 1.4.6.1 |
| shiny | 1.13.0 | sourcetools | 0.1.7-2 | sparklyr | 1.9.4 |
| SparkR | 4.2.0 | sparsevctrs | 0.3.6 | 空間の | 7.3-17 |
| splines | 4.6.0 | sqldf | 0.4-12 | SQUAREM | 2026.1 |
| stats | 4.6.0 | stats4 | 4.6.0 | ストリンギ | 1.8.7 |
| stringr | 1.6.0 | survival | 3.5-8 | Swagger | 5.32.1 |
| システム | 3.4.3 | systemfonts | 1.3.2 | tcltk | 4.6.0 |
| testthat | 3.3.2 | textshaping | 1.0.5 | tibble | 3.3.1 |
| tidyr | 1.3.2 | tidyselect | 1.2.1 | tidyverse | 2.0.0 |
| timechange | 0.4.0 | 時刻と日付 | 4052.112 | tinytex | 0.59 |
| ツール | 4.6.0 | tzdb | 0.5.0 | urlchecker | 1.0.1 |
| usethis | 3.2.1 | utf8 | 1.2.6 | utils | 4.6.0 |
| uuid | 1.2-2 | V8 | 8.2.0 | vctrs | 0.7.3 |
| viridisLite | 0.4.3 | vroom | 1.7.1 | waldo | 0.6.2 |
| whisker | 0.4.1 | withr | 3.0.2 | xfun | 0.57 |
| xml2 | 1.5.2 | xopen | 1.0.1 | xtable | 1.8-8 |
| YAML | 2.3.12 | zeallot | 0.2.0 | zip | 2.3.3 |
インストールされている Java および Scala ライブラリ (Scala 2.13 クラスター バージョン)
| グループ識別子 | アーティファクト ID | バージョン |
|---|---|---|
| antlr | antlr | 2.7.7 |
| at.yawk.lz4 | lz4-java | 1.11.0 |
| com.clearspring.analytics | ストリーミング | 2.9.8 |
| com.databricks | Rserve | 1.8-3 |
| com.databricks | databricks-sdk-java | 0.53.0 |
| com.databricks | jets3t | 0.7.1-0 |
| com.databricks.scalapb | scalapb-runtime_2.13 | 0.4.15-11 |
| com.esotericsoftware | kryo-shaded(クライオシェード) | 4.0.3 |
| com.esotericsoftware | minlog | 1.3.0 |
| com.fasterxml | classmate | 1.5.1 |
| com.fasterxml.jackson.core | jackson-annotations | 2.21 |
| com.fasterxml.jackson.core | jackson-core | 2.21.2 |
| com.fasterxml.jackson.core | jackson-databind | 2.21.2 |
| com.fasterxml.jackson.dataformat | jackson-dataformat-yaml | 2.15.2 |
| com.fasterxml.jackson.datatype | jackson-datatype-joda | 2.21.2 |
| com.fasterxml.jackson.datatype | jackson-datatype-jsr310 | 2.21.2 |
| com.fasterxml.jackson.module | jackson-module-paranamer | 2.21.2 |
| com.fasterxml.jackson.module | jackson-module-scala_2.13 | 2.21.2 |
| com.github.ben-manes.caffeine | caffeine | 2.9.3 |
| com.github.blemale | scaffeine_2.13 | 4.1.0 |
| com.github.fommil | jniloader | 1.1 |
| com.github.fommil.netlib | native_ref-java | 1.1 |
| com.github.fommil.netlib | native_ref-java | 1.1-natives |
| com.github.fommil.netlib | native_system-java | 1.1 |
| com.github.fommil.netlib | native_system-java | 1.1-natives |
| com.github.fommil.netlib | netlib-native_ref-linux-x86_64 | 1.1-natives |
| com.github.fommil.netlib | netlib-native_system-linux-x86_64 | 1.1-natives |
| com.github.luben | zstd-jni | 1.5.7-8 |
| com.github.virtuald | curvesapi | 1.08 |
| com.github.wendykierp | JTransforms | 3.1 |
| com.google.api.grpc | proto-google-common-protos | 2.41.0 |
| com.google.auth | google-auth-library-credentials | 1.20.0 |
| com.google.auth | google-auth-library-oauth2-http | 1.20.0 |
| com.google.auto.value | auto-value-アノテーションズ | 1.10.4 |
| com.google.code.findbugs | jsr305 | 3.0.0 |
| com.google.code.gson | gson | 2.13.2 |
| com.google.crypto.tink | tink | 1.20.0 |
| com.google.errorprone | error_prone_annotations | 2.47.0 |
| com.google.flatbuffers | flatbuffers-java | 25.2.10 |
| com.google.guava | failureaccess | 1.0.3 |
| com.google.guava | guava | 33.6.0-jre |
| com.google.http-client | google-http-client | 1.43.3 |
| com.google.http-client | google-http-client-gson | 1.43.3 |
| com.google.j2objc | j2objc-annotations | 3.1 |
| com.google.protobuf | protobuf-java | 4.33.0 |
| com.google.protobuf | protobuf-java-util | 4.33.0 |
| com.helger | プロファイラ | 1.1.1 |
| com.ibm.icu | icu4j | 75.1 |
| com.jcraft | jsch | 0.1.55 |
| com.lihaoyi | sourcecode_2.13 | 0.1.9 |
| com.microsoft.azure | azure-data-lake-store-sdk | 2.3.10 |
| com.microsoft.sqlserver | mssql-jdbc | 13.2.1.jre11 |
| com.ning | compress-lzf | 1.2.0 |
| com.sun.mail | javax.mail | 1.5.2 |
| com.sun.xml.bind | jaxb-core (ジャクスビー・コア) | 2.2.11 |
| com.sun.xml.bind | jaxb-impl | 2.2.11 |
| com.tdunning | Json | 1.8 |
| com.thoughtworks.paranamer | paranamer | 2.8.3 |
| com.trueaccord.lenses | lenses_2.13 | 0.4.13 |
| com.twitter | chill-java | 0.10.0 |
| com.twitter | chill_2.13 | 0.10.0 |
| com.twitter | util-app_2.13 | 19.8.1 |
| com.twitter | util-core_2.13 | 19.8.1 |
| com.twitter | util-function_2.13 | 19.8.1 |
| com.twitter | util-jvm_2.13 | 19.8.1 |
| com.twitter | util-lint_2.13 | 19.8.1 |
| com.twitter | util-registry_2.13 | 19.8.1 |
| com.twitter | util-stats_2.13 | 19.8.1 |
| com.typesafe | config | 1.4.3 |
| com.typesafe.scala-logging | scala-logging_2.13 | 3.9.2 |
| com.uber | h3 | 3.7.3 |
| com.univocity | univocity-parsers | 2.9.1 |
| com.zaxxer | HikariCP | 4.0.3 |
| com.zaxxer | SparseBitSet | 1.3 |
| commons-cli | commons-cli | 1.11.0 |
| commons-codec | commons-codec | 1.22.0 |
| commons-collections | commons-collections | 3.2.2 |
| commons-dbcp | commons-dbcp | 1.4 |
| commons-fileupload | commons-fileupload | 1.6.0 |
| commons-httpclient | commons-httpclient | 3.1 |
| commons-io | commons-io | 2.22.0 |
| commons-lang | commons-lang | 2.6 |
| commons-logging | commons-logging | 1.1.3 |
| commons-pool | commons-pool | 1.5.4 |
| dev.ludovic.netlib | arpack | 3.2.0 |
| dev.ludovic.netlib | blas | 3.2.0 |
| dev.ludovic.netlib | lapack | 3.2.0 |
| info.ganglia.gmetric4j | gmetric4j | 1.0.10 |
| io.airlift | aircompressor | 2.0.3 |
| io.delta | delta-sharing-client_2.13 | 1.4.0 |
| io.dropwizard.metrics | metrics-core | 4.2.37 |
| io.dropwizard.metrics | メトリクス-グラファイト | 4.2.37 |
| io.dropwizard.metrics | metrics-healthchecks | 4.2.37 |
| io.dropwizard.metrics | metrics-jmx | 4.2.37 |
| io.dropwizard.metrics | metrics-json | 4.2.37 |
| io.dropwizard.metrics | metrics-jvm | 4.2.37 |
| io.dropwizard.metrics | メトリクス-サーブレット | 4.2.37 |
| io.github.java-diff-utils | java-diff-utils | 4.16 |
| io.jsonwebtoken | jjwt-api | 0.13.0 |
| io.jsonwebtoken | jjwt-impl | 0.13.0 |
| io.jsonwebtoken | jjwt-jackson | 0.13.0 |
| io.netty | netty-all | 4.2.13.Final |
| io.netty | netty-buffer | 4.2.13.Final |
| io.netty | Netty-コーデック | 4.2.13.Final |
| io.netty | netty-codec-base | 4.2.13.Final |
| io.netty | netty-codec-classes-quic | 4.2.13.Final |
| io.netty | netty-codec-compression | 4.2.13.Final |
| io.netty | netty-codec-http | 4.2.13.Final |
| io.netty | netty-codec-http2 | 4.2.13.Final |
| io.netty | netty-codec-native-quic | 4.2.13.Final-linux-aarch_64 |
| io.netty | netty-codec-native-quic | 4.2.13.Final-linux-x86_64 |
| io.netty | netty-codec-native-quic | 4.2.13.Final-osx-aarch_64 |
| io.netty | netty-codec-native-quic | 4.2.13.Final-osx-x86_64 |
| io.netty | netty-codec-native-quic | 4.2.13.Final-windows-x86_64 |
| io.netty | netty-codec-socks | 4.2.13.Final |
| io.netty | netty-common | 4.2.13.Final |
| io.netty | netty-handler | 4.2.13.Final |
| io.netty | netty-handler-proxy | 4.2.13.Final |
| io.netty | netty-resolver | 4.2.13.Final |
| io.netty | netty-tcnative-boringssl-static | 2.0.77.Final-db-r0-linux-aarch_64 |
| io.netty | netty-tcnative-boringssl-static | 2.0.77.Final-db-r0-linux-x86_64 |
| io.netty | netty-tcnative-boringssl-static | 2.0.77.Final-db-r0-osx-aarch_64 |
| io.netty | netty-tcnative-boringssl-static | 2.0.77.Final-db-r0-osx-x86_64 |
| io.netty | netty-tcnative-boringssl-static | 2.0.77.Final-db-r0-windows-x86_64 |
| io.netty | netty-tcnative-classes | 2.0.77.Final |
| io.netty | netty-transport | 4.2.13.Final |
| io.netty | netty-transport-classes-epoll | 4.2.13.Final |
| io.netty | netty-transport-classes-kqueue | 4.2.13.Final |
| io.netty | netty-transport-native-epoll | 4.2.13.Final |
| io.netty | netty-transport-native-epoll | 4.2.13.Final-linux-aarch_64 |
| io.netty | netty-transport-native-epoll | 4.2.13.Final-linux-riscv64 |
| io.netty | netty-transport-native-epoll | 4.2.13.Final-linux-x86_64 |
| io.netty | netty-transport-native-kqueue | 4.2.13.Final-osx-aarch_64 |
| io.netty | netty-transport-native-kqueue | 4.2.13.Final-osx-x86_64 |
| io.netty | netty-transport-native-unix-common | 4.2.13.Final |
| io.opencensus | opencensus-api | 0.31.1 |
| io.opencensus | opencensus-contrib-http-util | 0.31.1 |
| io.prometheus | simpleclient | 0.16.1-databricks |
| io.prometheus | simpleclient_common | 0.16.1-databricks |
| io.prometheus | simpleclient_dropwizard | 0.16.1-databricks |
| io.prometheus | simpleclient_pushgateway | 0.16.1-databricks |
| io.prometheus | simpleclient_servlet | 0.16.1-databricks |
| io.prometheus | simpleclient_servlet_common | 0.16.1-databricks |
| io.prometheus | simpleclient_tracer_common | 0.16.1-databricks |
| io.prometheus | simpleclient_tracer_otel | 0.16.1-databricks |
| io.prometheus | simpleclient_tracer_otel_agent | 0.16.1-databricks |
| io.prometheus.jmx | コレクター | 0.18.0 |
| jakarta.annotation | jakarta.annotation-api | 2.1.1 |
| jakarta.enterprise | jakarta.enterprise.cdi-api | 4.0.1 |
| jakarta.enterprise | jakarta.enterprise.lang-model | 4.0.1 |
| jakarta.inject | jakarta.inject-api | 2.0.1 |
| jakarta.interceptor | jakarta.interceptor-api | 2.1.0 |
| jakarta.servlet | jakarta.servlet-api | 6.0.0 |
| jakarta.transaction | jakarta.transaction-api | 2.0.1 |
| jakarta.validation | jakarta.validation-api | 2.0.2 |
| jakarta.ws.rs | jakarta.ws.rs-api | 3.1.0 |
| javax.activation | アクティブ化 | 1.1.1 |
| javax.annotation | javax.annotation-api | 1.3.2 |
| javax.el | javax.el-api | 2.2.4 |
| javax.jdo | jdo-api | 3.0.1 |
| javax.servlet | javax.servlet-api | 4.0.1 |
| javax.transaction | jta | 1.1 |
| javax.transaction | transaction-api | 1.1 |
| javax.xml.bind | jaxb-api | 2.2.11 |
| javolution | javolution | 5.5.1 |
| jline | jline | 2.14.6 |
| joda-time | joda-time | 2.14.1 |
| net.java.dev.jna | jna | 5.8.0 |
| net.razorvine | pickle | 1.5 |
| net.sf.jpam | jpam | 1.1 |
| net.sf.opencsv | opencsv | 2.3 |
| net.sf.supercsv | スーパCSV (スーパーシーエスブイ) | 2.2.0 |
| net.snowflake | snowflake-ingest-sdk | 0.9.6 |
| net.sourceforge.f2j | arpack_combined_all | 0.1 |
| org.acplt.remotetea | remotetea-oncrpc | 1.1.2 |
| org.antlr | ST4 | 4.0.4 |
| org.antlr | antlr-runtime | 3.5.2 |
| org.antlr | antlr4-runtime | 4.13.1 |
| org.antlr | stringtemplate | 3.2.1 |
| org.apache.ant | ant | 1.10.11 |
| org.apache.ant | ant-jsch | 1.10.11 |
| org.apache.ant | ant-launcher | 1.10.11 |
| org.apache.arrow | arrow-c-data | 19.0.0 |
| org.apache.arrow | arrow-compression | 19.0.0 |
| org.apache.arrow | arrow-format | 19.0.0 |
| org.apache.arrow | アロー・メモリー・コア | 19.0.0 |
| org.apache.arrow | arrow-memory-netty | 19.0.0 |
| org.apache.arrow | arrow-memory-netty-buffer-patch | 19.0.0 |
| org.apache.arrow | arrow-vector | 19.0.0 |
| org.apache.avro | avro | 1.12.1 |
| org.apache.avro | avro-ipc | 1.12.1 |
| org.apache.avro | avro-mapred | 1.12.1 |
| org.apache.commons | commons-collections4 | 4.5.0 |
| org.apache.commons | commons-compress | 1.28.0 |
| org.apache.commons | commons-configuration2 | 2.15.0 |
| org.apache.commons | commons-crypto | 1.1.0 |
| org.apache.commons | commons-lang3 | 3.20.0 |
| org.apache.commons | commons-math3 | 3.6.1 |
| org.apache.commons | commons-text | 1.15.0 |
| org.apache.curator | curator-client | 5.9.0 |
| org.apache.curator | curator-framework | 5.9.0 |
| org.apache.curator | curator-recipes | 5.9.0 |
| org.apache.datasketches | datasketches-java | 6.2.0 |
| org.apache.derby | derby | 10.16.1.1 |
| org.apache.derby | derbyshared | 10.16.1.1 |
| org.apache.derby | derbytools | 10.16.1.1 |
| org.apache.hadoop | hadoop-client-runtime | 3.5.0 |
| org.apache.hive | hive-beeline | 2.3.10 |
| org.apache.hive | hive-cli | 2.3.10 |
| org.apache.hive | hive-jdbc | 2.3.10 |
| org.apache.hive | hive-llap-client | 2.3.10 |
| org.apache.hive | hive-llap-common | 2.3.10 |
| org.apache.hive | hive-serde | 2.3.10 |
| org.apache.hive | hive-shims | 2.3.10 |
| org.apache.hive | hive-storage-api (ハイブストレージAPI) | 2.8.1 |
| org.apache.hive.shims | hive-shims-0.23 | 2.3.10 |
| org.apache.hive.shims | hive-shims-common | 2.3.10 |
| org.apache.hive.shims | hive-shims-scheduler | 2.3.10 |
| org.apache.httpcomponents | httpclient | 4.5.14 |
| org.apache.httpcomponents | httpcore | 4.4.16 |
| org.apache.ivy | ivy | 2.5.3 |
| org.apache.logging.log4j | log4j-1.2-api | 2.25.4 |
| org.apache.logging.log4j | log4j-api | 2.25.4 |
| org.apache.logging.log4j | log4j-core | 2.25.4 |
| org.apache.logging.log4j | log4j-layout-template-json | 2.25.4 |
| org.apache.logging.log4j | log4j-slf4j2-impl | 2.25.4 |
| org.apache.orc | orc-core | 2.3.0-shaded-protobuf |
| org.apache.orc | orc-format | 1.1.1-shaded-protobuf |
| org.apache.orc | orc-mapreduce | 2.3.0-shaded-protobuf |
| org.apache.orc | orc-shims | 2.3.0 |
| org.apache.poi | poi | 5.4.1 |
| org.apache.poi | poi-ooxml | 5.4.1 |
| org.apache.poi | poi-ooxml-full | 5.4.1 |
| org.apache.poi | poi-ooxml-lite | 5.4.1 |
| org.apache.thrift | libfb303 | 0.9.3 |
| org.apache.thrift | libthrift | 0.16.0 |
| org.apache.ws.xmlschema | xmlschema-core | 2.3.1 |
| org.apache.xbean | xbean-asm9-shaded | 4.30 |
| org.apache.xmlbeans | xmlbeans | 5.3.0 |
| org.apache.yetus | 観客注釈 | 0.13.0 |
| org.apache.zookeeper | zookeeper | 3.9.5 |
| org.apache.zookeeper | zookeeper-jute | 3.9.5 |
| org.checkerframework | Checker-Qual(チェッカー・クオール) | 3.43.0 |
| org.codehaus.janino | commons-compiler | 3.0.16 |
| org.codehaus.janino | janino | 3.0.16 |
| org.datanucleus | datanucleus-api-jdo | 4.2.4 |
| org.datanucleus | datanucleus-core | 4.1.17 |
| org.datanucleus | datanucleus-rdbms | 4.1.19 |
| org.datanucleus | javax.jdo | 3.2.0-m3 |
| org.eclipse.jetty | jetty-alpn-client | 12.1.8 |
| org.eclipse.jetty | jetty-client | 12.1.8 |
| org.eclipse.jetty | jetty-http | 12.1.8 |
| org.eclipse.jetty | jetty-io | 12.1.8 |
| org.eclipse.jetty | jetty-jndi | 12.1.8 |
| org.eclipse.jetty | jetty-plus | 12.1.8 |
| org.eclipse.jetty | jetty-security | 12.1.8 |
| org.eclipse.jetty | jetty-server | 12.1.8 |
| org.eclipse.jetty | jetty-session | 12.1.8 |
| org.eclipse.jetty | jetty-util | 12.1.8 |
| org.eclipse.jetty | jetty-xml | 12.1.8 |
| org.eclipse.jetty.compression | jetty-compression-common | 12.1.8 |
| org.eclipse.jetty.compression | jetty-compression-gzip | 12.1.8 |
| org.eclipse.jetty.compression | jetty-compression-server | 12.1.8 |
| org.eclipse.jetty.ee | jetty-ee-webapp | 12.1.8 |
| org.eclipse.jetty.ee10 | jetty-ee10-plus | 12.1.8 |
| org.eclipse.jetty.ee10 | jetty-ee10-proxy | 12.1.8 |
| org.eclipse.jetty.ee10 | jetty-ee10-servlet | 12.1.8 |
| org.eclipse.jetty.ee10 | jetty-ee10-サーブレット | 12.1.8 |
| org.eclipse.jetty.ee10 | jetty-ee10-webapp | 12.1.8 |
| org.fusesource.leveldbjni | leveldbjni-all | 1.8 |
| org.glassfish.hk2 | hk2-api | 3.0.6 |
| org.glassfish.hk2 | hk2-locator | 3.0.6 |
| org.glassfish.hk2 | hk2-utils | 3.0.6 |
| org.glassfish.hk2 | osgi-resource-locator | 1.0.3 |
| org.glassfish.hk2.external | aopalliance-repackaged | 3.0.6 |
| org.glassfish.jersey.containers | jersey-container-servlet | 3.1.11 |
| org.glassfish.jersey.containers | jersey-container-servlet-core | 3.1.11 |
| org.glassfish.jersey.core | jersey-client | 3.1.11 |
| org.glassfish.jersey.core | jersey-common | 3.1.11 |
| org.glassfish.jersey.core | jersey-server | 3.1.11 |
| org.glassfish.jersey.inject | jersey-hk2 | 3.1.11 |
| org.hibernate.validator | hibernate-validator | 6.2.5.Final |
| org.ini4j | ini4j | 0.5.4 |
| org.javassist | javassist | 3.30.2-GA |
| org.jboss.logging | jboss-logging | 3.4.1.Final |
| org.jdbi | jdbi | 2.63.1 |
| org.jline | jline | 3.29.0-jdk8 |
| org.joda | joda-convert | 1.7 |
| org.json4s | json4s-ast_2.13 | 4.0.7 |
| org.json4s | json4s-core_2.13 | 4.0.7 |
| org.json4s | json4s-jackson-core_2.13 | 4.0.7 |
| org.json4s | json4s-jackson_2.13 | 4.0.7 |
| org.json4s | json4s-scalap_2.13 | 4.0.7 |
| org.locationtech.jts | jts-core | 1.20.0 |
| org.mlflow | mlflow-spark_2.13 | 2.22.1 |
| org.objenesis | objenesis | 3.5 |
| org.postgresql | postgresql | 42.7.11 |
| org.roaringbitmap | RoaringBitmap | 1.6.10 |
| org.rosuda.REngine | REngine | 2.1.0 |
| org.scala-lang | scala-compiler_2.13 | 2.13.17 |
| org.scala-lang | scala-library_2.13 | 2.13.17 |
| org.scala-lang | scala-reflect_2.13 | 2.13.17 |
| org.scala-lang.modules | scala-collection-compat_2.13 | 2.11.0 |
| org.scala-lang.modules | scala-java8-compat_2.13 | 0.9.1 |
| org.scala-lang.modules | scala-parallel-collections_2.13 | 1.2.0 |
| org.scala-lang.modules | scala-parser-combinators_2.13 | 2.4.0 |
| org.scala-lang.modules | scala-xml_2.13 | 2.4.0 |
| org.scala-sbt | test-interface | 1.0 |
| org.scalacheck | scalacheck_2.13 | 1.18.0 |
| org.scalactic | scalactic_2.13 | 3.2.19 |
| org.scalanlp | breeze-macros_2.13 | 2.1.0 |
| org.scalanlp | breeze_2.13 | 2.1.0 |
| org.scalatest | scalatest対応 | 3.2.19 |
| org.scalatest | scalatest-core_2.13 | 3.2.19 |
| org.scalatest | scalatest-diagrams_2.13 | 3.2.19 |
| org.scalatest | scalatest-featurespec_2.13 | 3.2.19 |
| org.scalatest | scalatest-flatspec_2.13 | 3.2.19 |
| org.scalatest | scalatest-freespec_2.13 | 3.2.19 |
| org.scalatest | scalatest-funspec_2.13 | 3.2.19 |
| org.scalatest | scalatest-funsuite_2.13 | 3.2.19 |
| org.scalatest | scalatest-matchers-core_2.13 | 3.2.19 |
| org.scalatest | scalatest-mustmatchers_2.13 | 3.2.19 |
| org.scalatest | scalatest-propspec_2.13 | 3.2.19 |
| org.scalatest | scalatest-refspec_2.13 | 3.2.19 |
| org.scalatest | scalatest-shouldmatchers_2.13 | 3.2.19 |
| org.scalatest | scalatest-wordspec_2.13 | 3.2.19 |
| org.scalatest | scalatest_2.13 | 3.2.19 |
| org.slf4j | jcl-over-slf4j | 2.0.16 |
| org.slf4j | jul-to-slf4j | 2.0.16 |
| org.slf4j | slf4j-api | 2.0.16 |
| org.slf4j | slf4j-simple | 1.7.25 |
| org.threeten | threeten-extra | 1.8.0 |
| org.tukaani | xz | 1.12 |
| org.typelevel | algebra_2.13 | 2.8.0 |
| org.typelevel | cats-kernel_2.13 | 2.8.0 |
| org.typelevel | spire-macros_2.13 | 0.18.0 |
| org.typelevel | spire-platform_2.13 | 0.18.0 |
| org.typelevel | spire-util_2.13 | 0.18.0 |
| org.typelevel | spire_2.13 | 0.18.0 |
| org.wildfly.openssl | wildfly-openssl | 1.1.3.Final |
| org.xerial | sqlite-jdbc | 3.42.0.0 |
| org.xerial.snappy | snappy-java | 1.1.10.8 |
| org.yaml | snakeyaml | 2.0 |
| oro | oro | 2.0.8 |
| pl.edu.icm | JLargeArrays | 1.5 |
| software.amazon.cryptools | AmazonCorrettoCryptoProvider | 2.5.0-linux-x86_64 |
| stax | stax-api | 1.0.1 |