diff options
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 12a3d87303f..b8c8b224a78 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -217,7 +217,7 @@ <dependency> <groupId>com.sonarsource</groupId> <artifactId>sonarsource-branding</artifactId> - <version>1.0</version> + <version>1.1</version> <type>war</type> <scope>runtime</scope> </dependency> |