Skip to content

Commit

Permalink
- jpa-search-helper: up to 3.0.2
Browse files Browse the repository at this point in the history
- Spring Boot: up to 3.3.3
  • Loading branch information
biagio committed Sep 9, 2024
1 parent 52ca0dd commit 8597840
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.2'
id 'org.springframework.boot' version '3.3.3'
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.0'
implementation 'app.tozzi:jpa-search-helper:3.0.2'

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

0 comments on commit 8597840

Please sign in to comment.