Skip to content

Commit 7d52211

Browse files
upgrade all client libraries (#294)
* upgrade all client libraries * upgrade all client libraries
1 parent 630c1ca commit 7d52211

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ go 1.12
55
require (
66
github.com/gin-gonic/gin v1.4.0
77
github.com/joho/godotenv v1.3.0
8-
github.com/plaid/plaid-go v1.2.0
8+
github.com/plaid/plaid-go v1.9.0
99
)

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.plaid</groupId>
5656
<artifactId>plaid-java</artifactId>
57-
<version>9.4.0</version>
57+
<version>9.10.0</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>javax.xml.bind</groupId>

node/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"express": "4.16.x",
1919
"moment": "2.22.x",
2020
"nodemon": "^2.0.5",
21-
"plaid": "^9.6.0"
21+
"plaid": "^9.9.0"
2222
}
2323
}

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.2
2-
plaid_python==8.2.1
2+
plaid_python==8.8.0
33
python-dotenv==0.15.0

ruby/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gem 'sinatra'
44

55
gem "dotenv", "~> 2.7"
66

7-
gem "plaid", "= 14.3.0"
7+
gem "plaid", "= 14.10.0"

0 commit comments

Comments
 (0)