Skip to content

Commit

Permalink
Bump radar commons and restore missing url in MPClient
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Nov 29, 2024
1 parent f003e00 commit ff46214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class MPClientFactory(
val customTokenUrl = config.auth.authUrl

val mpClientConfig = MPClient.Config().apply {
url = baseUrl

auth {
val authConfig = ClientCredentialsConfig(
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Versions {

const val kotlin = "1.9.23"

const val radarCommons = "1.1.2"
const val radarCommons = "1.1.3-SNAPSHOT"
const val radarJersey = "0.11.2"
const val postgresql = "42.6.1"
const val ktor = "2.3.11"
Expand Down

0 comments on commit ff46214

Please sign in to comment.