Skip to content

Commit

Permalink
spring boot upgrade from version 2.5.14 to version 2.7.14 and java up…
Browse files Browse the repository at this point in the history
…grade from version 8 to version 11
  • Loading branch information
hylstonnb committed Aug 29, 2023
1 parent 5d3ffae commit e9a8a9b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/.java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8
11
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.14</version>
<version>2.7.14</version>
</parent>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<java.version>11</java.version>
<maven.compiler.version>3.5.1</maven.compiler.version>
<maven.deploy.version>2.8.2</maven.deploy.version>
<maven.release.version>2.5.3</maven.release.version>
Expand Down
6 changes: 3 additions & 3 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@
</dependency>

<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
</dependency>

<dependency>
Expand All @@ -201,7 +201,7 @@

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<artifactId>flyway-mysql</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit e9a8a9b

Please sign in to comment.