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

Add support for SOP05 features

This commit is contained in:
Paul Schaub 2023-04-14 14:31:48 +02:00
parent 44608744c2
commit e35287a666
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 82 additions and 3 deletions

View file

@ -18,6 +18,6 @@ allprojects {
logbackVersion = '1.2.11'
mockitoVersion = '4.5.1'
slf4jVersion = '1.7.36'
sopJavaVersion = '4.1.1'
sopJavaVersion = '5.0.0-SNAPSHOT'
}
}