Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all non-major dependencies
Browse files Browse the repository at this point in the history
renovate-bot committed Feb 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 01787d3 commit 21e7620
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[libraries]
assertJ = "org.assertj:assertj-core:3.25.2"
commonsLogging = "commons-logging:commons-logging:1.2"
commonsLogging = "commons-logging:commons-logging:1.3.0"
jackson = "com.fasterxml.jackson.core:jackson-databind:2.16.1"
#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]" }
@@ -10,7 +10,7 @@ reactorBom = "io.projectreactor:reactor-bom:2020.0.40"
slf4jApi = "org.slf4j:slf4j-api:2.0.11"
snakeYaml = "org.yaml:snakeyaml:1.33"
spring = "org.springframework:spring-core:5.3.31"
thymeleaf = "org.thymeleaf:thymeleaf:3.0.15.RELEASE"
thymeleaf = "org.thymeleaf:thymeleaf:3.1.2.RELEASE"

[plugins]
sass = { id = "io.miret.etienne.sass", version = "1.4.1" }
4 changes: 2 additions & 2 deletions src/main/resources/static/templates/layout.html
Original file line number Diff line number Diff line change
@@ -20,8 +20,8 @@
>
<head>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js"
integrity="sha512-aVKKRRi/Q/YV+4mjoKBsE4x3H+BkegoM/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA=="
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"
integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>

0 comments on commit 21e7620

Please sign in to comment.