File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only
2727 </parent >
2828
2929 <properties >
30- <quarkus .version>3.37 .2</quarkus .version>
30+ <quarkus .version>3.39 .2</quarkus .version>
3131 </properties >
3232
3333 <dependencyManagement >
Original file line number Diff line number Diff line change @@ -17,28 +17,28 @@ COPY --from=prep /staging .
1717RUN yap build ubuntu-focal /tmp/staging/
1818
1919# Stage Ubuntu 22.04 (Jammy)
20- FROM docker.io/m0rf30/yap-ubuntu-jammy:2.4 AS ubuntu-jammy-builder
20+ FROM docker.io/m0rf30/yap-ubuntu-jammy:2.6 AS ubuntu-jammy-builder
2121USER root
2222WORKDIR /tmp/staging
2323COPY --from=prep /staging .
2424RUN yap build ubuntu-jammy /tmp/staging/
2525
2626# Stage Ubuntu 24.04 (Noble)
27- FROM docker.io/m0rf30/yap-ubuntu-noble:2.4 AS ubuntu-noble-builder
27+ FROM docker.io/m0rf30/yap-ubuntu-noble:2.6 AS ubuntu-noble-builder
2828USER root
2929WORKDIR /tmp/staging
3030COPY --from=prep /staging .
3131RUN yap build ubuntu-noble /tmp/staging/
3232
3333# Stage RHEL/Rocky 8
34- FROM docker.io/m0rf30/yap-rocky-8:2.4 AS rocky-8-builder
34+ FROM docker.io/m0rf30/yap-rocky-8:2.6 AS rocky-8-builder
3535USER root
3636WORKDIR /tmp/staging
3737COPY --from=prep /staging .
3838RUN yap build rocky-8 /tmp/staging/
3939
4040# Stage RHEL/Rocky 9
41- FROM docker.io/m0rf30/yap-rocky-9:2.4 AS rocky-9-builder
41+ FROM docker.io/m0rf30/yap-rocky-9:2.6 AS rocky-9-builder
4242USER root
4343WORKDIR /tmp/staging
4444COPY --from=prep /staging .
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ SPDX-License-Identifier: AGPL-3.0-only
4343 <carbonio-quarkus-extensions .version>1.14.0-1</carbonio-quarkus-extensions .version>
4444
4545 <!-- Plugins -->
46- <maven-compiler-plugin .version>3.15 .0</maven-compiler-plugin .version>
47- <maven-failsafe .version>3.5.6 </maven-failsafe .version>
46+ <maven-compiler-plugin .version>3.16 .0</maven-compiler-plugin .version>
47+ <maven-failsafe .version>3.6.0 </maven-failsafe .version>
4848 <maven-jacoco .version>0.8.15</maven-jacoco .version>
4949 <maven-jar-plugin .version>3.5.0</maven-jar-plugin .version>
50- <maven-surefire .version>3.5.6 </maven-surefire .version>
50+ <maven-surefire .version>3.6.0 </maven-surefire .version>
5151 <maven-resources-plugin .version>3.5.0</maven-resources-plugin .version>
52- <sonar-maven-plugin .version>5.5 .0.6356 </sonar-maven-plugin .version>
52+ <sonar-maven-plugin .version>5.7 .0.6970 </sonar-maven-plugin .version>
5353
5454 <!-- Other properties -->
5555 <maven .compiler.source>21</maven .compiler.source>
@@ -108,7 +108,7 @@ SPDX-License-Identifier: AGPL-3.0-only
108108 <plugin >
109109 <groupId >org.codehaus.mojo</groupId >
110110 <artifactId >flatten-maven-plugin</artifactId >
111- <version >1.7.3 </version >
111+ <version >1.8.0 </version >
112112 <configuration >
113113 <updatePomFile >true</updatePomFile >
114114 <flattenMode >resolveCiFriendliesOnly</flattenMode >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only
1212 <parent >
1313 <groupId >com.zextras.carbonio.quarkus</groupId >
1414 <artifactId >carbonio-quarkus-extensions-rest-sdk-parent</artifactId >
15- <version >1.12 .0-1</version >
15+ <version >1.14 .0-1</version >
1616 <relativePath />
1717 </parent >
1818
@@ -42,7 +42,7 @@ SPDX-License-Identifier: AGPL-3.0-only
4242 <plugin >
4343 <groupId >org.sonarsource.scanner.maven</groupId >
4444 <artifactId >sonar-maven-plugin</artifactId >
45- <version >5.5 .0.6356 </version >
45+ <version >5.7 .0.6970 </version >
4646 </plugin >
4747 </plugins >
4848 </build >
You can’t perform that action at this time.
0 commit comments