File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed
vaadin-addon-template-demo/src/main/resources
vaadin-maps-leaflet-flow-demo Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ updates:
2121 time : " 00:00"
2222 open-pull-requests-limit : 10
2323 ignore :
24+ - dependency-name : " org.yaml:snakeyaml"
25+ # Version 2+ requires Spring Boot 3
26+ versions : " >=2.0.0"
2427 - dependency-name : " org.springframework.boot:*"
2528 # Version 3+ requires Vaadin 24
2629 versions : " >=3.0.0"
30+ - dependency-name : " com.vaadin:*"
31+ versions : " >=24.0.0"
Original file line number Diff line number Diff line change 1+ vaadin :
2+ whitelisted-packages : software/xdev,com/vaadin/flow
3+
4+ spring :
5+ devtools :
6+ restart :
7+ poll-interval : 2s
8+ quiet-period : 1s
Original file line number Diff line number Diff line change 3535 <mainClass >software.xdev.vaadin.Application</mainClass >
3636
3737 <!-- Dependency-Versions -->
38- <vaadin .version>23.3.6 </vaadin .version>
38+ <vaadin .version>23.3.7 </vaadin .version>
3939
4040 <org .springframework.boot.version>2.7.9</org .springframework.boot.version>
4141 </properties >
7979 <groupId >com.vaadin</groupId >
8080 <artifactId >vaadin-spring-boot-starter</artifactId >
8181 </dependency >
82+ <!-- Temporarily excluded by Vaadin due to "security vulnerability" -->
83+ <dependency >
84+ <groupId >org.yaml</groupId >
85+ <artifactId >snakeyaml</artifactId >
86+ <version >1.33</version >
87+ </dependency >
8288 <dependency >
8389 <groupId >org.springframework.boot</groupId >
8490 <artifactId >spring-boot-devtools</artifactId >
Original file line number Diff line number Diff line change 4949 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
5050
5151 <!-- Dependency-Versions -->
52- <vaadin .version>23.3.6 </vaadin .version>
52+ <vaadin .version>23.3.7 </vaadin .version>
5353 </properties >
5454
5555 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments