Skip to content

Commit 183880d

Browse files
Bump quarkus.version from 3.34.1 to 3.34.2 (#2570)
* 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 checking * 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 b2f1f76 commit 183880d

File tree

8 files changed

+3
-213
lines changed

8 files changed

+3
-213
lines changed

.github/workflows/ci-config.yml

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

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

examples/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</description>
1717

1818
<properties>
19-
<quarkus.version>3.34.1</quarkus.version>
19+
<quarkus.version>3.34.2</quarkus.version>
2020
</properties>
2121

2222
<dependencyManagement>

examples/pom.xml

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

2424
<build>
2525
<plugins>
26-
<plugin>
27-
<groupId>org.owasp</groupId>
28-
<artifactId>dependency-check-maven</artifactId>
29-
<version>${owasp.plugin.version}</version>
30-
<configuration>
31-
<skip>true</skip>
32-
</configuration>
33-
</plugin>
3426
<plugin>
3527
<groupId>org.apache.maven.plugins</groupId>
3628
<artifactId>maven-deploy-plugin</artifactId>

examples/webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</description>
1717

1818
<properties>
19-
<quarkus.version>3.34.1</quarkus.version>
19+
<quarkus.version>3.34.2</quarkus.version>
2020
</properties>
2121

2222
<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
<rdf4j.version>5.2.2</rdf4j.version>
3737
<slf4j.version>2.0.17</slf4j.version>
3838
<spring.security.version>7.0.4</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>
@@ -82,10 +81,7 @@
8281
<hamcrest.version>3.0</hamcrest.version>
8382

8483
<!-- disable by default (enabled by profile in CI) -->
85-
<dependency-check.skip>true</dependency-check.skip>
8684
<archetype.test.skip>true</archetype.test.skip>
87-
<nvd.api.key />
88-
<nvd.api.datafeed />
8985

9086
<!-- sonar -->
9187
<sonar.coverage.jacoco.xmlReportPaths>${maven.multiModuleProjectDirectory}/reports/target/site/jacoco-merged/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
@@ -494,11 +490,6 @@
494490
</execution>
495491
</executions>
496492
</plugin>
497-
<plugin>
498-
<groupId>org.owasp</groupId>
499-
<artifactId>dependency-check-maven</artifactId>
500-
<version>${owasp.plugin.version}</version>
501-
</plugin>
502493
</plugins>
503494
</pluginManagement>
504495

@@ -599,31 +590,6 @@
599590
</execution>
600591
</executions>
601592
</plugin>
602-
<plugin>
603-
<groupId>org.owasp</groupId>
604-
<artifactId>dependency-check-maven</artifactId>
605-
<executions>
606-
<execution>
607-
<goals>
608-
<goal>check</goal>
609-
</goals>
610-
</execution>
611-
</executions>
612-
<configuration>
613-
<failBuildOnCVSS>7</failBuildOnCVSS>
614-
<ossindexAnalyzerEnabled>false</ossindexAnalyzerEnabled>
615-
<formats>
616-
<format>HTML</format>
617-
<format>JSON</format>
618-
<format>CSV</format>
619-
</formats>
620-
<suppressionFile>
621-
./build-tools/owasp/suppressions.xml
622-
</suppressionFile>
623-
<nvdApiKey>${nvd.api.key}</nvdApiKey>
624-
<nvdDatafeedUrl>${nvd.api.datafeed}</nvdDatafeedUrl>
625-
</configuration>
626-
</plugin>
627593
<plugin>
628594
<groupId>org.sonatype.central</groupId>
629595
<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

@@ -827,18 +776,6 @@
827776
<archetype.test.skip>true</archetype.test.skip>
828777
</properties>
829778
</profile>
830-
<profile>
831-
<id>dependencies</id>
832-
<properties>
833-
<skipTests>true</skipTests>
834-
<pmd.skip>true</pmd.skip>
835-
<cpd.skip>true</cpd.skip>
836-
<dependency-check.skip>false</dependency-check.skip>
837-
<jacoco.skip>true</jacoco.skip>
838-
<checkstyle.skip>true</checkstyle.skip>
839-
<archetype.test.skip>true</archetype.test.skip>
840-
</properties>
841-
</profile>
842779
</profiles>
843780

844781
<developers>

0 commit comments

Comments
 (0)