Forráskód Böngészése

Bump p6spy from 3.8.7 to 3.9.0

Bumps [p6spy](https://github.com/p6spy/p6spy) from 3.8.7 to 3.9.0.
- [Release notes](https://github.com/p6spy/p6spy/releases)
- [Changelog](https://github.com/p6spy/p6spy/blob/master/docs/releasenotes.md)
- [Commits](https://github.com/p6spy/p6spy/compare/p6spy-3.8.7...p6spy-3.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 éve
szülő
commit
89814d6c87
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -63,7 +63,7 @@ ext {
         "gson"                       : "com.google.code.gson:gson:2.8.6",
         "lagarto"                    : "org.jodd:jodd-lagarto:5.1.4",
         //datasource
-        "p6spy"                      : "p6spy:p6spy:3.8.7",
+        "p6spy"                      : "p6spy:p6spy:3.9.0",
         "sqlserver"                  : "com.microsoft.sqlserver:sqljdbc4:4.0",
         "postgresql"                 : "org.postgresql:postgresql:42.2.12",
         "oracle"                     : fileTree(dir: 'libs', includes: ['ojdbc-11.2.0.3-jdk16.jar']),