Skip to content

Commit ce07443

Browse files
Bump org.jetbrains.exposed:exposed-core from 0.55.0 to 0.56.0
Bumps [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) from 0.55.0 to 0.56.0. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](JetBrains/Exposed@0.55.0...0.56.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] <[email protected]>
1 parent a5f4773 commit ce07443

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
@@ -49,7 +49,7 @@ dependencies {
4949
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.7.3'
5050
implementation group: 'io.github.cdancy', name: 'jenkins-rest', version: '1.0.2'
5151
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.4.1'
52-
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.55.0'
52+
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.56.0'
5353
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.56.0'
5454
}
5555

0 commit comments

Comments
 (0)