Skip to content

Commit

Permalink
dep v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Jan 15, 2024
1 parent 05ef517 commit 948f221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dynatest_version=0.24
karibudsl11_version=2.0.1
slf4j_version=2.0.9
junit5_version=5.9.3
karibu_tools_version=0.17
karibu_tools_version=0.18
1 change: 1 addition & 0 deletions karibu-testing-v23/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies {
compileOnly("com.vaadin:vaadin:${properties["vaadin24_version"]}")
testImplementation("com.vaadin:vaadin:${properties["vaadin24_version"]}")
api(project(":karibu-testing-v10"))
api("com.github.mvysny.karibu-tools:karibu-tools-23:${properties["karibu_tools_version"]}")

testImplementation("com.github.mvysny.dynatest:dynatest:${properties["dynatest_version"]}")
testImplementation("org.slf4j:slf4j-simple:${properties["slf4j_version"]}")
Expand Down

0 comments on commit 948f221

Please sign in to comment.