Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Handle H2's new 23505 error code as a DuplicateKeyException.
Browse files Browse the repository at this point in the history
  • Loading branch information
habuma committed May 11, 2011
1 parent 83b223f commit c90a89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ configure(javaprojects) {
apply from: "$buildSrcDir/schema-publication.gradle"

commonsCodecVersion = '1.5'
h2Version = '1.3.153'
h2Version = '1.3.154'
httpComponentsVersion = '4.1.1'
jacksonVersion = '1.8.0'
javaxInjectVersion = '1'
Expand Down

0 comments on commit c90a89d

Please sign in to comment.