Skip to content

Commit

Permalink
- Update What's new (#16669)
Browse files Browse the repository at this point in the history
- fix vulnerability

(cherry picked from commit 1dcb1bd)
  • Loading branch information
mohityadav766 committed Jun 15, 2024
1 parent d8bc773 commit 38e1b4f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openmetadata-clients/openmetadata-java-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>msal4j</artifactId>
<version>1.15.0</version>
<version>1.15.1</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openmetadata-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<sonar.tests>${project.basedir}/src/test/java</sonar.tests>
<org.testcontainers.version>1.19.4</org.testcontainers.version>
<awssdk.version>2.25.21</awssdk.version>
<azure-identity.version>1.11.2</azure-identity.version>
<azure-identity.version>1.12.2</azure-identity.version>
<azure-kv.version>4.7.3</azure-kv.version>
<expiring.map.version>0.5.11</expiring.map.version>
<java.saml>2.9.0</java.saml>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ import profilerConfigPage from '../../../assets/img/profilerConfigPage.png';
import tagCategoryImg from '../../../assets/img/TagCategory.png';
import collateIcon from '../../../assets/svg/ic-collate.svg';

export const LATEST_VERSION_ID = 27;
export const LATEST_VERSION_ID = 28;

export const COOKIE_VERSION = 'VERSION_1_4_2'; // To be changed with each release.
export const COOKIE_VERSION = 'VERSION_1_4_3'; // To be changed with each release.

// for youtube video make isImage = false and path = {video embed id}
// embed:- youtube video => share => click on embed and take {url with id} from it
Expand Down Expand Up @@ -1764,4 +1764,14 @@ API:
- Fixed some issues with the Teams page.`,
},
},
{
id: 28,
version: 'v1.4.3',
description: `Released on 15th June 2024.`,
features: [],
changeLogs: {
Improvements: `- Fixed User Signup Flow Issue missing authorize.
- Fixed vulnerabilities for azure-identity and msal4j.`,
},
},
];

0 comments on commit 38e1b4f

Please sign in to comment.