1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-16 08:34:53 +02:00

Bump sop-java to 1.2.0

This commit is contained in:
Paul Schaub 2022-02-10 00:13:35 +01:00
parent e276507b65
commit 5ef90ff097

View file

@ -74,7 +74,7 @@ allprojects {
slf4jVersion = '1.7.32'
logbackVersion = '1.2.9'
junitVersion = '5.8.2'
sopJavaVersion = '1.1.0'
sopJavaVersion = '1.2.0'
rootConfigDir = new File(rootDir, 'config')
gitCommit = getGitCommit()
isContinuousIntegrationEnvironment = Boolean.parseBoolean(System.getenv('CI'))