no message
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -5,12 +5,12 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.5.3</version>
|
||||
<version>4.0.0-M1</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
<groupId>com.arrokoth</groupId>
|
||||
<artifactId>authorization-server-standalone</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>1.2.0.RELEASE</version>
|
||||
<name>authorization-server-standalone</name>
|
||||
<description>authorization-server-standalone</description>
|
||||
<url/>
|
||||
@@ -34,8 +34,8 @@
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
<spring.boot.version>3.5.3</spring.boot.version>
|
||||
|
||||
<arrokoth.version>1.1.0.RELEASE</arrokoth.version>
|
||||
<arrokoth.bom.version>1.1.0.RELEASE</arrokoth.bom.version>
|
||||
<arrokoth.version>1.2.0.RELEASE</arrokoth.version>
|
||||
<arrokoth.bom.version>1.2.0.RELEASE</arrokoth.bom.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<dependency>
|
||||
<groupId>com.arrokoth.framework</groupId>
|
||||
<artifactId>basic-authorization-server</artifactId>
|
||||
<version>1.0.1-RELEASE</version>
|
||||
<version>1.2.0.RELEASE</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user