File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -111,23 +111,23 @@ curl -X POST -H "Content-type: application/json" -d '{
111
111
112
112
| JPA Search Helper | Spring Boot | Java |
113
113
| -------------------| -------------| -----------|
114
- | [ v0.0.1 - v2.1.1] | 3.2.x | [ 17 - 23 ] |
115
- | [ v3.0.0 - v3.2.2] | 3.3.x | [ 17 - 23 ] |
116
- | [ v3.3.0 - latest] | 3.4.x | [ 17 - 23 ] |
114
+ | [ v0.0.1 - v2.1.1] | 3.2.x | [ 17 - 24 ] |
115
+ | [ v3.0.0 - v3.2.2] | 3.3.x | [ 17 - 24 ] |
116
+ | [ v3.3.0 - latest] | 3.4.x | [ 17 - 24 ] |
117
117
118
118
## Project dependency
119
119
#### Maven
120
120
```
121
121
<dependency>
122
122
<groupId>app.tozzi</groupId>
123
123
<artifactId>jpa-search-helper</artifactId>
124
- <version>3.4.1 </version>
124
+ <version>3.4.2 </version>
125
125
</dependency>
126
126
```
127
127
128
128
#### Gradle
129
129
```
130
- implementation 'app.tozzi:jpa-search-helper:3.4.1
130
+ implementation 'app.tozzi:jpa-search-helper:3.4.2
131
131
```
132
132
133
133
## Queries - Usage
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group = ' app.tozzi'
8
- version = ' 3.4.1 '
8
+ version = ' 3.4.2 '
9
9
10
10
compileJava {
11
11
sourceCompatibility = JavaVersion . VERSION_17
@@ -29,7 +29,7 @@ repositories {
29
29
dependencies {
30
30
31
31
// BOM
32
- implementation(platform(" org.springframework.boot:spring-boot-dependencies:3.4.2 " ))
32
+ implementation(platform(" org.springframework.boot:spring-boot-dependencies:3.4.3 " ))
33
33
34
34
// JPA
35
35
implementation ' jakarta.persistence:jakarta.persistence-api'
@@ -67,7 +67,7 @@ publishing {
67
67
mavenJava(MavenPublication ) {
68
68
group = ' app.tozzi'
69
69
artifactId = ' jpa-search-helper'
70
- version = " 3.4.1 "
70
+ version = " 3.4.2 "
71
71
from components. java
72
72
73
73
pom {
You can’t perform that action at this time.
0 commit comments