File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/io/freefair/javadoc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apply plugin: "java"
2
2
apply plugin : " io.freefair.javadocs"
3
3
4
4
dependencies {
5
- implementation platform(" org.springframework.boot:spring-boot-dependencies:2.7.18 " )
5
+ implementation platform(" org.springframework.boot:spring-boot-dependencies:3.5.6 " )
6
6
implementation " org.springframework.boot:spring-boot-starter-data-jpa"
7
7
implementation " org.springframework.boot:spring-boot-starter-web"
8
8
}
Original file line number Diff line number Diff line change 3
3
import org .hibernate .SessionFactory ;
4
4
import org .springframework .boot .web .servlet .support .SpringBootServletInitializer ;
5
5
6
- import javax .persistence .EntityManagerFactory ;
6
+ import jakarta .persistence .EntityManagerFactory ;
7
7
8
8
/**
9
9
* Some Documentation {@link String}
You can’t perform that action at this time.
0 commit comments