File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
vaadin-maps-leaflet-flow-demo Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v4
29
29
30
30
- name : Set up JDK
31
- uses : actions/setup-java@v3
31
+ uses : actions/setup-java@v4
32
32
with :
33
33
distribution : ${{ matrix.distribution }}
34
34
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
21
21
- name : Set up JDK
22
- uses : actions/setup-java@v3
22
+ uses : actions/setup-java@v4
23
23
with :
24
24
java-version : ' 17'
25
25
distribution : ' temurin'
@@ -123,7 +123,7 @@ jobs:
123
123
git pull
124
124
125
125
- name : Set up JDK Apache Maven Central
126
- uses : actions/setup-java@v3
126
+ uses : actions/setup-java@v4
127
127
with : # running setup-java again overwrites the settings.xml
128
128
java-version : ' 17'
129
129
distribution : ' temurin'
@@ -155,7 +155,7 @@ jobs:
155
155
git pull
156
156
157
157
- name : Setup - Java
158
- uses : actions/setup-java@v3
158
+ uses : actions/setup-java@v4
159
159
with :
160
160
java-version : ' 17'
161
161
distribution : ' temurin'
Original file line number Diff line number Diff line change 31
31
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
32
32
33
33
- name : Set up JDK
34
- uses : actions/setup-java@v3
34
+ uses : actions/setup-java@v4
35
35
with :
36
36
distribution : ' temurin'
37
37
java-version : 17
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
15
15
- name : Set up JDK OSSRH
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v4
17
17
with : # running setup-java again overwrites the settings.xml
18
18
distribution : ' temurin'
19
19
java-version : ' 17'
Original file line number Diff line number Diff line change 26
26
<mainClass >software.xdev.vaadin.Application</mainClass >
27
27
28
28
<!-- Dependency-Versions -->
29
- <vaadin .version>24.2.2 </vaadin .version>
29
+ <vaadin .version>24.2.5 </vaadin .version>
30
30
31
- <org .springframework.boot.version>3.1.5 </org .springframework.boot.version>
31
+ <org .springframework.boot.version>3.2.0 </org .springframework.boot.version>
32
32
</properties >
33
33
34
34
<dependencyManagement >
Original file line number Diff line number Diff line change 49
49
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
50
50
51
51
<!-- Dependency-Versions -->
52
- <vaadin .version>24.2.2 </vaadin .version>
52
+ <vaadin .version>24.2.5 </vaadin .version>
53
53
</properties >
54
54
55
55
<dependencyManagement >
178
178
<plugin >
179
179
<groupId >org.apache.maven.plugins</groupId >
180
180
<artifactId >maven-javadoc-plugin</artifactId >
181
- <version >3.6.2 </version >
181
+ <version >3.6.3 </version >
182
182
<executions >
183
183
<execution >
184
184
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments