Skip to content

Commit

Permalink
build: dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bayang committed May 13, 2022
1 parent 5cd7f83 commit 7e157b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {

implementation("org.xerial:sqlite-jdbc")
implementation("org.liquibase:liquibase-core")
val exposedVersion = "0.37.3"
val exposedVersion = "0.38.2"
implementation("org.jetbrains.exposed:exposed-spring-boot-starter:$exposedVersion")
implementation("org.jetbrains.exposed:exposed-java-time:$exposedVersion")
// implementation("org.nuvito.spring.data:sqlite-dialect:1.0-SNAPSHOT")
Expand Down
18 changes: 9 additions & 9 deletions src/jelu-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/jelu-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@vueuse/core": "8.2.6",
"@vueuse/router": "8.2.6",
"axios": "0.26.1",
"daisyui": "2.13.6",
"daisyui": "2.14.3",
"dayjs": "1.11.0",
"floating-vue": "^2.0.0-beta.15",
"sweetalert2": "11.4.8",
Expand Down

0 comments on commit 7e157b3

Please sign in to comment.