Skip to content

Commit 02d8a50

Browse files
chore(deps): update cap java sdk to v4.6.2 (#2348)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.sap.cds:cds-services-api](https://cap.cloud.sap/docs/java) | `4.6.1` → `4.6.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.sap.cds:cds-services-api/4.6.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.sap.cds:cds-services-api/4.6.1/4.6.2?slim=true) | | [com.sap.cds:cds4j-api](http://www.sap.com) ([source](https://cap.cloud.sap/docs/java/)) | `4.6.0` → `4.6.2` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.sap.cds:cds4j-api/4.6.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.sap.cds:cds4j-api/4.6.0/4.6.2?slim=true) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/capire/docs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0f2417a commit 02d8a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ const siteURL = new URL(process.env.SITE_HOSTNAME || 'http://localhost:4173/docs
116116
if (!siteURL.pathname.endsWith('/')) siteURL.pathname += '/'
117117
config.themeConfig.capire = {
118118
versions: {
119-
java_services: '4.6.1',
120-
java_cds4j: '4.6.0'
119+
java_services: '4.6.2',
120+
java_cds4j: '4.6.2'
121121
},
122122
gotoLinks: [],
123123
siteURL

0 commit comments

Comments
 (0)