Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Oct 19, 2024
1 parent 13a67f3 commit bf712ab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
// Original project: https://github.com/vaadin/beverage-starter-flow

plugins {
kotlin("jvm") version "2.0.20"
kotlin("jvm") version "2.0.21"
application
alias(libs.plugins.vaadin)
}
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
vaadin = "24.4.13"
vaadin = "24.5.0"
# https://repo1.maven.org/maven2/org/slf4j/slf4j-api/
slf4j = "2.0.13"
vok = "0.17.1"
vok = "0.18"

[libraries]
slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class CategoriesList : KComposite() {
}
header = h3()
grid = grid(dataProvider) {
// don't put filter components into additional Grid header since we have a dedicated filter TextField in toolbar
isExpand = true
columnFor(Category::name) {
setSortProperty(Category::name.exp)
Expand Down

0 comments on commit bf712ab

Please sign in to comment.