Skip to content

Commit

Permalink
Merge branch 'main' into jakarta_annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsessanchez authored Aug 14, 2023
2 parents affabe0 + b4e8eed commit bfa58ad
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion components/abstractions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'com.github.spotbugs' version '5.1.1'
id 'com.github.spotbugs' version '5.1.2'
id "org.sonarqube" version "4.3.0.3225"
}

Expand Down
4 changes: 2 additions & 2 deletions components/abstractions/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'org.javatuples:javatuples:1.2'
implementation 'io.opentelemetry:opentelemetry-api:1.28.0'
implementation 'io.opentelemetry:opentelemetry-context:1.28.0'
implementation 'io.opentelemetry:opentelemetry-api:1.29.0'
implementation 'io.opentelemetry:opentelemetry-context:1.29.0'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
}
2 changes: 1 addition & 1 deletion components/authentication/azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'com.github.spotbugs' version '5.1.1'
id 'com.github.spotbugs' version '5.1.2'
id "org.sonarqube" version "4.3.0.3225"
}

Expand Down
4 changes: 2 additions & 2 deletions components/authentication/azure/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'io.opentelemetry:opentelemetry-api:1.28.0'
implementation 'io.opentelemetry:opentelemetry-context:1.28.0'
implementation 'io.opentelemetry:opentelemetry-api:1.29.0'
implementation 'io.opentelemetry:opentelemetry-context:1.29.0'
implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
api 'com.azure:azure-core:1.42.0'
Expand Down
2 changes: 1 addition & 1 deletion components/http/okHttp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'com.github.spotbugs' version '5.1.1'
id 'com.github.spotbugs' version '5.1.2'
id "org.sonarqube" version "4.3.0.3225"
}

Expand Down
6 changes: 3 additions & 3 deletions components/http/okHttp/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies {


// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'io.opentelemetry:opentelemetry-api:1.28.0'
implementation 'io.opentelemetry:opentelemetry-context:1.28.0'
implementation 'io.opentelemetry:opentelemetry-semconv:1.28.0-alpha'
implementation 'io.opentelemetry:opentelemetry-api:1.29.0'
implementation 'io.opentelemetry:opentelemetry-context:1.29.0'
implementation 'io.opentelemetry:opentelemetry-semconv:1.29.0-alpha'
implementation 'com.google.guava:guava:32.1.2-jre'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
api 'com.squareup.okhttp3:okhttp:4.11.0'
Expand Down
2 changes: 1 addition & 1 deletion components/serialization/form/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'com.github.spotbugs' version '5.1.1'
id 'com.github.spotbugs' version '5.1.2'
id "org.sonarqube" version "4.3.0.3225"
}

Expand Down
2 changes: 1 addition & 1 deletion components/serialization/json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'com.github.spotbugs' version '5.1.1'
id 'com.github.spotbugs' version '5.1.2'
id "org.sonarqube" version "4.3.0.3225"
}

Expand Down
2 changes: 1 addition & 1 deletion components/serialization/multipart/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'com.github.spotbugs' version '5.1.1'
id 'com.github.spotbugs' version '5.1.2'
id "org.sonarqube" version "4.3.0.3225"
}

Expand Down
2 changes: 1 addition & 1 deletion components/serialization/text/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'com.github.spotbugs' version '5.1.1'
id 'com.github.spotbugs' version '5.1.2'
id "org.sonarqube" version "4.3.0.3225"
}

Expand Down

0 comments on commit bfa58ad

Please sign in to comment.