Skip to content

Commit

Permalink
Merge branch 'master' of github.com:joinfaces/joinfaces-gradle-war-ex…
Browse files Browse the repository at this point in the history
…ample
  • Loading branch information
larsgrefer committed Feb 3, 2025
2 parents 7044f0c + 6cfda3e commit 47c6e15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'war'
id 'org.springframework.boot' version '3.4.1'
id 'org.springframework.boot' version '3.4.2'
}

java {
Expand All @@ -14,8 +14,8 @@ repositories {
}

dependencies {
implementation platform('org.joinfaces:joinfaces-platform:5.4.1')
providedRuntime platform('org.joinfaces:joinfaces-platform:5.4.1')
implementation platform('org.joinfaces:joinfaces-platform:5.4.2')
providedRuntime platform('org.joinfaces:joinfaces-platform:5.4.2')

implementation "org.joinfaces:faces-spring-boot-starter"
providedRuntime "org.springframework.boot:spring-boot-starter-tomcat"
Expand Down

0 comments on commit 47c6e15

Please sign in to comment.