Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 92bc41c

Browse files
authored
Merge pull request #598 from graphql-java-kickstart/feature/voyager-latest
Updating GraphQL Voyager to the latest RC (rc-31)
2 parents b4e739f + ac74d12 commit 92bc41c

File tree

7 files changed

+803
-793
lines changed

7 files changed

+803
-793
lines changed

voyager-spring-boot-autoconfigure/src/main/java/graphql/kickstart/voyager/boot/VoyagerIndexHtmlTemplate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class VoyagerIndexHtmlTemplate {
3333
@Value("${voyager.cdn.enabled:false}")
3434
private boolean voyagerCdnEnabled;
3535

36-
@Value("${voyager.cdn.version:1.0.0-rc.26}")
36+
@Value("${voyager.cdn.version:1.0.0-rc.31}")
3737
private String voyagerCdnVersion;
3838

3939
public String fillIndexTemplate(String contextPath, Map<String, String> params)

voyager-spring-boot-autoconfigure/src/main/resources/static/vendor/voyager/fetch.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)