Skip to content

Commit

Permalink
bump spring_boot_version to 2.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
bhou committed Nov 16, 2023
1 parent 93ed4ea commit 1963088
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion genie-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ dependencies {
implementation("org.springframework.cloud:spring-cloud-starter-sleuth")
implementation("org.springframework.cloud:spring-cloud-starter-zookeeper")
implementation("org.springframework.integration:spring-integration-zookeeper")

implementation("org.apache.maven:maven-artifact") {
transitive = false
}
Expand Down
1 change: 0 additions & 1 deletion genie-web/src/integTest/resources/application-db-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spring:
url: jdbc:mysql://127.0.0.1/genie
username: root
password: password
driverClassName: com.mysql.jdbc.Driver
hikari:
data-source-properties:
cachePrepStmts: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spring:
url: jdbc:postgresql://127.0.0.1/genie
username: postgres
password: password
driver-class-name: org.postgresql.Driver
jpa:
properties:
hibernate:
Expand Down

0 comments on commit 1963088

Please sign in to comment.