From 4289c57559c828af98bf3136162ca2ca1b3c916e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 02:50:07 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/ci.yml | 14 +++++++------- pom.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 127b1b0..5fe1f5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,15 +14,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: check-latest: true distribution: temurin java-version: ${{ matrix.java }} - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-maven-artifacts with: @@ -41,9 +41,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-maven-artifacts with: @@ -58,7 +58,7 @@ jobs: # Publish snapshot - name: Set up JDK 11 for publishing a snapshot if: github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT') - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: check-latest: true distribution: temurin @@ -75,7 +75,7 @@ jobs: # Publish release - name: Set up JDK 11 for publishing a release if: github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT') - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: check-latest: true distribution: temurin diff --git a/pom.xml b/pom.xml index 5ca62bb..c823ee9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 2.7.16 + 3.4.0 DigitalCollections: Euphoria Streaming Server @@ -104,7 +104,7 @@ net.logstash.logback logstash-logback-encoder - 7.3 + 8.0 nz.net.ultraq.thymeleaf