Skip to content

Commit

Permalink
Update deps (#47)
Browse files Browse the repository at this point in the history
* Update actions/checkout action to v4

* Update actions/setup-java action to v4

* Update dependency com.github.tomakehurst:wiremock-jre8 to v3

* Update dependency maven-wrapper to v3

* Update quay.io/quarkus/quarkus-distroless-image Docker tag to v2

* Update quay.io/quarkus/quarkus-micro-image Docker tag to v2

* Update dependency io.quarkiverse.reactivemessaging.http:quarkus-reactive-messaging-http to v2.1.0

* Update quarkus.platform.version to v3.7.3

* Update advanced-security/maven-dependency-submission-action digest to 73da251

* Refactor fabric8 crd generator annotation

* Bump java sdk to 17

* Refactor deprecated usages

* Update advanced-security/maven-dependency-submission-action to v4.0.0

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
scrocquesel and renovate[bot] committed Feb 18, 2024
1 parent c053e26 commit b843c3f
Show file tree
Hide file tree
Showing 10 changed files with 351 additions and 310 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: ./mvnw -B verify --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
uses: advanced-security/maven-dependency-submission-action@v4.0.0
Binary file modified .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
18 changes: 17 additions & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/io/takari/maven-wrapper/0.5.6/maven-wrapper-0.5.6.jar
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
Loading

0 comments on commit b843c3f

Please sign in to comment.