diff --git a/.github/stale.yml b/.github/stale.yml index c6cbb1928..58ad1e2ad 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 30 exemptLabels: - type:security-issue # never close automatically - state:awaiting-response # handled by different bot + - state:blocked # Set to true to ignore issues in a milestone (defaults to false) exemptMilestones: true # Label to use when marking an issue as stale diff --git a/main/buildkit/pom.xml b/main/buildkit/pom.xml index 7a719b26e..2c2823074 100644 --- a/main/buildkit/pom.xml +++ b/main/buildkit/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.4.15 + 1.4.16 buildkit pom diff --git a/main/commons/pom.xml b/main/commons/pom.xml index 89c511a4f..c67cb457d 100644 --- a/main/commons/pom.xml +++ b/main/commons/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.4.15 + 1.4.16 commons Cryptomator Commons diff --git a/main/keychain/pom.xml b/main/keychain/pom.xml index f53d83112..2d568f117 100644 --- a/main/keychain/pom.xml +++ b/main/keychain/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.4.15 + 1.4.16 keychain System Keychain Access diff --git a/main/launcher/pom.xml b/main/launcher/pom.xml index c9bc1fd6a..6922cde90 100644 --- a/main/launcher/pom.xml +++ b/main/launcher/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.4.15 + 1.4.16 launcher Cryptomator Launcher diff --git a/main/pom.xml b/main/pom.xml index 1cf752725..90d454b20 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.cryptomator main - 1.4.15 + 1.4.16 pom Cryptomator @@ -25,7 +25,7 @@ 1.2.1 - 1.8.7 + 1.8.8 2.0.0 1.2.0 1.1.11 diff --git a/main/ui/pom.xml b/main/ui/pom.xml index 1b132ce2a..4eeff50ff 100644 --- a/main/ui/pom.xml +++ b/main/ui/pom.xml @@ -4,7 +4,7 @@ org.cryptomator main - 1.4.15 + 1.4.16 ui Cryptomator GUI