Skip to content

Commit

Permalink
v3.0.1:
Browse files Browse the repository at this point in the history
- commons-lang3: up to 3.15.0
  • Loading branch information
biagio committed Aug 3, 2024
1 parent 2b8df42 commit dc255dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ curl -X POST -H "Content-type: application/json" -d '{
<dependency>
<groupId>app.tozzi</groupId>
<artifactId>jpa-search-helper</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

#### Gradle
```
implementation 'app.tozzi:jpa-search-helper:3.0.0'
implementation 'app.tozzi:jpa-search-helper:3.0.1'
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'app.tozzi'
version = '3.0.0'
version = '3.0.1'

java {
sourceCompatibility = '17'
Expand Down Expand Up @@ -40,7 +40,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'

// Utils
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-lang3:3.15.0'

// Test
testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand All @@ -58,7 +58,7 @@ publishing {
maven(MavenPublication) {
group = 'app.tozzi'
artifactId = 'jpa-search-helper'
version = "3.0.0"
version = "3.0.1"
from components.java
pom {
name = 'JPA Search Helper'
Expand Down

0 comments on commit dc255dc

Please sign in to comment.