1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-11 19: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 8819ba0201
commit 5829b755ed
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'
}
}