build(deps): bump jreleaser to 1.5.1

This commit is contained in:
Gauthier Roebroeck 2023-03-13 18:39:09 +08:00
parent 094d03f753
commit df59ba6d7b

View file

@ -17,7 +17,7 @@ plugins {
id("org.flywaydb.flyway") version "8.5.13"
id("com.github.johnrengelman.processes") version "0.5.0"
id("org.springdoc.openapi-gradle-plugin") version "1.5.0"
id("org.jreleaser") version "1.5.0"
id("org.jreleaser") version "1.5.1"
jacoco
}