Skip to content

Commit 2a28945

Browse files
Bump org.jetbrains.exposed:exposed-core from 0.56.0 to 0.57.0 (#23)
Bumps [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) from 0.56.0 to 0.57.0. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](JetBrains/Exposed@0.56.0...0.57.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6571456 commit 2a28945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.9.0'
5252
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.7.3'
5353
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.1'
54-
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.56.0'
54+
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.57.0'
5555
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.56.0'
5656

5757
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.3'

0 commit comments

Comments
 (0)