Skip to content

Commit

Permalink
:dependabot: Bump gradle from 8.10.1-jdk21 to 8.12.0-jdk21
Browse files Browse the repository at this point in the history
* :dependabot: Bump gradle from 8.10.1-jdk21 to 8.12.0-jdk21

Bumps gradle from 8.10.1-jdk21 to 8.12.0-jdk21.

---
updated-dependencies:
- dependency-name: gradle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* :dependabot: bump gradle wrapper from 8.10.2 to 8.12

* ci: port cypress dependencies to ubuntu 24.04

cypress-io/cypress-documentation#5816

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JKatzwinkel <JKatzwinkel@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and JKatzwinkel authored Jan 12, 2025
1 parent c3f80da commit 444cb03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: >-
sudo apt-get install -y --no-install-recommends xvfb libglib2.0-0
libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgtk-3-0 libgbm1
libasound2
libasound2t64
- name: query backend endpoint URL paths list
run: curl -s localhost:8090/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gradle:8.10.1-jdk21 AS build
FROM gradle:8.12.0-jdk21 AS build

COPY --chown=gradle:gradle . /home/gradle/tla-frontend
WORKDIR /home/gradle/tla-frontend
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 444cb03

Please sign in to comment.