Skip to content

Commit

Permalink
chore: update dependency to hal-explorer 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
toedter committed Jun 2, 2023
1 parent 685fd3a commit 1781c19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lab7/complete/backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
implementation "org.springframework.boot:spring-boot-starter-data-rest"
implementation "org.webjars:hal-explorer:1.2.0"
implementation "org.webjars:hal-explorer:1.2.1"
implementation "com.jayway.jsonpath:json-path"

runtimeOnly 'org.hsqldb:hsqldb:2.6.0'
Expand Down
2 changes: 1 addition & 1 deletion lab7/initial/backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-web")
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
implementation "org.springframework.boot:spring-boot-starter-data-rest"
implementation "org.webjars:hal-explorer:1.1.0"
implementation "org.webjars:hal-explorer:1.2.1"
implementation "com.jayway.jsonpath:json-path"

runtimeOnly 'org.hsqldb:hsqldb:2.6.0'
Expand Down

0 comments on commit 1781c19

Please sign in to comment.