Skip to content

Commit

Permalink
chore: Bump Exposed version to 0.42.0 in samples/exposed-ktor and fix…
Browse files Browse the repository at this point in the history
… failing sample build
  • Loading branch information
joc-a committed Aug 1, 2023
1 parent c89b43e commit 3c796bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion buildScripts/docker/docker-compose-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ services:
WEB_CONSOLE: "true"
DBCA_TOTAL_MEMORY: 1024
PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USE_UTF8_IF_CHARSET_EMPTY: "true"
USE_UTF8_IF_CHARSET_EMPTY: "true"
10 changes: 5 additions & 5 deletions samples/exposed-ktor/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ktor_version=2.3.1
kotlin_version=1.8.21
logback_version=1.2.11
kotlin.code.style=official
exposed_version=0.41.1
h2_version=2.1.214
ktorVersion=2.3.1
kotlinVersion=1.8.21
logbackVersion=1.2.11
exposedVersion=0.42.0
h2Version=2.1.214

0 comments on commit 3c796bf

Please sign in to comment.