build: Update bom to 1.9

This commit is contained in:
Alexander Brandes 2022-06-27 16:47:32 +02:00
parent 5f4c8d92df
commit cd9f0789de
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 1 additions and 5 deletions

View File

@ -65,7 +65,7 @@ subprojects {
}
dependencies {
implementation(platform("com.intellectualsites.bom:bom-1.18.x:1.7"))
implementation(platform("com.intellectualsites.bom:bom-1.18.x:1.9"))
}
dependencies {

View File

@ -3,10 +3,6 @@
"config:base",
":disableDependencyDashboard"
],
"timezone": "Europe/Berlin",
"schedule": [
"every monday"
],
"labels": ["Renovate"],
"commitMessagePrefix": "build: ",
"rebaseWhen": "conflicted"