We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acfa06a + 6108888 commit 30dba6cCopy full SHA for 30dba6c
lib/docs/scrapers/spring_boot.rb
@@ -15,10 +15,11 @@ class SpringBoot < UrlScraper
15
16
# https://github.com/spring-projects/spring-boot/blob/main/buildSrc/src/main/resources/NOTICE.txt
17
options[:attribution] = <<-HTML
18
- Copyright © 2002–2022 Pivotal, Inc. All Rights Reserved.
+ Copyright © 2012-2023 VMware, Inc.<br>
19
+ Licensed under the Apache License, Version 2.0.
20
HTML
21
- self.release = '2.7.0'
22
+ self.release = '3.1.3'
23
self.base_url = "https://docs.spring.io/spring-boot/docs/#{release}/reference/html/"
24
25
def get_latest_version(opts)
0 commit comments