Skip to content

Commit 7509d33

Browse files
committed
upgrade to spring boot 3.1.2
1 parent 0588e25 commit 7509d33

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A smart qa bot that can answer questions based on existing documents.
66

77
### Prerequisites
88

9-
1. Java 1.8+
9+
1. Java 17+
1010
2. Milvus 2.2.0+
1111

1212
### Installation

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.7.12</version>
9+
<version>3.1.2</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.apolloconfig.apollo.ai</groupId>
@@ -15,7 +15,7 @@
1515
<name>qa-bot</name>
1616
<description>a smart qa bot</description>
1717
<properties>
18-
<java.version>8</java.version>
18+
<java.version>17</java.version>
1919
<openai-gpt3-java.version>0.12.0</openai-gpt3-java.version>
2020
<guava.version>31.1-jre</guava.version>
2121
<flexmark.version>0.62.2</flexmark.version>

0 commit comments

Comments
 (0)