mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-22 21:07:57 +01:00
SOP-Java 1.2.1
This commit is contained in:
parent
e154b3e535
commit
bdd18c1a11
2 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||||
|
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue