We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b29ca2e + d8c9be7 commit ecf6895Copy full SHA for ecf6895
build.gradle
@@ -82,7 +82,7 @@ dependencies {
82
implementation 'com.google.guava:guava:33.4.8-jre'
83
implementation 'commons-io:commons-io:2.19.0'
84
implementation 'javax.validation:validation-api:2.0.1.Final'
85
- implementation ('edu.kit.datamanager:service-base:1.3.3'){
+ implementation ('edu.kit.datamanager:service-base:1.3.4'){
86
//exclude dependency as spring boot includes
87
//org.glassfish.jaxb:jaxb-core:4.0.5 which leads to a duplication conflict
88
exclude group: "com.sun.xml.bind"
0 commit comments