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

SOP-Java: These go to 11

This commit is contained in:
Paul Schaub 2025-04-08 13:24:46 +02:00
parent c7c3d5b3ab
commit 1b19634415
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 16 additions and 3 deletions

View file

@ -14,5 +14,6 @@ allprojects {
mockitoVersion = '4.5.1'
slf4jVersion = '1.7.36'
sopJavaVersion = '10.1.1'
sopJavaVersion = '11.0.0-SNAPSHOT'
}
}