Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent 2e76800 commit 014acf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'io.spring.dependency-management' version '1.1.4'
id 'jacoco'
id 'java'
id 'com.diffplug.spotless' version '6.24.0'
id 'com.diffplug.spotless' version '6.25.0'
id "io.freefair.lombok" version "8.4"
}

Expand All @@ -24,7 +24,7 @@ repositories {

ext {
set('springCloudVersion', "2023.0.0")
set('hapiVersion', "6.10.2")
set('hapiVersion', "6.10.3")
}

dependencies {
Expand Down

0 comments on commit 014acf3

Please sign in to comment.