This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/pekko-persistence-jdbc.git


The following commit(s) were added to refs/heads/1.3.x by this push:
     new f90187fb Update MySQL image version to 9.5.0 (#430) (#506)
f90187fb is described below

commit f90187fbbebef53fbe657126fc500a6b193186df
Author: PJ Fanning <[email protected]>
AuthorDate: Tue May 19 19:12:29 2026 +0100

    Update MySQL image version to 9.5.0 (#430) (#506)
    
    * Update MySQL image version to 9.5.0 (#430)
    
    * Bump coursier/cache-action from 8.1.0 to 8.1.1 (#504)
    
    Bumps [coursier/cache-action](https://github.com/coursier/cache-action) 
from 8.1.0 to 8.1.1.
    - [Release notes](https://github.com/coursier/cache-action/releases)
    - 
[Commits](https://github.com/coursier/cache-action/compare/90c37294538be80a558fd665531fcdc2b467b475...95e5b1029b6b86e7bac033ee44a0697d8a527d2d)
    
    ---
    updated-dependencies:
    - dependency-name: coursier/cache-action
      dependency-version: 8.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    
    * remove unnecessary setup-sbt call that is failing the build because its 
version is not supported by ASF
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/checks.yml                  | 6 +++---
 .github/workflows/h2-test.yml                 | 2 +-
 .github/workflows/headers.yml                 | 2 +-
 .github/workflows/link-validator.yml          | 2 +-
 .github/workflows/mariadb-tests.yml           | 2 +-
 .github/workflows/mysql-tests.yml             | 2 +-
 .github/workflows/nightly-pekko-1.0-tests.yml | 2 +-
 .github/workflows/nightly-pekko-1.2-tests.yml | 2 +-
 .github/workflows/oracle-tests.yml            | 2 +-
 .github/workflows/postgres-tests.yml          | 2 +-
 .github/workflows/sqlserver-tests.yml         | 5 +----
 scripts/docker-compose.yml                    | 2 +-
 12 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index f3b021a6..13ffa562 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -37,7 +37,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Code style check and binary-compatibility check
         # Run locally with: sbt 'verifyCodeFmt ; mimaReportBinaryIssues'
@@ -69,7 +69,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Compile all code with fatal warnings for Java 11, Scala 2.12, 
Scala 2.13 and Scala 3
         # Run locally with: sbt 'clean ; +Test/compile'
@@ -101,7 +101,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Create all API docs for artifacts/website and all reference docs
         run: sbt docs/paradox
diff --git a/.github/workflows/h2-test.yml b/.github/workflows/h2-test.yml
index 44cbc801..be050fe7 100644
--- a/.github/workflows/h2-test.yml
+++ b/.github/workflows/h2-test.yml
@@ -52,7 +52,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{ 
matrix.java-version }}
         run: sbt ++${{ matrix.scala-version }} "core/test; migrator/test" ${{ 
matrix.sbt-opts }}
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index 8daec881..2a71e027 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -23,7 +23,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Check headers
         run: |-
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index e069b61b..cb368ba2 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -27,7 +27,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Setup Coursier
         uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # 
v1.3.9
diff --git a/.github/workflows/mariadb-tests.yml 
b/.github/workflows/mariadb-tests.yml
index e5c1c014..9ca0d4f7 100644
--- a/.github/workflows/mariadb-tests.yml
+++ b/.github/workflows/mariadb-tests.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
6.4.7
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Start docker
         run: ./scripts/launch-mariadb.sh
diff --git a/.github/workflows/mysql-tests.yml 
b/.github/workflows/mysql-tests.yml
index 1337150a..ba7e1ad2 100644
--- a/.github/workflows/mysql-tests.yml
+++ b/.github/workflows/mysql-tests.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Start docker
         run: ./scripts/launch-mysql.sh
diff --git a/.github/workflows/nightly-pekko-1.0-tests.yml 
b/.github/workflows/nightly-pekko-1.0-tests.yml
index e0eb27e6..282df8b7 100644
--- a/.github/workflows/nightly-pekko-1.0-tests.yml
+++ b/.github/workflows/nightly-pekko-1.0-tests.yml
@@ -39,7 +39,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{ 
matrix.java-version }}
         run: sbt -Dpekko.build.pekko.version=1.0.x "++${{ matrix.scala-version 
}} test" ${{ matrix.sbt-opts }}
diff --git a/.github/workflows/nightly-pekko-1.2-tests.yml 
b/.github/workflows/nightly-pekko-1.2-tests.yml
index 70d96348..9217cc62 100644
--- a/.github/workflows/nightly-pekko-1.2-tests.yml
+++ b/.github/workflows/nightly-pekko-1.2-tests.yml
@@ -41,7 +41,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Run tests with Scala ${{ matrix.scala-version }} and Java ${{ 
matrix.java-version }}
         run: sbt -Dpekko.build.pekko.version=1.2.x "++${{ matrix.scala-version 
}} test" ${{ matrix.sbt-opts }}
diff --git a/.github/workflows/oracle-tests.yml 
b/.github/workflows/oracle-tests.yml
index 95bff719..469e9792 100644
--- a/.github/workflows/oracle-tests.yml
+++ b/.github/workflows/oracle-tests.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Start docker
         run: ./scripts/launch-oracle.sh
diff --git a/.github/workflows/postgres-tests.yml 
b/.github/workflows/postgres-tests.yml
index 25b80b1c..0ef0f372 100644
--- a/.github/workflows/postgres-tests.yml
+++ b/.github/workflows/postgres-tests.yml
@@ -43,7 +43,7 @@ jobs:
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Start docker
         run: ./scripts/launch-postgres.sh
diff --git a/.github/workflows/sqlserver-tests.yml 
b/.github/workflows/sqlserver-tests.yml
index 0889ec22..0e6a9e6c 100644
--- a/.github/workflows/sqlserver-tests.yml
+++ b/.github/workflows/sqlserver-tests.yml
@@ -39,14 +39,11 @@ jobs:
           distribution: temurin
           java-version: 11
 
-      - name: Install sbt
-        uses: sbt/setup-sbt@v1
-
       - name: Install sbt
         uses: sbt/setup-sbt@508b753e53cb6095967669e0911487d2b9bc9f41 # v1.1.22
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@90c37294538be80a558fd665531fcdc2b467b475 # 
v8.1.0
+        uses: coursier/cache-action@95e5b1029b6b86e7bac033ee44a0697d8a527d2d # 
v8.1.1
 
       - name: Start docker
         run: ./scripts/launch-sqlserver.sh
diff --git a/scripts/docker-compose.yml b/scripts/docker-compose.yml
index 91309463..21843c65 100644
--- a/scripts/docker-compose.yml
+++ b/scripts/docker-compose.yml
@@ -14,7 +14,7 @@ services:
       - "5432:5432"  # credentials (docker:docker)
 
   mysql:
-    image: mysql:latest
+    image: mysql:9.5.0
     container_name: mysql-test
     environment:
       - "TZ=Europe/Amsterdam"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to