Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ configurations {
}

dependencies {
jaxb "org.glassfish.jaxb:jaxb-xjc:4.0.5"
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.5"
jaxb "org.glassfish.jaxb:jaxb-xjc:4.0.6"
jaxb "org.glassfish.jaxb:jaxb-runtime:4.0.6"

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

// JAXB API only
implementation 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0'
// JAXB RI, Jakarta XML Binding (do not change to runtimeOnly)
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.5'
implementation 'org.glassfish.jaxb:jaxb-runtime:4.0.6'

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