Skip to content

Commit 1f75cdc

Browse files
dependabot[bot]bsideup
authored andcommitted
Bump javax.annotation-api from 1.3.1 to 1.3.2 in /core (#1087)
Bumps [javax.annotation-api](https://github.com/javaee/javax.annotation) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/javaee/javax.annotation/releases) - [Commits](javaee/javax.annotation@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent a77e73f commit 1f75cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ dependencies {
7575
compile 'junit:junit:4.12'
7676
compile 'org.slf4j:slf4j-api:1.7.25'
7777
compile 'org.jetbrains:annotations:16.0.3'
78-
compile 'javax.annotation:javax.annotation-api:1.3.1'
78+
compile 'javax.annotation:javax.annotation-api:1.3.2'
7979
compile 'org.apache.commons:commons-compress:1.18'
8080
// Added for JDK9 compatibility since it's missing this package
8181
compile 'javax.xml.bind:jaxb-api:2.3.1'

0 commit comments

Comments
 (0)