mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-17 13:12:04 +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
|
||||
|
||||
## 1.2.1-SNAPSHOT
|
||||
## 1.2.1
|
||||
- Bump dependencies
|
||||
- `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`
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
allprojects {
|
||||
ext {
|
||||
shortVersion = '1.2.1'
|
||||
isSnapshot = true
|
||||
isSnapshot = false
|
||||
minAndroidSdk = 10
|
||||
javaSourceCompatibility = 1.8
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue