diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c0d7af97..ba350084 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: needs: [check-code] timeout-minutes: 10 outputs: - upload_url: ${{ steps.create_release.outputs.upload_url }} + upload_url: ${{ steps.create-release.outputs.upload_url }} steps: - uses: actions/checkout@v4 @@ -88,7 +88,7 @@ jobs: git push origin --tags - name: Create Release - id: create_release + id: create-release uses: shogo82148/actions-create-release@4661dc54f7b4b564074e9fbf73884d960de569a3 # v1 with: tag_name: v${{ steps.version.outputs.release }} diff --git a/pom.xml b/pom.xml index e23e7c1f..a01dd300 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ com.puppycrawl.tools checkstyle - 10.25.0 + 10.26.0 @@ -70,7 +70,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.26.0 + 3.27.0 true true diff --git a/vaadin-maps-leaflet-flow-demo/pom.xml b/vaadin-maps-leaflet-flow-demo/pom.xml index a8c740da..af2beac8 100644 --- a/vaadin-maps-leaflet-flow-demo/pom.xml +++ b/vaadin-maps-leaflet-flow-demo/pom.xml @@ -29,9 +29,9 @@ software.xdev.vaadin.Application - 24.7.6 + 24.8.0 - 3.5.0 + 3.5.3 @@ -62,10 +62,35 @@ com.vaadin vaadin-core + com.vaadin hilla-dev + + com.vaadin + copilot + + + + com.vaadin + vaadin-material-theme + + + + com.vaadin + flow-react + + + + com.vaadin + collaboration-engine + + + + com.vaadin.servletdetector + throw-if-servlet3 + @@ -79,6 +104,7 @@ com.vaadin vaadin-spring-boot-starter + com.vaadin hilla @@ -122,6 +148,30 @@ + + + + false + + false + + + + + software.xdev + *vaadin* + + + com.vaadin + + + + + com.vaadin.external* + + + + org.apache.maven.plugins diff --git a/vaadin-maps-leaflet-flow/pom.xml b/vaadin-maps-leaflet-flow/pom.xml index a88bc3b4..71bb5d0f 100644 --- a/vaadin-maps-leaflet-flow/pom.xml +++ b/vaadin-maps-leaflet-flow/pom.xml @@ -49,7 +49,7 @@ UTF-8 - 24.7.6 + 24.8.0 @@ -220,7 +220,7 @@ org.codehaus.mojo flatten-maven-plugin - 1.7.0 + 1.7.1 ossrh @@ -282,7 +282,7 @@ com.puppycrawl.tools checkstyle - 10.25.0 + 10.26.0 @@ -307,7 +307,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.26.0 + 3.27.0 true true