Skip to content

Commit

Permalink
chore(deps): update cap java sdk to v2.2.0 (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent ff244c9 commit b35aee3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ if (!siteURL.pathname.endsWith('/')) siteURL.pathname += '/'
const redirectLinks: Record<string, string> = {}

const latestVersions = {
java_services: '2.1.1',
java_cds4j: '2.1.1'
java_services: '2.2.0',
java_cds4j: '2.2.0'
}

const localSearchOptions = {
Expand Down

0 comments on commit b35aee3

Please sign in to comment.