diff --git a/authorizer-app-backend/src/main/resources/db/changelog/changes/20211008113000_add_registration_created_at.xml b/authorizer-app-backend/src/main/resources/db/changelog/changes/20211008113000_add_registration_created_at.xml index 5a7de04a..13abbc30 100644 --- a/authorizer-app-backend/src/main/resources/db/changelog/changes/20211008113000_add_registration_created_at.xml +++ b/authorizer-app-backend/src/main/resources/db/changelog/changes/20211008113000_add_registration_created_at.xml @@ -10,7 +10,7 @@ - + diff --git a/authorizer-app/package.json b/authorizer-app/package.json index 35123d99..b388f578 100644 --- a/authorizer-app/package.json +++ b/authorizer-app/package.json @@ -1,6 +1,6 @@ { "name": "authorizer-app", - "version": "4.1.1", + "version": "4.1.3", "description": "Simple app to authorize to collect data from third party services ", "repository": { "type": "git", diff --git a/authorizer-app/yarn.lock b/authorizer-app/yarn.lock index 37ac5b81..47878887 100644 --- a/authorizer-app/yarn.lock +++ b/authorizer-app/yarn.lock @@ -4288,9 +4288,9 @@ loader-utils@3.2.0: integrity sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ== loader-utils@^2.0.0: - version "2.0.2" - resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.2.tgz#d6e3b4fb81870721ae4e0868ab11dd638368c129" - integrity sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A== + version "2.0.3" + resolved "https://registry.yarnpkg.com/loader-utils/-/loader-utils-2.0.3.tgz#d4b15b8504c63d1fc3f2ade52d41bc8459d6ede1" + integrity sha512-THWqIsn8QRnvLl0shHYVBN9syumU8pYWEHPTmkiVGd+7K5eFNVSY6AJhRvgGF70gg1Dz+l/k8WicvFCxdEs60A== dependencies: big.js "^5.2.2" emojis-list "^3.0.0" diff --git a/build.gradle.kts b/build.gradle.kts index 8df16336..c7ba772c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { allprojects { group = "org.radarbase" - version = "4.1.2" + version = "4.1.3" repositories { mavenCentral() diff --git a/gradle.properties b/gradle.properties index 5790e758..bb553901 100644 --- a/gradle.properties +++ b/gradle.properties @@ -15,7 +15,7 @@ # kotlin.code.style=official -kotlinVersion=1.7.20 +kotlinVersion=1.7.21 ktlintVersion=0.45.2 okhttpVersion=4.10.0