File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v2
11- - name : Set up JDK 17
11+ - name : Set up JDK
1212 uses : actions/setup-java@v1
1313 with :
14- java-version : 17
14+ java-version : 21
1515 - name : Build with Maven
1616 run : mvn -B package --file pom.xml -DskipTests=true
1717 - name : Publish to Registry
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - uses : actions/checkout@v2
19- - name : Set up JDK 17
19+ - name : Set up JDK
2020 uses : actions/setup-java@v1
2121 with :
22- java-version : 17
22+ java-version : 21
2323 - name : Build with Maven
2424 run : mvn -B package -DskipTests --file pom.xml
Original file line number Diff line number Diff line change 1515 <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
1616 <groupId >org.springframework.boot</groupId >
1717 <artifactId >spring-boot-starter-parent</artifactId >
18- <version >3.0.6 </version >
18+ <version >3.2.1 </version >
1919 <relativePath /> <!-- lookup parent from repository -->
2020 </parent >
2121
2222 <properties >
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
25- <java .version>17 </java .version>
25+ <java .version>21 </java .version>
2626 <!-- https://mvnrepository.com/artifact/org.webjars/webjars-locator -->
27- <webjars-locator .version>0.46 </webjars-locator .version>
27+ <webjars-locator .version>0.50 </webjars-locator .version>
2828 <!-- https://mvnrepository.com/artifact/org.webjars/bootstrap -->
29- <bootstrap .version>4.6 .2</bootstrap .version>
29+ <bootstrap .version>5.3 .2</bootstrap .version>
3030 </properties >
3131
3232 <dependencies >
9595 <additionalProperties >
9696 <encoding .source>UTF-8</encoding .source>
9797 <encoding .reporting>UTF-8</encoding .reporting>
98- <java .source>${maven.compiler.source} </java .source>
99- <java .target>${maven.compiler.target} </java .target>
10098 </additionalProperties >
10199 </configuration >
102100 </execution >
You can’t perform that action at this time.
0 commit comments