Skip to content

Commit

Permalink
update jreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuehly committed Jun 27, 2024
1 parent eb92772 commit 27a4f72
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
kotlin("plugin.spring") version "1.9.23"

id("maven-publish")
id("org.jreleaser") version "1.11.0"
id("org.jreleaser") version "1.12.0"
id("signing")
id("java-test-fixtures")
}
Expand Down
2 changes: 1 addition & 1 deletion jte/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
kotlin("plugin.spring") version "1.9.23"

id("maven-publish")
id("org.jreleaser") version "1.11.0"
id("org.jreleaser") version "1.12.0"
id("signing")
}

Expand Down
2 changes: 1 addition & 1 deletion kte/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
kotlin("plugin.spring") version "1.9.23"

id("maven-publish")
id("org.jreleaser") version "1.11.0"
id("org.jreleaser") version "1.12.0"
id("signing")
}

Expand Down
2 changes: 1 addition & 1 deletion thymeleaf/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
kotlin("plugin.spring") version "1.9.23"

id("maven-publish")
id("org.jreleaser") version "1.5.1"
id("org.jreleaser") version "1.12.0"
id("signing")
}

Expand Down

0 comments on commit 27a4f72

Please sign in to comment.