You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We changed the field AccountId, which is normally used for Pix transactions. If your app makes use of this field in your integration, alter its type from long to BigInteger.
PaymentClientclient = newPaymentClient();
Paymentp = client.get(12345L);
// Collector accountId changed type from long to BigIntegerBigIntegercollectorAccountId = p.getPointOfInteraction().getTransactionData().getBankInfo().getCollector().getAccountId();
// Collector accountId changed type from long to BigIntegerBigIntegerpayerAccountId = p.getPointOfInteraction().getTransactionData().getBankInfo().getPayer().getAccountId();
Update version lib gson 2.8.8 to 2.8.9 without vulnerability
Update version lib maven-javadoc-plugin 3.3.2 without vulnerability
Add file pre-commit-config.yml to check for vulnerabilities