Skip to content

Commit 14dd2e9

Browse files
authored
Merge pull request #316 from RADAR-base/release-4.4.13
Update project dependencies and version
2 parents 2593353 + f493b50 commit 14dd2e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

authorizer-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "authorizer-app",
3-
"version": "4.4.12",
3+
"version": "4.4.13",
44
"description": "Simple app to authorize to collect data from third party services ",
55
"repository": {
66
"type": "git",
@@ -48,4 +48,4 @@
4848
"gzipper": "^7.1.0",
4949
"typescript": "~4.8.2"
5050
}
51-
}
51+
}

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
@Suppress("ConstPropertyName")
22
object Versions {
3-
const val project = "4.4.12"
3+
const val project = "4.4.13"
44

55
const val java = 17
66

77
const val kotlin = "1.9.23"
88

99
const val radarCommons = "1.2.4"
10-
const val radarJersey = "0.12.4"
10+
const val radarJersey = "0.12.5"
1111
const val postgresql = "42.6.1"
1212
const val ktor = "2.3.11"
1313
const val jedis = "5.1.3"

0 commit comments

Comments
 (0)