Skip to content

Commit c7ce691

Browse files
committed
release: bump version to 7.0.0
1 parent e55b81e commit c7ce691

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.7.0</version>
8+
<version>2.7.8</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.pj</groupId>
1212
<artifactId>keycloak</artifactId>
13-
<version>6.0.0</version>
13+
<version>7.0.0</version>
1414
<name>KeyCloak-Angular-SpringSecurity</name>
1515
<description>Demo project for KeyCloak and Spring Security</description>
1616

@@ -50,9 +50,8 @@
5050
<scope>runtime</scope>
5151
</dependency>
5252
<dependency>
53-
<groupId>mysql</groupId>
54-
<artifactId>mysql-connector-java</artifactId>
55-
<scope>runtime</scope>
53+
<groupId>com.mysql</groupId>
54+
<artifactId>mysql-connector-j</artifactId>
5655
</dependency>
5756
<dependency>
5857
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)