diff --git a/README.md b/README.md index f91562858..45736fe61 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Kestra is an infinitely scalable orchestration and scheduling platform, creating * [BPCE-IT](https://www.bpce-it.fr/) * [Decathlon](https://www.decathlon.fr/) * [Depop](https://www.depop.com) +* [Doximity](https://www.doximity.com) * [Fresha](https://www.fresha.com/) * [Galeries Lafayette](https://www.galerieslafayette.com/) * [GetYourGuide](https://www.getyourguide.com) diff --git a/build.gradle b/build.gradle index df41cbccc..337aa7727 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { // micronaut - id "com.github.johnrengelman.shadow" version "8.1.0" + id "com.github.johnrengelman.shadow" version "8.1.1" id "io.micronaut.application" version "3.7.5" // akhq @@ -16,7 +16,7 @@ plugins { } group "org.akhq" -version "0.23.0" +version "0.24.0" mainClassName = "org.akhq.App" sourceCompatibility = 11 @@ -48,7 +48,6 @@ configurations.all { } } - /**********************************************************************************************************************\ * IntelliJ IDEA **********************************************************************************************************************/ @@ -140,7 +139,7 @@ dependencies { // Password hashing implementation group: "org.mindrot", name: "jbcrypt", version: "0.4" - implementation group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.16' + implementation group: 'org.codehaus.groovy', name: 'groovy-all', version: '3.0.17' // api // client @@ -255,4 +254,3 @@ shadowJar { processResources.dependsOn ":client:installFrontend" processResources.dependsOn ":client:assembleFrontend" processResources.dependsOn ":client:copyClientResources" - diff --git a/client/package.json b/client/package.json index 1064a77dc..84ee06e0e 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "akhq-front-end", - "version": "0.23.0", + "version": "0.24.0", "private": true, "homepage": "./ui", "dependencies": { diff --git a/client/src/containers/Login/Login.jsx b/client/src/containers/Login/Login.jsx index 3448d2da2..25be96905 100644 --- a/client/src/containers/Login/Login.jsx +++ b/client/src/containers/Login/Login.jsx @@ -1,6 +1,6 @@ import React from 'react'; -import logo from '../../images/logo.svg'; +import { ReactComponent as Logo } from '../../images/logo.svg'; import { uriCurrentUser, uriLogin, uriOidc } from '../../utils/endpoints'; import { organizeRoles } from '../../utils/converters'; import { login } from '../../utils/api'; @@ -172,7 +172,7 @@ class Login extends Form { >