diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f898544e..9d377b0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,12 +16,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Java - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 17 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 290ea97c..d832f44c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,12 +12,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Java - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: distribution: temurin java-version: 17 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/pom.xml b/pom.xml index 21df9408..7c2f1016 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.2 + 3.3.2 @@ -34,20 +34,20 @@ 0.0.5 33.0.0-jre - 1.19.3 - 3.3.1 + 1.20.0 + 3.9.1 3.4.4 - 8.9.1 + 8.13.0 - f9f81a3a500460d33cf9aec6bec288e733de843730dcbf06c9656c63f598cf19 - 7.1.0 - 2.23.19 + 7740ad7bb66d75a424e66c890f7efc49edf3be19ce4afde0132d6a9be2729511 + 7.12.1 + 2.26.25 8.4.2 4.4.0 - 1.77 + 1.78 1.18.20.0 0.8.11 - 3.1.0 + 3.2.4 VERBOSE