File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
src/main/java/com/microsoft/graph/httpcore Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ mavenGroupId = com.microsoft.graph
2525mavenArtifactId = microsoft-graph-core
2626mavenMajorVersion = 2
2727mavenMinorVersion = 0
28- mavenPatchVersion = 14
28+ mavenPatchVersion = 15
2929mavenArtifactSuffix =
3030
3131# These values are used to run functional tests
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ dependencies {
1212 implementation ' com.google.code.gson:gson:2.10'
1313 api ' com.azure:azure-core:1.34.0'
1414
15- compileOnly ' net.jcip:jcip-annotations:1.0'
16- compileOnly ' com.github.spotbugs:spotbugs-annotations:4.7.3'
17- testCompileOnly ' net.jcip:jcip-annotations:1.0'
18- testCompileOnly ' com.github.spotbugs:spotbugs-annotations:4.7.2'
15+ api ' net.jcip:jcip-annotations:1.0'
16+ api ' com.github.spotbugs:spotbugs-annotations:4.7.3'
1917}
Original file line number Diff line number Diff line change 22
33import java .io .IOException ;
44import java .lang .reflect .Field ;
5- import java .util .Objects ;
65
76import javax .annotation .Nonnull ;
87
@@ -25,9 +24,9 @@ public class TelemetryHandler implements Interceptor{
2524 /**
2625 * Current SDK version
2726 */
28- public static final String VERSION = "v2.0.14 " ;
27+ public static final String VERSION = "v2.0.15 " ;
2928 /**
30- * Verion prefix
29+ * Version prefix
3130 */
3231 public static final String GRAPH_VERSION_PREFIX = "graph-java-core" ;
3332 /**
You can’t perform that action at this time.
0 commit comments