security and apple icons

This commit is contained in:
Anthony Stirling
2023-08-09 20:30:07 +01:00
parent fd39f28e46
commit 3420adc7c9
25 changed files with 233 additions and 104 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = 'stirling.software'
version = '0.12.2'
version = '0.12.3'
sourceCompatibility = '17'
repositories {
@@ -45,8 +45,9 @@ launch4j {
}
dependencies {
implementation 'org.yaml:snakeyaml:2.1'
implementation 'org.springframework.boot:spring-boot-starter-web:3.1.2'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.1.1'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.1.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.1.2'
// https://mvnrepository.com/artifact/org.apache.pdfbox/jbig2-imageio
implementation group: 'org.apache.pdfbox', name: 'jbig2-imageio', version: '3.0.4'