Skip to content

Commit

Permalink
feat: Upgrade java to ^0.14 (support for new openjdk, node.js)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Dec 19, 2023
1 parent e3e4428 commit c3b0f7e
Show file tree
Hide file tree
Showing 3 changed files with 630 additions and 49 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- 14
- 15
- 16
- 18
java_version:
- 8
- 9
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Node Module JDBC wrapper",
"main": "index.js",
"dependencies": {
"async": "3.2.4",
"java": "^0.12.2",
"async": "^3.2.5",
"java": "^0.14",
"lodash": "4.17.21",
"uuid": "9.0.0",
"winston": "3.8.2"
Expand Down
Loading

0 comments on commit c3b0f7e

Please sign in to comment.