SOP-Java 1.2.1

This commit is contained in:
Paul Schaub 2022-04-11 12:38:17 +02:00
parent e154b3e535
commit bdd18c1a11
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
# Changelog # Changelog
## 1.2.1-SNAPSHOT ## 1.2.1
- Bump dependencies - Bump dependencies
- `com.ginsberg:junit5-system-exit` from `1.1.1` to `1.1.2` - `com.ginsberg:junit5-system-exit` from `1.1.1` to `1.1.2`
- `org.mockito:mockito-core` from `4.2.0` to `4.3.1` - `org.mockito:mockito-core` from `4.2.0` to `4.3.1`

View File

@ -5,7 +5,7 @@
allprojects { allprojects {
ext { ext {
shortVersion = '1.2.1' shortVersion = '1.2.1'
isSnapshot = true isSnapshot = false
minAndroidSdk = 10 minAndroidSdk = 10
javaSourceCompatibility = 1.8 javaSourceCompatibility = 1.8
} }