Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FYI: Avoid Postgres JDBC Driver version 42.3.0 - bug in numeric binary decode #2429

Closed
rbygrave opened this issue Oct 28, 2021 · 1 comment
Closed
Assignees

Comments

@rbygrave
Copy link
Member

rbygrave commented Oct 28, 2021

Reference: pgjdbc/pgjdbc#2326

This is a notification for people using Postgres JDBC to not use version 42.3.0

PR with fix: pgjdbc/pgjdbc#2327

@rbygrave rbygrave self-assigned this Oct 28, 2021
@rbygrave
Copy link
Member Author

Fixed in 42.3.1

<dependency>
  <groupId>org.postgresql</groupId>
  <artifactId>postgresql</artifactId>
  <version>42.3.1</version>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant