Skip to content

Commit 1582034

Browse files
author
biagio
committed
3.4.2: bump spring boot from 3.4.2 to 3.4.3
1 parent 9caa76e commit 1582034

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,23 +111,23 @@ curl -X POST -H "Content-type: application/json" -d '{
111111

112112
| JPA Search Helper | Spring Boot | Java |
113113
|-------------------|-------------|-----------|
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] |
117117

118118
## Project dependency
119119
#### Maven
120120
```
121121
<dependency>
122122
<groupId>app.tozzi</groupId>
123123
<artifactId>jpa-search-helper</artifactId>
124-
<version>3.4.1</version>
124+
<version>3.4.2</version>
125125
</dependency>
126126
```
127127

128128
#### Gradle
129129
```
130-
implementation 'app.tozzi:jpa-search-helper:3.4.1
130+
implementation 'app.tozzi:jpa-search-helper:3.4.2
131131
```
132132

133133
## Queries - Usage

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'app.tozzi'
8-
version = '3.4.1'
8+
version = '3.4.2'
99

1010
compileJava {
1111
sourceCompatibility = JavaVersion.VERSION_17
@@ -29,7 +29,7 @@ repositories {
2929
dependencies {
3030

3131
// 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"))
3333

3434
// JPA
3535
implementation 'jakarta.persistence:jakarta.persistence-api'
@@ -67,7 +67,7 @@ publishing {
6767
mavenJava(MavenPublication) {
6868
group = 'app.tozzi'
6969
artifactId = 'jpa-search-helper'
70-
version = "3.4.1"
70+
version = "3.4.2"
7171
from components.java
7272

7373
pom {

0 commit comments

Comments
 (0)