diff --git a/build.gradle b/build.gradle index fe2c650..a32274c 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { compileOnly 'org.apache.grails:grails-dependencies-starter-web' api('org.xhtmlrenderer:flying-saucer-pdf:9.9.5') - api("org.apache.pdfbox:pdfbox:3.0.6") + api("org.apache.pdfbox:pdfbox:3.0.7") testImplementation platform("org.apache.grails:grails-bom:$grailsVersion") testImplementation "org.apache.grails:grails-testing-support-datamapping" diff --git a/example/gradle.properties b/example/gradle.properties index 6d7deba..f5d6b43 100644 --- a/example/gradle.properties +++ b/example/gradle.properties @@ -1,4 +1,4 @@ -grailsVersion=7.0.0-RC2 +grailsVersion=7.0.9 version=0.1 org.gradle.caching=true org.gradle.daemon=true diff --git a/gradle.properties b/gradle.properties index 222f0d9..2afcc42 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ projectVersion=7.0.1-SNAPSHOT -grailsVersion=7.0.0 +grailsVersion=7.0.9 javaVersion=17 asciidoctorGradlePluginVersion=4.0.5