Skip to content

Commit 976e8ed

Browse files
Backport to branch(3) : Bump org.partiql:partiql-parser from 1.2.3 to 1.3.0 in the dependencies group (#301)
* Empty commit [skip ci] * Bump org.partiql:partiql-parser in the dependencies group (#300) Bumps the dependencies group with 1 update: [org.partiql:partiql-parser](https://github.com/partiql/partiql-lang-kotlin). Updates `org.partiql:partiql-parser` from 1.2.3 to 1.3.0 - [Release notes](https://github.com/partiql/partiql-lang-kotlin/releases) - [Changelog](https://github.com/partiql/partiql-lang-kotlin/blob/main/CHANGELOG.md) - [Commits](partiql/partiql-lang-kotlin@v1.2.3...v1.3.0) --- updated-dependencies: - dependency-name: org.partiql:partiql-parser dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f2b5f4 commit 976e8ed

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
@@ -53,7 +53,7 @@ subprojects {
5353
googleJavaFormatVersion = '1.7'
5454
dockerPluginVersion = '0.34.0'
5555
bouncyCastleCryptoVersion = '1.70'
56-
partiqlVersion = '1.2.2'
56+
partiqlVersion = '1.3.0'
5757

5858
dockerVersion = project.properties['dockerVersion'] ?: project.version
5959
}

0 commit comments

Comments
 (0)