Skip to content

Commit 786f564

Browse files
committed
Update to Spring Boot 3.5.6
1 parent fe43572 commit 786f564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/javadoc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: "java"
22
apply plugin: "io.freefair.javadocs"
33

44
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")
66
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
77
implementation "org.springframework.boot:spring-boot-starter-web"
88
}

examples/javadoc/src/main/java/io/freefair/javadoc/Dummy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.hibernate.SessionFactory;
44
import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
55

6-
import javax.persistence.EntityManagerFactory;
6+
import jakarta.persistence.EntityManagerFactory;
77

88
/**
99
* Some Documentation {@link String}

0 commit comments

Comments
 (0)