diff --git a/core/build.gradle.kts b/core/build.gradle.kts index b0397c4..4b681db 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -2,10 +2,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile import org.jreleaser.model.Active plugins { - id("org.springframework.boot") version "3.1.2" - id("io.spring.dependency-management") version "1.1.2" - kotlin("jvm") version "1.8.21" - kotlin("plugin.spring") version "1.8.21" + id("org.springframework.boot") version "3.2.4" + id("io.spring.dependency-management") version "1.1.4" + kotlin("jvm") version "1.9.23" + kotlin("plugin.spring") version "1.9.23" id("maven-publish") id("org.jreleaser") version "1.11.0" @@ -14,7 +14,7 @@ plugins { } group = "de.tschuehly" -version = "0.7.3-SNAPSHOT" +version = "0.7.3" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { @@ -34,7 +34,7 @@ dependencies { testFixturesImplementation("org.springframework.boot:spring-boot-starter-web") testFixturesImplementation("org.springframework.boot:spring-boot-devtools") - implementation("de.tschuehly:spring-view-component-jte-compiler:0.7.3-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-jte-compiler:0.7.3") } diff --git a/examples/jte-example/build.gradle.kts b/examples/jte-example/build.gradle.kts index ef62c96..c059228 100644 --- a/examples/jte-example/build.gradle.kts +++ b/examples/jte-example/build.gradle.kts @@ -19,15 +19,15 @@ repositories { dependencies { implementation("org.springframework.boot:spring-boot-starter-web") - implementation("de.tschuehly:spring-view-component-jte:0.7.3-SNAPSHOT") - annotationProcessor("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-jte:0.7.3") + annotationProcessor("de.tschuehly:spring-view-component-core:0.7.3") - implementation("org.webjars.npm:htmx.org:1.9.2") - implementation("org.webjars:webjars-locator-core:0.53") + implementation("org.webjars.npm:htmx.org:1.9.11") + implementation("org.webjars:webjars-locator-core:0.58") testImplementation("org.springframework.boot:spring-boot-starter-test") testRuntimeOnly("org.springframework.boot:spring-boot-devtools") - testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT")) + testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.7.3")) } tasks.withType { diff --git a/examples/jte-example/pom.xml b/examples/jte-example/pom.xml index 85a91f2..fee0151 100644 --- a/examples/jte-example/pom.xml +++ b/examples/jte-example/pom.xml @@ -15,7 +15,7 @@ JTE Example 17 - 0.7.3-SNAPSHOT + 0.7.3 @@ -42,7 +42,7 @@ org.webjars.npm htmx.org - 1.9.2 + 1.9.11 org.webjars diff --git a/examples/kte-example/build.gradle.kts b/examples/kte-example/build.gradle.kts index dc44cf5..f23b035 100644 --- a/examples/kte-example/build.gradle.kts +++ b/examples/kte-example/build.gradle.kts @@ -20,12 +20,12 @@ repositories { } dependencies { - implementation("de.tschuehly:spring-view-component-kte:0.7.3-SNAPSHOT") - kapt("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT") - implementation("io.github.wimdeblauwe:htmx-spring-boot:3.0.0") + implementation("de.tschuehly:spring-view-component-kte:0.7.3") + kapt("de.tschuehly:spring-view-component-core:0.7.3") + implementation("io.github.wimdeblauwe:htmx-spring-boot:3.1.1") - implementation("org.webjars.npm:htmx.org:1.9.2") - implementation("org.webjars:webjars-locator:0.47") + implementation("org.webjars.npm:htmx.org:1.9.11") + implementation("org.webjars:webjars-locator:0.52") implementation("org.springframework.boot:spring-boot-starter") implementation("org.springframework.boot:spring-boot-starter-web") @@ -36,7 +36,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-devtools") - testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT")) + testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.7.3")) } tasks.withType { diff --git a/examples/thymeleaf-java-example/build.gradle.kts b/examples/thymeleaf-java-example/build.gradle.kts index 23b5cc8..5de7975 100644 --- a/examples/thymeleaf-java-example/build.gradle.kts +++ b/examples/thymeleaf-java-example/build.gradle.kts @@ -19,15 +19,15 @@ repositories { dependencies { implementation("org.springframework.boot:spring-boot-starter-web") developmentOnly("org.springframework.boot:spring-boot-devtools") - implementation("de.tschuehly:spring-view-component-thymeleaf:0.7.3-SNAPSHOT") - annotationProcessor("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-thymeleaf:0.7.3") + annotationProcessor("de.tschuehly:spring-view-component-core:0.7.3") - implementation("org.webjars.npm:htmx.org:1.9.2") - implementation("org.webjars:webjars-locator-core:0.53") + implementation("org.webjars.npm:htmx.org:1.9.11") + implementation("org.webjars:webjars-locator-core:0.58") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-devtools") - testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT")) + testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.7.3")) } tasks.withType { diff --git a/examples/thymeleaf-java-example/pom.xml b/examples/thymeleaf-java-example/pom.xml index 2acb8c1..c489dc3 100644 --- a/examples/thymeleaf-java-example/pom.xml +++ b/examples/thymeleaf-java-example/pom.xml @@ -15,7 +15,7 @@ Thymeleaf Java Example 17 - 0.7.3-SNAPSHOT + 0.7.3 diff --git a/examples/thymeleaf-kotlin-example/build.gradle.kts b/examples/thymeleaf-kotlin-example/build.gradle.kts index 2959424..98945f7 100644 --- a/examples/thymeleaf-kotlin-example/build.gradle.kts +++ b/examples/thymeleaf-kotlin-example/build.gradle.kts @@ -24,8 +24,8 @@ repositories { } dependencies { - implementation("de.tschuehly:spring-view-component-thymeleaf:0.7.3-SNAPSHOT") - kapt("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT") + implementation("de.tschuehly:spring-view-component-thymeleaf:0.7.3") + kapt("de.tschuehly:spring-view-component-core:0.7.3") implementation("org.webjars.npm:htmx.org:1.9.2") implementation("org.webjars:webjars-locator:0.47") @@ -41,7 +41,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") testImplementation("org.springframework.boot:spring-boot-devtools") - testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT")) + testImplementation(testFixtures("de.tschuehly:spring-view-component-core:0.7.3")) } tasks.withType { diff --git a/jte/jte-compiler/build.gradle.kts b/jte/jte-compiler/build.gradle.kts index c83d05b..705ede7 100644 --- a/jte/jte-compiler/build.gradle.kts +++ b/jte/jte-compiler/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "de.tschuehly" -version = "0.7.3-SNAPSHOT" +version = "0.7.3" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { diff --git a/jte/jte/build.gradle.kts b/jte/jte/build.gradle.kts index b07c64a..e7a875d 100644 --- a/jte/jte/build.gradle.kts +++ b/jte/jte/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "de.tschuehly" -version = "0.7.3-SNAPSHOT" +version = "0.7.3" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { @@ -21,7 +21,7 @@ repositories { } dependencies { api("gg.jte:jte:3.1.9") - api("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT") + api("de.tschuehly:spring-view-component-core:0.7.3") implementation("gg.jte:jte-spring-boot-starter-3:3.1.9") implementation("org.springframework.boot:spring-boot-starter-web") @@ -30,8 +30,8 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect") testImplementation("org.springframework.boot:spring-boot-starter-actuator") testImplementation("org.springframework.boot:spring-boot-starter-test") - testImplementation("org.webjars:webjars-locator:0.47") - testImplementation("org.webjars.npm:htmx.org:1.9.2") + testImplementation("org.webjars:webjars-locator:0.52") + testImplementation("org.webjars.npm:htmx.org:1.9.11") } tasks.withType { diff --git a/jte/kte/build.gradle.kts b/jte/kte/build.gradle.kts index 21bd72a..9326140 100644 --- a/jte/kte/build.gradle.kts +++ b/jte/kte/build.gradle.kts @@ -13,21 +13,21 @@ plugins { } group = "de.tschuehly" -version = "0.7.3-SNAPSHOT" +version = "0.7.3" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { mavenCentral() } dependencies { - api("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT") - api("de.tschuehly:spring-view-component-jte:0.7.3-SNAPSHOT") + api("de.tschuehly:spring-view-component-core:0.7.3") + api("de.tschuehly:spring-view-component-jte:0.7.3") api("gg.jte:jte-kotlin:3.1.9") testImplementation("org.springframework.boot:spring-boot-starter-actuator") testImplementation("org.springframework.boot:spring-boot-starter-test") - testImplementation("org.webjars:webjars-locator:0.47") - testImplementation("org.webjars.npm:htmx.org:1.9.2") + testImplementation("org.webjars:webjars-locator:0.52") + testImplementation("org.webjars.npm:htmx.org:1.9.11") } tasks.withType { diff --git a/thymeleaf/build.gradle.kts b/thymeleaf/build.gradle.kts index e4ef2d1..2da6ead 100644 --- a/thymeleaf/build.gradle.kts +++ b/thymeleaf/build.gradle.kts @@ -13,7 +13,7 @@ plugins { } group = "de.tschuehly" -version = "0.7.3-SNAPSHOT" +version = "0.7.3" java.sourceCompatibility = JavaVersion.VERSION_17 repositories { @@ -21,7 +21,7 @@ repositories { } dependencies { - api("de.tschuehly:spring-view-component-core:0.7.3-SNAPSHOT") + api("de.tschuehly:spring-view-component-core:0.7.3") implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-thymeleaf") implementation("org.springframework.boot:spring-boot-devtools") @@ -29,8 +29,8 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-actuator") testImplementation("org.springframework.boot:spring-boot-starter-test") - testImplementation("org.webjars:webjars-locator:0.47") - testImplementation("org.webjars.npm:htmx.org:1.9.2") + testImplementation("org.webjars:webjars-locator:0.52") + testImplementation("org.webjars.npm:htmx.org:1.9.11") } tasks.withType {