Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8719 from igarashitm/atlasmap-2.0.5-1.10.x
Browse files Browse the repository at this point in the history
chore: Update to AtlasMap 2.0.5
  • Loading branch information
gashcrumb authored Jun 17, 2020
2 parents e12649f + 626f206 commit 1958440
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/integration/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<properties>
<spring-boot.version>2.1.6.RELEASE</spring-boot.version>
<camel.version>2.23.2.fuse-760024</camel.version>
<atlasmap.version>2.0.4</atlasmap.version>
<atlasmap.version>2.0.5</atlasmap.version>
<jackson.databind.version>2.9.9</jackson.databind.version>
<mongodb.version>3.9.0</mongodb.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<deploy.archives>false</deploy.archives>

<!-- Atlasmap version -->
<atlasmap.version>2.0.4</atlasmap.version>
<atlasmap.version>2.0.5</atlasmap.version>

<!-- Image names -->
<image.s2i>syndesis/syndesis-s2i:%l</image.s2i>
Expand Down
2 changes: 1 addition & 1 deletion app/ui-react/packages/atlasmap-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"react-dom": "^16.6.0"
},
"dependencies": {
"@atlasmap/atlasmap": "^2.0.4",
"@atlasmap/atlasmap": "^2.0.5",
"react-fast-compare": "^2.0.2"
},
"jest": {
Expand Down
18 changes: 9 additions & 9 deletions app/ui-react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -226,19 +226,19 @@
dependencies:
tslib "^1.9.0"

"@atlasmap/atlasmap@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@atlasmap/atlasmap/-/atlasmap-2.0.4.tgz#ac0c27763b3b7366e0126cf31a1a2bccdeb76ba8"
integrity sha512-QtRBFJp9gH8ZqR57+DjGssMb1dMk0XFNj/IaF3zM93dYC0IVuC6b38Z6ii8uTGIorPA3Kqn5WdkUQsWaFG3nMg==
"@atlasmap/atlasmap@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@atlasmap/atlasmap/-/atlasmap-2.0.5.tgz#66b134b6c801dd68e2a340df5bac224c65b49d42"
integrity sha512-Of91lhDO8I44l99LJlV5Mlms7Q27fVQsvkHfuXnI9n5c1h6YmDLUzRv3xx+Agzs4VeDkzS7BWgRmk2TzpcyFDg==
dependencies:
"@atlasmap/core" "^2.0.4"
"@atlasmap/core" "^2.0.5"
react-sage "^0.0.42"
use-debounce "^3.4.2"

"@atlasmap/core@^2.0.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@atlasmap/core/-/core-2.0.4.tgz#1b83a429fb7b48d93c4bffb19cdb3441b667921e"
integrity sha512-IKBYTp/5UaOJcMi7tziAybiFdL4qmbnjdmdfLJzXebbZm4IqLaiubYimtt60AWthBl6pTMtSN3Je8+uNFqX2LQ==
"@atlasmap/core@^2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@atlasmap/core/-/core-2.0.5.tgz#398cc365455116a5fe565a24c1431832a07dac32"
integrity sha512-HbHBHk7QGDzNYAsL9ZnNwzulLpwoc0b49eW3L/NBY8yZYl0KCxRKgE9YLeMyxO1jDDbehTx3CqRb4nqI9Vongg==
dependencies:
file-saver "2.0.2"
loglevel "^1.6.7"
Expand Down

0 comments on commit 1958440

Please sign in to comment.