Skip to content

Commit

Permalink
Update to JoinFaces 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Jan 6, 2024
1 parent 0311ef8 commit e37006c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
plugins {
id "java"
id "org.joinfaces" version "5.1.7"
id 'org.springframework.boot' version '3.2.1'
}
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

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

dependencies {
implementation "org.joinfaces:faces-spring-boot-starter"
implementation platform('org.joinfaces:joinfaces-platform:5.2.1')
implementation 'org.joinfaces:faces-spring-boot-starter'

testImplementation "org.springframework.boot:spring-boot-starter-test"
}
Expand Down

0 comments on commit e37006c

Please sign in to comment.