Skip to content

Commit ac8eea1

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 5afac1f commit ac8eea1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[libraries]
2-
assertJ = "org.assertj:assertj-core:3.26.3"
3-
commonsLogging = "commons-logging:commons-logging:1.2"
4-
jackson = "com.fasterxml.jackson.core:jackson-databind:2.18.1"
2+
assertJ = "org.assertj:assertj-core:3.27.2"
3+
commonsLogging = "commons-logging:commons-logging:1.3.4"
4+
jackson = "com.fasterxml.jackson.core:jackson-databind:2.18.2"
55
#using version range to avoid suggested upgrades, 3.0.1 is last with annotations
66
jsr305 = { module = "com.google.code.findbugs:jsr305", version = "[3.0.1, 3.0.1]" }
77
junit4 = "junit:junit:4.13.2"
8-
logback = "ch.qos.logback:logback-classic:1.4.14"
8+
logback = "ch.qos.logback:logback-classic:1.5.16"
99
reactorBom = "io.projectreactor:reactor-bom:2024.0.1"
1010
slf4jApi = "org.slf4j:slf4j-api:2.0.16"
1111
snakeYaml = "org.yaml:snakeyaml:1.33"
1212
spring = "org.springframework:spring-core:5.3.39"
13-
thymeleaf = "org.thymeleaf:thymeleaf:3.0.15.RELEASE"
13+
thymeleaf = "org.thymeleaf:thymeleaf:3.1.3.RELEASE"
1414

1515
[plugins]
16-
sass = { id = "io.miret.etienne.sass", version = "1.4.1" }
16+
sass = { id = "io.miret.etienne.sass", version = "1.5.1" }
1717
shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
18-
spotless = { id = "com.diffplug.spotless", version = "6.13.0" }
18+
spotless = { id = "com.diffplug.spotless", version = "6.25.0" }

src/main/resources/static/templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
>
2121
<head>
2222
<script
23-
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"
24-
integrity="sha512-aVKKRRi/Q/YV+4mjoKBsE4x3H+BkegoM/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA=="
23+
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
24+
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
2525
crossorigin="anonymous"
2626
referrerpolicy="no-referrer"
2727
></script>

0 commit comments

Comments
 (0)