1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-10 18:59:39 +02:00

Bump sop-java to 4.0.2 and improve exception handling

This commit is contained in:
Paul Schaub 2022-11-06 15:03:35 +01:00
parent 3000e496bc
commit e67c43a6f7
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
5 changed files with 29 additions and 6 deletions

View file

@ -16,6 +16,6 @@ allprojects {
logbackVersion = '1.2.11'
mockitoVersion = '4.5.1'
slf4jVersion = '1.7.36'
sopJavaVersion = '4.0.1'
sopJavaVersion = '4.0.2'
}
}