Skip to content

Commit 3a1a509

Browse files
author
Andrew Omondi
committed
Merge branch 'main' into feat/change-notification
2 parents 5d36d3c + 620d4e4 commit 3a1a509

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66

77
dependencies {
88
classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.1"
9-
classpath "com.android.tools.build:gradle:8.8.0"
9+
classpath "com.android.tools.build:gradle:8.8.1"
1010
classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0"
1111
}
1212
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'maven-publish'
66
id 'signing'
77
id 'jacoco'
8-
id 'com.github.spotbugs' version '6.1.4'
8+
id 'com.github.spotbugs' version '6.1.5'
99
id "org.sonarqube" version "6.0.1.5171"
1010
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
1111
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.azure</groupId>
3434
<artifactId>azure-core</artifactId>
35-
<version>1.55.0</version>
35+
<version>1.55.1</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)