We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2593353 + f493b50 commit 14dd2e9Copy full SHA for 14dd2e9
authorizer-app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "authorizer-app",
3
- "version": "4.4.12",
+ "version": "4.4.13",
4
"description": "Simple app to authorize to collect data from third party services ",
5
"repository": {
6
"type": "git",
@@ -48,4 +48,4 @@
48
"gzipper": "^7.1.0",
49
"typescript": "~4.8.2"
50
}
51
-}
+}
buildSrc/src/main/kotlin/Versions.kt
@@ -1,13 +1,13 @@
@Suppress("ConstPropertyName")
object Versions {
- const val project = "4.4.12"
+ const val project = "4.4.13"
const val java = 17
7
const val kotlin = "1.9.23"
8
9
const val radarCommons = "1.2.4"
10
- const val radarJersey = "0.12.4"
+ const val radarJersey = "0.12.5"
11
const val postgresql = "42.6.1"
12
const val ktor = "2.3.11"
13
const val jedis = "5.1.3"
0 commit comments