Skip to content
This repository was archived by the owner on Nov 9, 2024. It is now read-only.
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: int128/httpstub
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 31a9645915af85f1cbf6f8e6776897ebbdcc0dc4
Choose a base ref
..
head repository: int128/httpstub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e570c9567a94b00b995758907c634fd5fdc6ddcd
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 build.gradle
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ dependencies {
implementation 'org.yaml:snakeyaml:1.30'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
implementation 'org.codehaus.groovy:groovy-all:3.0.10'
implementation 'org.codehaus.groovy:groovy-all:3.0.11'

compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'