Skip to content

Commit

Permalink
fix: Dependabot can't authenticate to the private package registry ht…
Browse files Browse the repository at this point in the history
…tps://repo.spring.io

- We get errors as follows at
  https://github.com/cloudfoundry/uaa/network/updates/705768660:
```
Dependabot can't authenticate to a private package registry
The following private package registry was used and caused the update to fail: https://repo.spring.io/release.
```
- Stop using `repo.spring.io` for dependencies. See https://spring.io/blog/2022/12/14/notice-of-permissions-changes-to-repo-spring-io-january-2023.

[#185768114]
  • Loading branch information
hsinn0 committed Aug 8, 2023
1 parent 8083bb3 commit 03a6bc8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ buildscript {
maven {
url("https://plugins.gradle.org/m2/")
}
maven {
url("https://repo.spring.io/plugins-release")
}
}

dependencies {
Expand Down Expand Up @@ -151,9 +148,6 @@ subprojects {
maven {
url("https://jitpack.io")
}
maven {
url("https://repo.spring.io/release")
}
maven {
url("https://repo.maven.apache.org/maven2")
}
Expand Down

0 comments on commit 03a6bc8

Please sign in to comment.