From 2da8ee7b4067998ee764f15ae8333502cebb9154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 04:30:45 +0000 Subject: [PATCH] Bump org.joinfaces:primefaces-spring-boot-starter from 5.2.2 to 5.2.3 Bumps [org.joinfaces:primefaces-spring-boot-starter](https://github.com/joinfaces/joinfaces) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/joinfaces/joinfaces/releases) - [Commits](https://github.com/joinfaces/joinfaces/compare/5.2.2...5.2.3) --- updated-dependencies: - dependency-name: org.joinfaces:primefaces-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 89411be..fc7d59f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ group = "demo" val javaVersion = JavaVersion.VERSION_21 val nodeVersion = "20.9.0" val springBootVersion = properties["springBootVersion"] -val joinFacesVersion = "5.2.2" +val joinFacesVersion = "5.2.3" val spotbugsToolVersion = "4.8.0" val jacocoToolVersion = "0.8.9" val pmdToolVersion = "6.54.0"