diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9c8138dc..70d4c206 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,7 @@ jobs: - name: Generate new public Json Schema shell: bash - run: ./mvnw install -DskipTests -Dmaven.plugin.validation=NONE -DskipSign -ntp -P framework-only + run: ./mvnw install -Dmaven.plugin.validation=NONE -DskipSign -ntp -P framework-only - name: Commit files and generate new tag run: | diff --git a/pom.xml b/pom.xml index 7e66bbcb..eb2760f5 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ true 6.0.1 - 5.20.0 + 5.21.0 2.20.1 8.12.6 4.38.0 @@ -207,7 +207,7 @@ ch.qos.logback logback-classic - 1.5.21 + 1.5.22 org.slf4j @@ -330,7 +330,7 @@ com.puppycrawl.tools checkstyle - 12.2.0 + 12.3.0 com.github.sevntu-checkstyle