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: wetransform-os/hale-transformer-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c948109b3829e66ba3f40bcbbfba4596945ed99c
Choose a base ref
..
head repository: wetransform-os/hale-transformer-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1aa601f33ee1b4372f628a4476dd36b315defe3
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
@@ -3,7 +3,7 @@ import com.bmuschko.gradle.docker.tasks.container.*

plugins {
id 'java'
id 'org.springframework.boot' version '3.3.5'
id 'org.springframework.boot' version '3.3.6'
id 'io.spring.dependency-management' version '1.1.5'
id 'com.diffplug.spotless' version '6.25.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.4.0'