This repository was archived by the owner on Sep 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
ch-covidcertificate-backend-verification-check Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 name : Build
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1515 - name : Set up JDK 17
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - run : |
1515 git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
1616 - name : Set up JDK 17
Original file line number Diff line number Diff line change 2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2424 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2525
26- <spring-boot-version >2.7.8 </spring-boot-version >
26+ <spring-boot-version >3.1.3 </spring-boot-version >
2727 <spring-cloud-sleuth-version >3.1.6</spring-cloud-sleuth-version >
2828 <jackson-version >2.11.1</jackson-version >
2929 <spring-cloud-connectors-version >2.2.13.RELEASE</spring-cloud-connectors-version >
180180 </plugin >
181181 <plugin >
182182 <artifactId >maven-surefire-plugin</artifactId >
183- <version >2.22 .2</version >
183+ <version >3.1 .2</version >
184184 </plugin >
185185 <plugin >
186186 <artifactId >maven-failsafe-plugin</artifactId >
187- <version >2.22 .2</version >
187+ <version >3.1 .2</version >
188188 </plugin >
189189 </plugins >
190190 <pluginManagement >
You can’t perform that action at this time.
0 commit comments