Explorar el Código

Bump jsqlparser from 4.0 to 4.1

Bumps [jsqlparser](https://github.com/JSQLParser/JSqlParser) from 4.0 to 4.1.
- [Release notes](https://github.com/JSQLParser/JSqlParser/releases)
- [Commits](https://github.com/JSQLParser/JSqlParser/compare/jsqlparser-4.0...jsqlparser-4.1)

---
updated-dependencies:
- dependency-name: com.github.jsqlparser:jsqlparser
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] hace 4 años
padre
commit
52e2019592
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -16,7 +16,7 @@ ext {
         mybatisSpringBootStarterVersion = '2.2.0',
         springVersion = '5.3.7',
         springBootVersion = '2.4.5',
-        jsqlparserVersion = '4.0',
+        jsqlparserVersion = '4.1',
         junitVersion = '5.7.2',
     ]