Skip to content

Commit

Permalink
Merge branch 'main' into issue-894
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB authored Oct 2, 2024
2 parents 30c2c09 + 1ded715 commit 6b0fb20
Show file tree
Hide file tree
Showing 3 changed files with 375 additions and 286 deletions.
16 changes: 8 additions & 8 deletions core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
<okhttp.version>4.12.0</okhttp.version>
<lombok.version>1.18.34</lombok.version>
<google-gson.version>2.11.0</google-gson.version>
<google.guava.version>33.3.0-jre</google.guava.version>
<google.guava.version>33.3.1-jre</google.guava.version>
<google-truth.version>1.4.4</google-truth.version>
<apache-commons-text.version>1.12.0</apache-commons-text.version>
<commons-io.version>2.17.0</commons-io.version>
<json-path.version>2.9.0</json-path.version>
<log4j-core.version>2.24.0</log4j-core.version>
<log4j-api.version>2.24.0</log4j-api.version>
<log4j-core.version>2.24.1</log4j-core.version>
<log4j-api.version>2.24.1</log4j-api.version>
<faker.version>2.3.1</faker.version>
<jackson-dataformat-yaml.version>2.17.2</jackson-dataformat-yaml.version>
<jackson-databind.version>2.17.2</jackson-databind.version>
<jackson-dataformat-yaml.version>2.18.0</jackson-dataformat-yaml.version>
<jackson-databind.version>2.18.0</jackson-databind.version>
<ok2curl.version>0.8.0</ok2curl.version>
<json-schema-validator.version>1.5.2</json-schema-validator.version>
<maven-clean-plugin.version>3.4.0</maven-clean-plugin.version>
Expand All @@ -54,7 +54,7 @@
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-checkstyle-plugin.version>3.5.0</maven-checkstyle-plugin.version>
<codestyle.version>1.1.0</codestyle.version>
<checkstyle.version>10.18.1</checkstyle.version>
<checkstyle.version>10.18.2</checkstyle.version>
<aspectj.version>1.9.22.1</aspectj.version>
<poi.version>5.3.0</poi.version>
<suite-name>testng-api</suite-name>
Expand All @@ -79,11 +79,11 @@
<jacoco.version>0.8.12</jacoco.version>
<surefire-version>3.5.0</surefire-version>
<nexus.version>1.7.0</nexus.version>
<maven.gpg.version>3.2.6</maven.gpg.version>
<maven.gpg.version>3.2.7</maven.gpg.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<allure-testng.version>2.29.0</allure-testng.version>
<maven-failsafe.version>3.5.0</maven-failsafe.version>
<central.sonatype>0.5.0</central.sonatype>
<central.sonatype>0.6.0</central.sonatype>
</properties>

<organization>
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
"@release-it-plugins/lerna-changelog": "^7.0.0",
"@stylistic/eslint-plugin-js": "^2.8.0",
"@stylistic/eslint-plugin-ts": "^2.8.0",
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@types/node": "^22.7.4",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"commitlint": "^19.5.0",
"eslint": "^9.11.0",
"eslint": "^9.11.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react": "^7.37.0",
"globals": "^15.9.0",
"husky": "^9.1.6",
"js-yaml": "^4.1.0",
Expand All @@ -56,14 +56,14 @@
"lerna-version": "^6.6.2",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"nx": "^19.8.0",
"nx": "^19.8.2",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"release-it": "^17.6.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0"
"typescript-eslint": "^8.7.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
Loading

0 comments on commit 6b0fb20

Please sign in to comment.