Skip to content

Commit

Permalink
Merge branch 'master' into autoconfiguration-sb-2-7-18
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 13, 2024
2 parents 0980856 + 0013ba4 commit d0d0825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
orcaVersion=8.52.0
orcaVersion=8.53.0
org.gradle.parallel=true
spinnakerGradleVersion=8.32.1
targetJava11=true
Expand Down
2 changes: 1 addition & 1 deletion kayenta-sql/kayenta-sql.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ dependencies {
implementation project(":kayenta-core")
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
implementation "org.liquibase:liquibase-core"
runtimeOnly "mysql:mysql-connector-java"
runtimeOnly "com.mysql:mysql-connector-j"
runtimeOnly "org.postgresql:postgresql"
}

0 comments on commit d0d0825

Please sign in to comment.