Skip to content

Commit

Permalink
Versions bumped.
Browse files Browse the repository at this point in the history
Migrated to build.gradle.kts
  • Loading branch information
vadzimkavalkou committed Nov 16, 2023
1 parent bd4243d commit b34f7e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spring-boot-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@ repositories {
}

dependencies {
//region implementation
//region spring
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
implementation("org.springframework:spring-context-indexer")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-validation")
implementation("org.springframework.boot:spring-boot-starter-actuator")
implementation("org.springdoc:springdoc-openapi-ui:1.7.0")
//endregion
//region logback
implementation("ch.qos.logback.contrib:logback-jackson:0.1.5")
Expand Down

0 comments on commit b34f7e2

Please sign in to comment.