File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 steps :
1313
1414 - name : Check out sources
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v6
1616
1717 - name : Set up JDK 21
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 distribution : ' temurin'
2121 java-version : 21
Original file line number Diff line number Diff line change 3535 ref : ${{ matrix.branch }}
3636
3737 - name : Set up JDK 17
38- uses : actions/setup-java@v4
38+ uses : actions/setup-java@v5
3939 with :
4040 distribution : ' temurin'
4141 java-version : 17
Original file line number Diff line number Diff line change 4646 <nullaway .version>0.13.0</nullaway .version>
4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
49- <spring-boot .version>4.0.4 </spring-boot .version>
49+ <spring-boot .version>4.0.5 </spring-boot .version>
5050 <spring-framework .version>7.0.6</spring-framework .version> <!-- For Javadoc links only -->
5151 <testcontainers .version>2.0.4</testcontainers .version>
5252 <structurizr .version>5.0.3</structurizr .version>
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.boot</groupId >
66 <artifactId >spring-boot-starter-parent</artifactId >
7- <version >4.0.4 </version >
7+ <version >4.0.5 </version >
88 <relativePath />
99 </parent >
1010
You can’t perform that action at this time.
0 commit comments