Skip to content

Commit

Permalink
Merge pull request #290 from RADAR-base/version/radar-jersey-0.12.1
Browse files Browse the repository at this point in the history
version/radar-jersey-0.12.1 and prepare for release 4.4.7
  • Loading branch information
pvannierop authored Oct 31, 2024
2 parents a47a307 + db12406 commit 7ad34b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion authorizer-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "authorizer-app",
"version": "4.4.6",
"version": "4.4.7",
"description": "Simple app to authorize to collect data from third party services ",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@Suppress("ConstPropertyName")
object Versions {
const val project = "4.4.6"
const val project = "4.4.7"

const val java = 17

const val kotlin = "1.9.23"

const val radarCommons = "1.1.2"
const val radarJersey = "0.12.0"
const val radarJersey = "0.12.1"
const val postgresql = "42.6.1"
const val ktor = "2.3.11"
const val jedis = "5.1.3"
Expand Down

0 comments on commit 7ad34b4

Please sign in to comment.