Merge branch 'main' into dependabot/gradle/org.apache.pdfbox-pdfbox-2.0.29

This commit is contained in:
Anthony Stirling
2023-08-08 19:57:32 +01:00
committed by GitHub
72 changed files with 3392 additions and 2189 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = 'stirling.software'
version = '0.11.2'
version = '0.12.2'
sourceCompatibility = '17'
repositories {
@@ -61,8 +61,9 @@ dependencies {
implementation 'com.itextpdf:itext7-core:7.2.5'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-core'
implementation group: 'com.google.zxing', name: 'core', version: '3.5.1'
// https://mvnrepository.com/artifact/org.commonmark/commonmark
implementation 'org.commonmark:commonmark:0.21.0'
developmentOnly("org.springframework.boot:spring-boot-devtools")