Skip to content

Commit

Permalink
Bump javax.xml.bind:jaxb-api from 2.3.0 to 2.3.1 (#55)
Browse files Browse the repository at this point in the history
Bumps [javax.xml.bind:jaxb-api](https://github.com/javaee/jaxb-spec) from 2.3.0 to 2.3.1.
- [Commits](javaee/jaxb-spec@2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: javax.xml.bind:jaxb-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2023
1 parent 5e2091b commit 062149b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
implementation 'io.github.openfeign:feign-jackson:12.5'

implementation 'javax.xml.bind:jaxb-api:2.3.0'
implementation 'javax.xml.bind:jaxb-api:2.3.1'

runtimeOnly 'org.jetbrains.kotlin:kotlin-reflect:1.9.10'
runtimeOnly 'org.springframework.boot:spring-boot-devtools:3.1.4'
Expand Down

0 comments on commit 062149b

Please sign in to comment.