Skip to content

Commit 7c372c2

Browse files
solrbotmalliaridis
andauthored
Update decompose to v3.3.0 (#3220)
* Update decompose to v3.3.0 * Group UI dependency upgrades together * Update essenty and lockfile * Update Compose to 1.8.2 --------- Co-authored-by: Christos Malliaridis <c.malliaridis@gmail.com>
1 parent 7cbb075 commit 7c372c2

3 files changed

Lines changed: 110 additions & 98 deletions

File tree

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
"https://gitbox.apache.org/repos/asf?p=commons-configuration.git"
8787
],
8888
"changelogUrl": "https://commons.apache.org/proper/commons-configuration/changes-report.html"
89+
},
90+
{
91+
"description": "Group these UI dependency upgrades together in same PR",
92+
"matchPackagePrefixes": ["com.arkivanov", "org.jetbrains.compose"],
93+
"groupName": "Admin UI libraries"
8994
}
9095
],
9196
"schedule": ["* * * * *"],

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,18 @@ codehaus-woodstox = "4.2.2"
7373
commons-cli = "1.9.0"
7474
commons-codec = "1.17.2"
7575
commons-io = "2.15.1"
76-
compose = "1.7.3"
76+
compose = "1.8.2"
7777
cutterslade-analyze = "1.10.0"
7878
cybozulabs-langdetect = "1.1-20120112"
79-
decompose = "3.2.2"
79+
decompose = "3.3.0"
8080
diffplug-spotless = "6.5.2"
8181
dropwizard-metrics = "4.2.26"
8282
eclipse-ecj = "3.39.0"
8383
eclipse-jetty = "12.0.19"
8484
eclipse-jettytoolchain = "5.0.2"
8585
# @keep jgit version used by git-status.gradle
8686
eclipse-jgit = "6.7.0.202309050840-r"
87-
essenty = "2.4.0"
87+
essenty = "2.5.0"
8888
fasterxml = "2.18.2"
8989
fasterxml-woodstox = "7.0.0"
9090
# @keep Flexmark used in classpath

0 commit comments

Comments
 (0)