From 4a8efaf1155a3c6286836df810c0751bd641eb80 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Mar 2023 13:11:48 +0000 Subject: [PATCH] Update all non-major dependencies --- gradle/libs.versions.toml | 18 +++++++++--------- .../resources/static/templates/layout.html | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2822803c..9c1ba6fd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [libraries] -assertJ = "org.assertj:assertj-core:3.23.1" +assertJ = "org.assertj:assertj-core:3.24.2" commonsLogging = "commons-logging:commons-logging:1.2" -jackson = "com.fasterxml.jackson.core:jackson-databind:2.13.4.2" +jackson = "com.fasterxml.jackson.core:jackson-databind:2.14.2" #using version range to avoid suggested upgrades, 3.0.1 is last with annotations jsr305 = { module = "com.google.code.findbugs:jsr305", version = "[3.0.1, 3.0.1]" } junit4 = "junit:junit:4.13.2" -logback = "ch.qos.logback:logback-classic:1.4.4" -reactorBom = "io.projectreactor:reactor-bom:2020.0.24" -slf4jApi = "org.slf4j:slf4j-api:2.0.3" +logback = "ch.qos.logback:logback-classic:1.4.5" +reactorBom = "io.projectreactor:reactor-bom:2020.0.29" +slf4jApi = "org.slf4j:slf4j-api:2.0.6" snakeYaml = "org.yaml:snakeyaml:1.33" -spring = "org.springframework:spring-core:5.3.23" -thymeleaf = "org.thymeleaf:thymeleaf:3.0.15.RELEASE" +spring = "org.springframework:spring-core:5.3.25" +thymeleaf = "org.thymeleaf:thymeleaf:3.1.1.RELEASE" [plugins] -sass = { id = "io.miret.etienne.sass", version = "1.4.1" } +sass = { id = "io.miret.etienne.sass", version = "1.4.2" } shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" } -spotless = { id = "com.diffplug.spotless", version = "6.11.0" } +spotless = { id = "com.diffplug.spotless", version = "6.16.0" } diff --git a/src/main/resources/static/templates/layout.html b/src/main/resources/static/templates/layout.html index a8126da7..e765a378 100644 --- a/src/main/resources/static/templates/layout.html +++ b/src/main/resources/static/templates/layout.html @@ -16,7 +16,7 @@ - +