Skip to content

Commit

Permalink
fix spring dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Feb 27, 2024
1 parent 945f150 commit ab121e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ groovy = "org.codehaus.groovy:groovy:3.0.17"
hibernate-validator = "org.hibernate.validator:hibernate-validator:8.0.1.Final"
jakarta-el-api = "jakarta.el:jakarta.el-api:5.0.1"
spring-boot-starter-test = "org.springframework.boot:spring-boot-starter-test:3.0.4"
spring-boot-starter-web = "org.springframework.boot:spring-boot-starter-web:3.0.4"
2 changes: 1 addition & 1 deletion karibu-testing-v10/kt10-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
api(libs.spring.boot.starter.test) {
exclude(group = "ch.qos.logback")
}
api(libs.spring.boot.starter.test) {
api(libs.spring.boot.starter.web) {
exclude(group = "ch.qos.logback")
}
api(libs.vaadin.v24.spring)
Expand Down

0 comments on commit ab121e5

Please sign in to comment.