Skip to content

Commit d5708a8

Browse files
authored
fix(deps): updated cds-services version (#18)
1 parent 9b58bc6 commit d5708a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![REUSE status](https://api.reuse.software/badge/github.com/cap-java/cds-feature-advanced-event-mesh)](https://api.reuse.software/info/github.com/cap-java/cds-feature-advanced-event-mesh)
2+
[![Main build and deploy](https://github.com/cap-java/cds-feature-advanced-event-mesh/actions/workflows/main-build.yml/badge.svg)](https://github.com/cap-java/cds-feature-advanced-event-mesh/actions/workflows/main-build.yml)
3+
[![Deploy to Artifactory](https://github.com/cap-java/cds-feature-advanced-event-mesh/actions/workflows/main-build-and-deploy.yml/badge.svg)](https://github.com/cap-java/cds-feature-advanced-event-mesh/actions/workflows/main-build-and-deploy.yml)
24

35
# cds-feature-advanced-event-mesh
46

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.compiler.release>${java.version}</maven.compiler.release>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030

31-
<cds.services.version>3.8.0</cds.services.version>
31+
<cds.services.version>3.9.0</cds.services.version>
3232
<cds.install-cdsdk.version>8.7.3</cds.install-cdsdk.version>
3333
<qpid.version>2.7.0</qpid.version> <!-- https://central.sonatype.com/artifact/org.apache.qpid/qpid-jms-client/versions -->
3434
</properties>

0 commit comments

Comments
 (0)