We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a2940 commit 44d9662Copy full SHA for 44d9662
build.gradle
@@ -29,7 +29,7 @@ dependencies {
29
compile("org.springframework.boot:spring-boot-starter-web")
30
// tag::jpa[]
31
compile('org.springframework.boot:spring-boot-starter-data-jpa')
32
- compile('com.sap.cloud.db.jdbc:ngdbc:2.4.67')
+ compile('com.sap.cloud.db.jdbc:ngdbc:2.11.14')
33
// end::jpa[]
34
// tag::actuator[]
35
compile("org.springframework.boot:spring-boot-starter-actuator")
0 commit comments