Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
crizin committed Sep 3, 2023
1 parent 860eeb8 commit 8d89d5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-webflux")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
implementation("net.javacrumbs.shedlock:shedlock-spring:5.6.0")
implementation("net.javacrumbs.shedlock:shedlock-provider-jdbc-template:5.6.0")
implementation("net.javacrumbs.shedlock:shedlock-spring:5.7.0")
implementation("net.javacrumbs.shedlock:shedlock-provider-jdbc-template:5.7.0")
implementation("org.apache.httpcomponents.client5:httpclient5:5.2.1")
implementation("org.apache.commons:commons-collections4:4.4")
implementation("org.apache.commons:commons-lang3:3.13.0")
implementation("org.apache.commons:commons-text:1.10.0")
implementation("com.google.guava:guava:32.1.2-jre")
implementation("org.reflections:reflections:0.10.2")
implementation("org.jsoup:jsoup:1.16.1")
implementation("org.yaml:snakeyaml:2.1")
implementation("org.yaml:snakeyaml:2.2")
implementation(project(":webs"))
compileOnly("org.projectlombok:lombok")
runtimeOnly("com.mysql:mysql-connector-j")
Expand Down

0 comments on commit 8d89d5e

Please sign in to comment.