Skip to content

Commit

Permalink
Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [jakarta.annotation:jakarta.annotation-api](https://github.com/jakartaee/common-annotations-api) from 2.1.1 to 3.0.0.
- [Commits](jakartaee/common-annotations-api@2.1.1...3.0.0)

---
updated-dependencies:
- dependency-name: jakarta.annotation:jakarta.annotation-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Aug 19, 2024
1 parent 5c53b15 commit 5701509
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion synapse-aws-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(':synapse-core:')
api project(':synapse-aws-auth:')

implementation "jakarta.annotation:jakarta.annotation-api:2.1.1"
implementation "jakarta.annotation:jakarta.annotation-api:3.0.0"
implementation "com.google.guava:guava:33.1.0-jre"
implementation "software.amazon.awssdk:kinesis"
implementation "software.amazon.awssdk:netty-nio-client"
Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-sqs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {

implementation "com.google.guava:guava:33.1.0-jre"
implementation "software.amazon.awssdk:sqs"
implementation "jakarta.annotation:jakarta.annotation-api:2.1.1"
implementation "jakarta.annotation:jakarta.annotation-api:3.0.0"

// Use JUnit test framework
testImplementation 'junit:junit'
Expand Down
2 changes: 1 addition & 1 deletion synapse-compaction-aws-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
api project(':synapse-core:')
api project(':synapse-aws-auth:')

implementation "jakarta.annotation:jakarta.annotation-api:2.1.1"
implementation "jakarta.annotation:jakarta.annotation-api:3.0.0"
implementation "com.google.guava:guava:33.1.0-jre"
implementation "software.amazon.awssdk:s3"
implementation "software.amazon.awssdk:netty-nio-client"
Expand Down
2 changes: 1 addition & 1 deletion synapse-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
api "org.springframework.boot:spring-boot-autoconfigure"

implementation(platform("net.openhft:chronicle-bom:2.25ea53"))
implementation "jakarta.annotation:jakarta.annotation-api:2.1.1"
implementation "jakarta.annotation:jakarta.annotation-api:3.0.0"

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation "org.springframework:spring-context"
Expand Down
2 changes: 1 addition & 1 deletion synapse-testsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
exclude group: "com.intellij", module: "annotations"
}

implementation "jakarta.annotation:jakarta.annotation-api:2.1.1"
implementation "jakarta.annotation:jakarta.annotation-api:3.0.0"

// Use JUnit test framework
testImplementation 'junit:junit'
Expand Down

0 comments on commit 5701509

Please sign in to comment.