Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bitctrl/de.bitctrl.dav.rest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6edf3eaa3a06c4a4e44060e8f8dbf7ab0f715520
Choose a base ref
..
head repository: bitctrl/de.bitctrl.dav.rest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb1101422e06da0e2beab4b971a86434114c04c2
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +2 −2 build.gradle
  2. +1 −1 de.bitctrl.dav.rest.client/build.gradle
  3. +1 −1 de.bitctrl.dav.rest.server/build.gradle
  4. +1 −1 gradle/wrapper/gradle-wrapper.properties
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ buildscript {
dependencies {
classpath "org.raml.jaxrs:raml-to-jaxrs-gradle-plugin:3.0.6"

classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.1"
classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0"

classpath "gradle.plugin.de.fntsoftware.gradle:markdown-to-pdf:1.1.0"
}
@@ -43,7 +43,7 @@ apply plugin: 'base'
assemble.dependsOn+='testspezifikationToPdf'

ext {
jersey_version = "2.37"
jersey_version = "2.38"
junit_version ="4.13.2"
}

2 changes: 1 addition & 1 deletion de.bitctrl.dav.rest.client/build.gradle
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ dependencies {

// JAX-B dependencies for JDK 9+
implementation "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.1"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.2"


runtimeOnly fileTree('lib') { include '*.jar' }
2 changes: 1 addition & 1 deletion de.bitctrl.dav.rest.server/build.gradle
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ dependencies {
// JAX-B dependencies for JDK 9+

implementation "jakarta.xml.bind:jakarta.xml.bind-api:2.3.3"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.1"
implementation "org.glassfish.jaxb:jaxb-runtime:4.0.2"


testImplementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists