Skip to content

Commit

Permalink
(PDB-5730) Update pgjdbc to 42.4.5
Browse files Browse the repository at this point in the history
Resolved a bug in pgjdbc
pgjdbc/pgjdbc#3014

which resulted in a failure in PuppetDB due to
java.lang.NoSuchMethodError: java.nio.ByteBuffer.position(I)Ljava/nio/ByteBuffer
  • Loading branch information
austb committed Mar 13, 2024
1 parent fd24d7c commit feebdee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## [unreleased]

## [5.6.13]
- update pgjdbc version to 42.4.5 to resolve https://github.com/pgjdbc/pgjdbc/issues/3014

## [5.6.12]
- update clojure version to 1.11.2 to resolve https://github.com/advisories/GHSA-vr64-r9qj-h27f CVE

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
;; Remove once all projects are updated to use honeysql 2.x
[honeysql "1.0.461"]
[com.github.seancorfield/honeysql "2.3.911"]
[org.postgresql/postgresql "42.4.4"]
[org.postgresql/postgresql "42.4.5"]
[medley "1.0.0"]
[prismatic/plumbing "0.4.2"]
[prismatic/schema "1.1.12"]
Expand Down

0 comments on commit feebdee

Please sign in to comment.