Skip to content

Commit

Permalink
[lib] Use jakarta.annotation 1.3.5 instead of legacy javax.annotatino… (
Browse files Browse the repository at this point in the history
#2315)

* [lib] Use jakarta.annotation 1.3.5 instead of legacy javax.annotatino 1.3.2

use proper non deprecated api.

* [ci] Update change log on annotation change
  • Loading branch information
hazendaz committed Jan 17, 2023
1 parent 0b5158e commit 716a0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Currently the versioning policy of this project follows [Semantic Versioning v2.

### Build
- Bump Eclipse from 4.6.3 to 4.14 ([#2314](https://github.com/spotbugs/spotbugs/pull/2314))
- Use jakarta annotation 1.3.5 instead of legacy javax annotation 1.3.2 ([#2315](https://github.com/spotbugs/spotbugs/pull/2315))

## 4.7.3 - 2022-10-15
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion spotbugsTestCases/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation 'joda-time:joda-time:2.12.2'
api 'net.jcip:jcip-annotations:1.0'
implementation 'org.springframework:spring-core:6.0.4'
compileOnly 'javax.annotation:javax.annotation-api:1.3.2'
compileOnly 'jakarta.annotation:jakarta.annotation-api:1.3.5'
implementation 'org.checkerframework:checker-qual:3.29.0'

implementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit 716a0c1

Please sign in to comment.