Co-authored-by: Ohad Bitton <ohbitton@microsoft.com>
This commit is contained in:
ohad bitton 2023-07-31 10:21:46 +03:00 коммит произвёл GitHub
Родитель 5a89292d5e
Коммит ec58d743fc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -32,11 +32,11 @@
</developers>
<properties>
<revision>5.0.0</revision> <!-- CHANGE THIS to adjust project version-->
<revision>5.0.1</revision> <!-- CHANGE THIS to adjust project version-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<!-- Use 1.0.6 for fasterxml v 2.12.x (good for databricks runtime 2.10.x) -->
<azure-bom-version>1.2.13</azure-bom-version>
<azure-bom-version>1.2.15</azure-bom-version>
<!-- Versions below are for several dependencies we're using in the data & ingest modules -->
<!-- Ideally, versions below should align with latest databricks runtime dependency versions -->
@ -44,7 +44,7 @@
<slf4j.version>1.8.0-beta4</slf4j.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-text.version>1.10.0</commons-text.version>
<msal4j.version>1.9.0</msal4j.version>
<msal4j.version>1.13.8</msal4j.version>
<httpclient.version>4.5.14</httpclient.version>
<httpcore.version>4.4.16</httpcore.version>
<fasterxml.jackson.core.version>2.14.2</fasterxml.jackson.core.version>

Просмотреть файл

@ -33,7 +33,7 @@
</developers>
<properties>
<revision>5.0.0</revision> <!-- CHANGE THIS to match project version in the root (not technically parent) pom -->
<revision>5.0.1</revision> <!-- CHANGE THIS to match project version in the root (not technically parent) pom -->
<java.version>1.8</java.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>