Skip to content

Commit c8f87e0

Browse files
Bump org.partiql:partiql-parser in the dependencies group (#321)
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.3.0 to 1.3.1 - [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.3.0...v1.3.1) --- updated-dependencies: - dependency-name: org.partiql:partiql-parser dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc7d226 commit c8f87e0

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.3.0'
56+
partiqlVersion = '1.3.1'
5757

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

0 commit comments

Comments
 (0)