Skip to content

Commit

Permalink
Update dependencies (#162)
Browse files Browse the repository at this point in the history
Bump Flow and Components to 24.6 and Spring Boot to 3.4.0
  • Loading branch information
heruan authored Dec 2, 2024
1 parent 303015e commit be15f24
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>SSO Kit</name>

<artifactId>sso-kit</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
<packaging>pom</packaging>

<licenses>
Expand All @@ -28,15 +28,15 @@
</modules>

<properties>
<flow.version>24.4-SNAPSHOT</flow.version>
<hilla.version>24.4-SNAPSHOT</hilla.version>
<vaadin.license.checker.version>1.13.0</vaadin.license.checker.version>
<flow.version>24.6-SNAPSHOT</flow.version>
<hilla.version>24.6-SNAPSHOT</hilla.version>
<vaadin.license.checker.version>1.13.3</vaadin.license.checker.version>

<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.boot.version>3.3.5</spring.boot.version>
<spring.boot.version>3.4.0</spring.boot.version>
<maven.jar.version>3.3.0</maven.jar.version>
<maven.source.version>3.2.1</maven.source.version>
<maven.javadoc.version>3.4.1</maven.javadoc.version>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-client/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vaadin/sso-kit-client-core",
"private": true,
"version": "3.0.1",
"version": "3.1.0",
"description": "SSO Kit Client Core",
"main": "lib/index.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-client/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"npmClient": "npm",
"useWorkspaces": true,
"useNx": true,
"version": "3.0.1"
"version": "3.1.0"
}
2 changes: 1 addition & 1 deletion sso-kit-client/lit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/sso-kit-client-lit",
"version": "3.0.1",
"version": "3.1.0",
"description": "SSO Kit Client Lit",
"main": "lib/lit/src/index.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-client/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vaadin/sso-kit-client-react",
"version": "3.0.1",
"version": "3.1.0",
"description": "SSO Kit Client React",
"main": "lib/react/src/index.js",
"module": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<name>SSO Kit Core</name>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<name>SSO Kit Demo</name>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-keycloak/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<artifactId>sso-kit-keycloak</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-keycloak/sso-kit-keycloak-lumo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit-keycloak</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<name>SSO Kit Lumo Theme for Keycloak</name>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-starter-hilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<name>SSO Kit Starter for Hilla</name>
Expand Down
2 changes: 1 addition & 1 deletion sso-kit-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.vaadin</groupId>
<artifactId>sso-kit</artifactId>
<version>3.0-SNAPSHOT</version>
<version>3.1-SNAPSHOT</version>
</parent>

<name>SSO Kit Starter for Flow</name>
Expand Down

0 comments on commit be15f24

Please # to comment.