Skip to content

Commit

Permalink
Bump org.glassfish.jaxb:jaxb-runtime from 4.0.2 to 4.0.3
Browse files Browse the repository at this point in the history
Bumps org.glassfish.jaxb:jaxb-runtime from 4.0.2 to 4.0.3.

---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2023
1 parent abefb75 commit e51ee1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ configurations {

dependencies {
jaxb "org.glassfish.jaxb:jaxb-xjc:4.0.3"
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.2"
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.3"

// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
implementation 'org.apache.logging.log4j:log4j-core:2.20.0'

// JAXB API only
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0'
// JAXB RI, Jakarta XML Binding
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.2'
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.3'

// JUnit Jupiter using Gradle's native JUnit Platform
testImplementation platform('org.junit:junit-bom:5.10.0')
Expand Down

0 comments on commit e51ee1e

Please sign in to comment.