diff --git a/build.gradle b/build.gradle index f5463e5..ba34956 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { compile("org.springframework.boot:spring-boot-starter-web") // tag::jpa[] compile('org.springframework.boot:spring-boot-starter-data-jpa') - compile('com.sap.cloud.db.jdbc:ngdbc:2.4.67') + compile('com.sap.cloud.db.jdbc:ngdbc:2.14.10') // end::jpa[] // tag::actuator[] compile("org.springframework.boot:spring-boot-starter-actuator")