File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 44 directory : " /"
55 schedule :
66 interval : " weekly"
7+ - package-ecosystem : " github-actions"
8+ directory : " /"
9+ schedule :
10+ interval : " weekly"
Original file line number Diff line number Diff line change 77 build :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v2
10+ - uses : actions/checkout@v4
1111 - name : Set up JDK 11
1212 uses : actions/setup-java@v1
1313 with :
14- java-version : 11
14+ distribution : ' temurin'
15+ java-version : 17
1516 - name : Cache Maven packages
1617 uses : actions/cache@v1
1718 with :
Original file line number Diff line number Diff line change 66 <artifactId >dummy-backend</artifactId >
77 <version >1.0.0-SNAPSHOT</version >
88 <properties >
9- <compiler-plugin .version>3.8.1 </compiler-plugin .version>
9+ <compiler-plugin .version>3.11.0 </compiler-plugin .version>
1010 <maven .compiler.parameters>true</maven .compiler.parameters>
1111 <maven .compiler.source>11</maven .compiler.source>
1212 <maven .compiler.target>11</maven .compiler.target>
1313 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1414 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
15- <quarkus-plugin .version>2.2.3 .Final</quarkus-plugin .version>
15+ <quarkus-plugin .version>2.16.4 .Final</quarkus-plugin .version>
1616 <quarkus .platform.artifact-id>quarkus-universe-bom</quarkus .platform.artifact-id>
1717 <quarkus .platform.group-id>io.quarkus</quarkus .platform.group-id>
18- <quarkus .platform.version>2.2.3 .Final</quarkus .platform.version>
19- <surefire-plugin .version>3.0.0-M9 </surefire-plugin .version>
18+ <quarkus .platform.version>2.16.4 .Final</quarkus .platform.version>
19+ <surefire-plugin .version>3.3.1 </surefire-plugin .version>
2020 </properties >
2121 <dependencyManagement >
2222 <dependencies >
5858 <groupId >io.quarkus</groupId >
5959 <artifactId >quarkus-resteasy</artifactId >
6060 </dependency >
61+ <dependency >
62+ <groupId >io.quarkus</groupId >
63+ <artifactId >quarkus-jsonb</artifactId >
64+ </dependency >
6165 <dependency >
6266 <groupId >io.quarkus</groupId >
6367 <artifactId >quarkus-junit5</artifactId >
You can’t perform that action at this time.
0 commit comments