From b06f8746f66b99878f442c6533f78cd58067918c Mon Sep 17 00:00:00 2001 From: bbortt Date: Mon, 19 Aug 2024 08:23:18 +0200 Subject: [PATCH] fix(deps): update to citrus v3.4.1 --- .github/workflows/nightly.yml | 47 +++++++++++++++++++++++++++++++++++ pom.xml | 12 ++++----- 2 files changed, 53 insertions(+), 6 deletions(-) create mode 100644 .github/workflows/nightly.yml diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml new file mode 100644 index 00000000..7caf5dd0 --- /dev/null +++ b/.github/workflows/nightly.yml @@ -0,0 +1,47 @@ +# --------------------------------------------------------------------------- +# Copyright the original author or authors. +# +# Licensed 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. +# --------------------------------------------------------------------------- + +name: nightly + +on: + workflow_dispatch: + schedule: + - cron: "0 0 * * *" + +jobs: + nightly: + runs-on: ubuntu-latest + steps: + - name: Set up JDK + uses: actions/setup-java@v4 + with: + java-version: '17' + distribution: 'temurin' + - name: Checkout code + uses: actions/checkout@v4 + - name: Cache Maven cache + uses: actions/cache@v4 + with: + path: ~/.m2 + key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} + restore-keys: ${{ runner.os }}-m2 + - name: Info + run: | + java -version + ./mvnw -version + - name: Simulator Dependency Report + run: | + ./mvnw --no-transfer-progress versions:display-dependency-updates diff --git a/pom.xml b/pom.xml index 2d96926d..894c7edc 100644 --- a/pom.xml +++ b/pom.xml @@ -24,10 +24,10 @@ 1.6.13 1.18.30 - 4.2.1 + 4.3.1 - 3.3.0 - 6.3.0 + 3.3.2 + 6.3.2 7.10.2 1.6.3 2.12.2 @@ -38,8 +38,8 @@ 1.5.6 - v20.12.1 - 10.5.0 + v22.4.1 + 10.8.1 false true @@ -216,7 +216,7 @@ org.apache.xmlbeans xmlbeans - 3.1.0 + 5.2.0