File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.2.5 </version >
9+ <version >3.2.6 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212
2323
2424 <!-- DEPENDENCIES VERSION -->
2525 <jdk .version>17</jdk .version>
26- <cds .services.version>2.9.1 </cds .services.version>
26+ <cds .services.version>2.10.0 </cds .services.version>
2727 <cloud .sdk.version>5.7.0</cloud .sdk.version>
2828 <xsuaa .version>3.5.0</xsuaa .version>
2929 <cf-java-logging-support .version>3.8.3</cf-java-logging-support .version>
6363 <type >pom</type >
6464 <scope >import</scope >
6565 </dependency >
66+
67+ <!-- Override version until 4.0.1 is released -->
68+ <dependency >
69+ <groupId >com.sap.cloud.servicesdk.xbem</groupId >
70+ <artifactId >emjapi-extension-sap-cp-jms</artifactId >
71+ <version >4.0.0</version >
72+ </dependency >
73+
6674 </dependencies >
6775 </dependencyManagement >
6876
Original file line number Diff line number Diff line change @@ -47,7 +47,11 @@ spring:
4747 config.activate.on-profile : cloud
4848 sql.init.schema-locations : " classpath:schema-nomocks.sql"
4949cds :
50- sql.hana.optimizationMode : hex
50+ sql.hana :
51+ optimizationMode : hex
52+ search :
53+ fuzzy : true
54+ fuzzinessThreshold : 0.9
5155 messaging.services :
5256 bupa-messaging :
5357 kind : enterprise-messaging
You can’t perform that action at this time.
0 commit comments