Skip to content

Commit

Permalink
Bump js from 21.3.5 to 21.3.6
Browse files Browse the repository at this point in the history
Bumps [js](https://github.com/graalvm/graaljs) from 21.3.5 to 21.3.6.
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/graalvm/graaljs/commits)

---
updated-dependencies:
- dependency-name: org.graalvm.js:js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 22, 2023
1 parent 3d484b9 commit f0a7914
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemacrawler-commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>21.3.5</version>
<version>21.3.6</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>21.3.5</version>
<version>21.3.6</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<dependency>
<groupId>org.graalvm.js</groupId>
<artifactId>js</artifactId>
<version>21.3.5</version>
<version>21.3.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f0a7914

Please sign in to comment.