Skip to content

Commit 30dba6c

Browse files
authored
Merge pull request #2047 from Journeycorner/main
Update Spring Boot documentation (3.1.3)
2 parents acfa06a + 6108888 commit 30dba6c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/docs/scrapers/spring_boot.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ class SpringBoot < UrlScraper
1515

1616
# https://github.com/spring-projects/spring-boot/blob/main/buildSrc/src/main/resources/NOTICE.txt
1717
options[:attribution] = <<-HTML
18-
Copyright &copy; 2002–2022 Pivotal, Inc. All Rights Reserved.
18+
Copyright &copy; 2012-2023 VMware, Inc.<br>
19+
Licensed under the Apache License, Version 2.0.
1920
HTML
2021

21-
self.release = '2.7.0'
22+
self.release = '3.1.3'
2223
self.base_url = "https://docs.spring.io/spring-boot/docs/#{release}/reference/html/"
2324

2425
def get_latest_version(opts)

0 commit comments

Comments
 (0)