From fe758d44693292d12d0c570e0c10bebeea4fe4e9 Mon Sep 17 00:00:00 2001
From: lordsarcastic <adeoti.15.jude@gmail.com>
Date: Mon, 23 Dec 2024 10:33:14 +0100
Subject: [PATCH] Bump integration version

---
 integrations/sonarqube/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/integrations/sonarqube/pyproject.toml b/integrations/sonarqube/pyproject.toml
index af849112f7..2c8400a55c 100644
--- a/integrations/sonarqube/pyproject.toml
+++ b/integrations/sonarqube/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "sonarqube"
-version = "0.1.121"
+version = "0.1.122"
 description = "SonarQube projects and code quality analysis integration"
 authors = ["Port Team <support@getport.io>"]