This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 0f5b3fbb upgrade cache-action because only v6 is whitelisted by ASF
(#7)
0f5b3fbb is described below
commit 0f5b3fbb8971df88fe0523b08c6b180e0b5306d9
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 21 19:19:03 2022 +0100
upgrade cache-action because only v6 is whitelisted by ASF (#7)
* upgrade cache-action because only v6 is whitelisted by ASF
* SSL cert has expired for https://maven.restlet.com
* try another maven repo
---
.github/workflows/link-validator.yml | 2 +-
project/Dependencies.scala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index aa35dd51..5a7b65c3 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -22,7 +22,7 @@ jobs:
java-version: [email protected]
- name: Cache Coursier cache
- uses: coursier/cache-action@v5
+ uses: coursier/[email protected]
- name: sbt site
run: sbt docs/makeSite
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index eafec6b9..ec832c95 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -474,7 +474,7 @@ object Dependencies {
"org.apache.solr" % "solr-test-framework" % SolrjVersion % Test
exclude ("org.apache.logging.log4j", "log4j-slf4j-impl"), // ApacheV2
"org.slf4j" % "log4j-over-slf4j" % log4jOverSlf4jVersion % Test // MIT
like: http://www.slf4j.org/license.html
),
- resolvers += ("restlet" at "https://maven.restlet.com")
+ resolvers += ("restlet" at "https://maven.restlet.talend.com")
)
val Sqs = Seq(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]