Skip to content

Commit

Permalink
chore: bumped pdfgen-core to 1.1.33 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk authored Oct 29, 2024
1 parent dfd26a0 commit 78f8f9c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val junitJupiterVersion = "5.11.3"
val verapdfVersion = "1.26.1"
val ktfmtVersion = "0.44"
val testcontainersVersion= "1.20.3"
val pdfgencoreVersion = "1.1.32"
val pdfgencoreVersion = "1.1.33"
val commonsCompressVersion = "1.27.1"

val javaVersion = JvmTarget.JVM_21
Expand Down
1 change: 0 additions & 1 deletion src/main/kotlin/no/nav/pdfgen/plugins/StatusPages.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ private fun messageFor404(
templates
.map { (app, _) -> "/api/v1/genpdf/%s/%s".format(app.first, app.second) }
.joinToString("\n")

}
}
4 changes: 1 addition & 3 deletions src/test/kotlin/no/nav/pdfgen/PdfGenITest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,7 @@ internal class PdfGenITest {
disablePdfGet = false,
enableHtmlEndpoint = true,
)
application {
configureStatusPages(templates,environment)
}
application { configureStatusPages(templates, environment) }
runBlocking {
runBlocking { client.config { expectSuccess = false }.preparePost("/imnothome") }
.execute { response ->
Expand Down

0 comments on commit 78f8f9c

Please sign in to comment.