Bump sop-java to 1.2.0

This commit is contained in:
Paul Schaub 2022-02-10 00:13:35 +01:00
parent 5b4018d2f0
commit c405a99994
1 changed files with 1 additions and 1 deletions

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'))