Skip to content

Commit

Permalink
- up to spring boot 3.3.4
Browse files Browse the repository at this point in the history
- up to jpa-search-helper 3.0.3
  • Loading branch information
biagio committed Sep 19, 2024
1 parent 3d1384b commit 2a7cfe4
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
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.3.3'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.6'
}

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

dependencies {
// jpa-search-helper
implementation 'app.tozzi:jpa-search-helper:3.0.2'
implementation 'app.tozzi:jpa-search-helper:3.0.3'

// Spring Boot dependencies
implementation 'org.springframework.boot:spring-boot-starter-actuator'
Expand Down

0 comments on commit 2a7cfe4

Please sign in to comment.