diff --git a/gamification-github-packaging/pom.xml b/gamification-github-packaging/pom.xml
index 11bf8ecdb..b71b827da 100644
--- a/gamification-github-packaging/pom.xml
+++ b/gamification-github-packaging/pom.xml
@@ -24,7 +24,7 @@
io.meeds.gamification-github
gamification-github
- 7.2.x-SNAPSHOT
+ 7.2.x-meeds-qaui-SNAPSHOT
gamification-github-packaging
pom
diff --git a/gamification-github-services/pom.xml b/gamification-github-services/pom.xml
index b9cd8470e..6f90c3a88 100644
--- a/gamification-github-services/pom.xml
+++ b/gamification-github-services/pom.xml
@@ -25,7 +25,7 @@
io.meeds.gamification-github
gamification-github
- 7.2.x-SNAPSHOT
+ 7.2.x-meeds-qaui-SNAPSHOT
4.0.0
gamification-github-services
diff --git a/gamification-github-services/src/test/java/io/meeds/github/gamification/listener/GithubEventsListenerTest.java b/gamification-github-services/src/test/java/io/meeds/github/gamification/listener/GithubEventsListenerTest.java
index ad3ea819e..218d7eff4 100644
--- a/gamification-github-services/src/test/java/io/meeds/github/gamification/listener/GithubEventsListenerTest.java
+++ b/gamification-github-services/src/test/java/io/meeds/github/gamification/listener/GithubEventsListenerTest.java
@@ -31,7 +31,7 @@
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
-import org.springframework.boot.test.mock.mockito.MockBean;
+import org.springframework.test.context.bean.override.mockito.MockitoBean;
import org.exoplatform.services.listener.Event;
import org.exoplatform.services.listener.ListenerService;
@@ -39,10 +39,10 @@
@SpringBootTest(classes = { GithubEventsListener.class, })
class GithubEventsListenerTest {
- @MockBean
+ @MockitoBean
private ListenerService listenerService;
- @MockBean
+ @MockitoBean
private Event