Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 4, 2023
1 parent acbb186 commit 9adda5f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -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.15.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.9"
reactorBom = "io.projectreactor:reactor-bom:2020.0.34"
slf4jApi = "org.slf4j:slf4j-api:2.0.7"
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.29"
thymeleaf = "org.thymeleaf:thymeleaf:3.1.2.RELEASE"

[plugins]
sass = { id = "io.miret.etienne.sass", version = "1.4.1" }
sass = { id = "io.miret.etienne.sass", version = "1.5.0" }
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.20.0" }
2 changes: 1 addition & 1 deletion src/main/resources/static/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!DOCTYPE html>
<html th:fragment="layout(page,title,description,links,content)" xmlns:th="http://www.thymeleaf.org">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js" integrity="sha512-aVKKRRi/Q/YV+4mjoKBsE4x3H+BkegoM/em46NNlCqNTmUYADjBbeNefNxYV7giUp0VxICtqdrbqU7iVaeZNXA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.0/jquery.min.js" integrity="sha512-3gJwYpMe3QewGELv8k/BX9vcqhryRdzRMxVfq6ngyWXwo03GFEzjsUm8Q7RZcHPHksttq7/GFoxjCVUjkjvPdw==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- OneTrust Cookie Consent -->
<meta content='60a709d9-50a1-442d-8f59-072e08a3ddb4' name='onetrust-data-domain'>
<meta content='https://tags.tiqcdn.com/utag/vmware/microsites-privacy/prod/utag.js' name='microsites-utag'>
Expand Down

0 comments on commit 9adda5f

Please sign in to comment.