Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix dependencies pointing to framework 5
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisLainez committed Oct 26, 2023
1 parent a7e332a commit 822e731
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions java-sdk/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"locked": "3.1.4"
},
"org.springframework:spring-web": {
"locked": "5.3.22"
"locked": "6.0.12"
}
},
"testRuntimeClasspath": {
Expand Down Expand Up @@ -469,7 +469,7 @@
"locked": "3.1.4"
},
"org.springframework:spring-web": {
"locked": "5.3.22"
"locked": "6.0.12"
}
}
}
4 changes: 2 additions & 2 deletions test-harness/dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"locked": "1.3.3"
},
"org.springframework:spring-web": {
"locked": "5.3.22"
"locked": "6.0.12"
},
"org.testcontainers:elasticsearch": {
"locked": "1.15.3"
Expand Down Expand Up @@ -754,7 +754,7 @@
"locked": "1.3.3"
},
"org.springframework:spring-web": {
"locked": "5.3.22"
"locked": "6.0.12"
},
"org.testcontainers:elasticsearch": {
"locked": "1.15.3"
Expand Down

0 comments on commit 822e731

Please sign in to comment.