SOP-Java 14.0.3

This commit is contained in:
Paul Schaub 2025-10-29 13:07:50 +01:00
parent b579db7c70
commit f3001f3582
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
14.0.3-SNAPSHOT
## 14.0.3
- Bump `logback-core` to `1.5.19`
## 14.0.2

View file

@ -5,7 +5,7 @@
allprojects {
ext {
shortVersion = '14.0.3'
isSnapshot = true
isSnapshot = false
javaSourceCompatibility = 11
gsonVersion = '2.10.1'
jsrVersion = '3.0.2'