Skip to content

Commit ee102b6

Browse files
Bump quarkus.version from 3.34.1 to 3.34.2 (#2571)
* Bump quarkus.version from 3.34.1 to 3.34.2 Bumps `quarkus.version` from 3.34.1 to 3.34.2. Updates `io.quarkus.platform:quarkus-bom` from 3.34.1 to 3.34.2 - [Commits](quarkusio/quarkus-platform@3.34.1...3.34.2) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.34.1 to 3.34.2 - [Commits](quarkusio/quarkus-platform@3.34.1...3.34.2) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-version: 3.34.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-version: 3.34.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Remove owasp checks * Additional owasp reference * Remove owasp reference --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Coburn <aaronc@inrupt.com>
1 parent 2012f56 commit ee102b6

8 files changed

Lines changed: 3 additions & 238 deletions

File tree

.github/workflows/ci-config.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -96,37 +96,6 @@ jobs:
9696
- name: Build the code with Maven
9797
run: mvn -B -ntp verify -Pwebsite javadoc:javadoc
9898

99-
dependencies:
100-
name: Dependency Check
101-
runs-on: ubuntu-latest
102-
strategy:
103-
matrix:
104-
java: [ 17 ]
105-
106-
steps:
107-
- uses: actions/checkout@v6
108-
109-
- name: Set up JDK ${{ matrix.java }}
110-
uses: actions/setup-java@v5
111-
with:
112-
distribution: 'temurin'
113-
java-version: ${{ matrix.java }}
114-
cache: 'maven'
115-
116-
- name: Generate Cache Name
117-
shell: bash
118-
run: echo "CACHE_NAME=$(date '+%y.%j')" >> $GITHUB_ENV
119-
120-
- name: Restore NVD data cache
121-
uses: actions/cache@v5
122-
with:
123-
key: nvd-data-${{ env.CACHE_NAME }}
124-
restore-keys: nvd-data-
125-
path: ./data/cache
126-
127-
- name: Verify dependencies
128-
run: mvn -B -ntp verify -Pdependencies -Dnvd.api.datafeed="file:${GITHUB_WORKSPACE}/data/cache/nvdcve-{0}.json.gz"
129-
13099
sonar:
131100
name: Sonar Scan
132101
runs-on: ubuntu-latest

.github/workflows/nvd-cache.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

archetypes/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,4 @@
1717
<modules>
1818
<module>java</module>
1919
</modules>
20-
21-
<build>
22-
<plugins>
23-
<plugin>
24-
<groupId>org.owasp</groupId>
25-
<artifactId>dependency-check-maven</artifactId>
26-
<configuration>
27-
<skip>true</skip>
28-
</configuration>
29-
</plugin>
30-
</plugins>
31-
</build>
3220
</project>

build-tools/owasp/suppressions.xml

Lines changed: 0 additions & 66 deletions
This file was deleted.

examples/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<maven.compiler.release>17</maven.compiler.release>
2020

21-
<quarkus.version>3.34.1</quarkus.version>
21+
<quarkus.version>3.34.2</quarkus.version>
2222
</properties>
2323

2424
<dependencyManagement>

examples/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616

1717
<build>
1818
<plugins>
19-
<plugin>
20-
<groupId>org.owasp</groupId>
21-
<artifactId>dependency-check-maven</artifactId>
22-
<version>${owasp.plugin.version}</version>
23-
<configuration>
24-
<skip>true</skip>
25-
</configuration>
26-
</plugin>
2719
<plugin>
2820
<groupId>org.apache.maven.plugins</groupId>
2921
<artifactId>maven-deploy-plugin</artifactId>

examples/webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<maven.compiler.release>17</maven.compiler.release>
2020

21-
<quarkus.version>3.34.1</quarkus.version>
21+
<quarkus.version>3.34.2</quarkus.version>
2222
</properties>
2323

2424
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<jose4j.version>0.9.6</jose4j.version>
3333
<json.bind.version>3.0.1</json.bind.version>
3434
<okhttp.version>5.3.2</okhttp.version>
35-
<quarkus.version>3.34.1</quarkus.version>
35+
<quarkus.version>3.34.2</quarkus.version>
3636
<slf4j.version>2.0.17</slf4j.version>
3737
<!-- pinning to Spring 5.x for Java 11 support -->
3838
<spring.security.version>5.8.14</spring.security.version>
@@ -56,7 +56,6 @@
5656
<jar.plugin.version>3.5.0</jar.plugin.version>
5757
<javadoc.plugin.version>3.12.0</javadoc.plugin.version>
5858
<license.plugin.version>5.0.0</license.plugin.version>
59-
<owasp.plugin.version>12.2.0</owasp.plugin.version>
6059
<projectinfo.plugin.version>3.9.0</projectinfo.plugin.version>
6160
<pmd.plugin.version>3.28.0</pmd.plugin.version>
6261
<site.plugin.version>3.21.0</site.plugin.version>
@@ -81,10 +80,7 @@
8180
<wiremock.version>3.13.2</wiremock.version>
8281

8382
<!-- disable by default (enabled by profile in CI) -->
84-
<dependency-check.skip>true</dependency-check.skip>
8583
<archetype.test.skip>true</archetype.test.skip>
86-
<nvd.api.key />
87-
<nvd.api.datafeed />
8884

8985
<!-- sonar -->
9086
<sonar.coverage.jacoco.xmlReportPaths>${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
@@ -510,11 +506,6 @@
510506
</execution>
511507
</executions>
512508
</plugin>
513-
<plugin>
514-
<groupId>org.owasp</groupId>
515-
<artifactId>dependency-check-maven</artifactId>
516-
<version>${owasp.plugin.version}</version>
517-
</plugin>
518509
</plugins>
519510
</pluginManagement>
520511

@@ -615,31 +606,6 @@
615606
</execution>
616607
</executions>
617608
</plugin>
618-
<plugin>
619-
<groupId>org.owasp</groupId>
620-
<artifactId>dependency-check-maven</artifactId>
621-
<executions>
622-
<execution>
623-
<goals>
624-
<goal>check</goal>
625-
</goals>
626-
</execution>
627-
</executions>
628-
<configuration>
629-
<failBuildOnCVSS>7</failBuildOnCVSS>
630-
<ossIndexWarnOnlyOnRemoteErrors>true</ossIndexWarnOnlyOnRemoteErrors>
631-
<formats>
632-
<format>HTML</format>
633-
<format>JSON</format>
634-
<format>CSV</format>
635-
</formats>
636-
<suppressionFile>
637-
./build-tools/owasp/suppressions.xml
638-
</suppressionFile>
639-
<nvdApiKey>${nvd.api.key}</nvdApiKey>
640-
<nvdDatafeedUrl>${nvd.api.datafeed}</nvdDatafeedUrl>
641-
</configuration>
642-
</plugin>
643609
<plugin>
644610
<groupId>org.sonatype.central</groupId>
645611
<artifactId>central-publishing-maven-plugin</artifactId>
@@ -747,23 +713,6 @@
747713
</reportSet>
748714
</reportSets>
749715
</plugin>
750-
<plugin>
751-
<groupId>org.owasp</groupId>
752-
<artifactId>dependency-check-maven</artifactId>
753-
<version>${owasp.plugin.version}</version>
754-
<reportSets>
755-
<reportSet>
756-
<reports>
757-
<report>aggregate</report>
758-
</reports>
759-
</reportSet>
760-
</reportSets>
761-
<configuration>
762-
<suppressionFiles>
763-
<suppressionFile>./build-tools/owasp/suppressions.xml</suppressionFile>
764-
</suppressionFiles>
765-
</configuration>
766-
</plugin>
767716
</plugins>
768717
</reporting>
769718

@@ -838,18 +787,6 @@
838787
<archetype.test.skip>true</archetype.test.skip>
839788
</properties>
840789
</profile>
841-
<profile>
842-
<id>dependencies</id>
843-
<properties>
844-
<skipTests>true</skipTests>
845-
<pmd.skip>true</pmd.skip>
846-
<cpd.skip>true</cpd.skip>
847-
<dependency-check.skip>false</dependency-check.skip>
848-
<jacoco.skip>true</jacoco.skip>
849-
<checkstyle.skip>true</checkstyle.skip>
850-
<archetype.test.skip>true</archetype.test.skip>
851-
</properties>
852-
</profile>
853790
<profile>
854791
<id>java-21</id>
855792
<activation>

0 commit comments

Comments
 (0)