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
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project.ext {
prowideCoreVersion = 'SRU2025-10.3.10'
commonsLangVersion = '3.20.0'
gsonVersion = '2.13.2'
jaxbVersion = '4.0.6'
jaxbVersion = '4.0.7'
jakartaPersistenceVersion = '3.1.0' // jakarta 3.1 is Jakarta EE 10, jakarta 3.2 would imply migration to Jakarta EE 11
}

Expand Down Expand Up @@ -339,7 +339,7 @@ dependencies {

// jaxb is required because it is no longer included in the JDK
// bind-api is included transitively by jaxb-impl
implementation 'com.sun.xml.bind:jaxb-impl:4.0.6'
implementation 'com.sun.xml.bind:jaxb-impl:4.0.7'
}

// repo for publishing
Expand Down