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: ab329fd2d58582b18c8ce5aa18ee190bb4166578
Choose a base ref
..
head repository: int128/httpstub
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7c74801978cc3520d9c4096754f0577b8ebe3b8a
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/docker.yaml
  2. +2 −2 build.gradle
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
push: ${{ github.event_name == 'push' }}
tags: ${{ steps.metadata.outputs.tags }}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'groovy'
id 'org.springframework.boot' version '2.2.5.RELEASE'
id 'io.spring.dependency-management' version '1.1.5'
id 'io.spring.dependency-management' version '1.1.6'
}

sourceCompatibility = '11'
@@ -15,7 +15,7 @@ dependencies {
implementation 'org.yaml:snakeyaml:1.33'
implementation 'org.springframework.boot:spring-boot-starter-webflux'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
implementation 'org.codehaus.groovy:groovy-all:3.0.22'
implementation 'org.codehaus.groovy:groovy-all:3.0.23'

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