@@ -39,8 +39,8 @@ dependencyResolutionManagement {
3939 " thymeleaf-extras-java8time"
4040 ).version(" 3.0.4.RELEASE" )
4141
42- library(" postgres" , " org.postgresql" , " postgresql" ).version(" 42.7.6 " )
43- library(" minio" , " io.minio" , " minio" ).version(" 8.5.17 " )
42+ library(" postgres" , " org.postgresql" , " postgresql" ).version(" 42.7.8 " )
43+ library(" minio" , " io.minio" , " minio" ).version(" 8.6.0 " )
4444 library(" caffeine" , " com.github.ben-manes.caffeine" , " caffeine" ).versionRef(caffeineVersion)
4545
4646 library(" poi-ooxml" , " org.apache.poi" , " poi-ooxml" ).versionRef(poiVersion)
@@ -51,26 +51,26 @@ dependencyResolutionManagement {
5151 library(" nanocaptcha" , " net.logicsquad" , " nanocaptcha" ).version(" 2.1" )
5252 library(" ical4j" , " org.mnode.ical4j" , " ical4j" ).version(" 4.1.1" )
5353
54- library(" google-api-client" , " com.google.api-client" , " google-api-client" ).version(" 2.0.0 " )
54+ library(" google-api-client" , " com.google.api-client" , " google-api-client" ).version(" 2.8.1 " )
5555 library(
5656 " google-oauth-client" ,
5757 " com.google.oauth-client" ,
5858 " google-oauth-client-jetty"
59- ).version(" 1.34.1 " )
59+ ).version(" 1.39.0 " )
6060 library(
6161 " google-calendar-api" ,
6262 " com.google.apis" ,
6363 " google-api-services-calendar"
64- ).version(" v3-rev20220715 -2.0.0" )
64+ ).version(" v3-rev20250404 -2.0.0" )
6565 library(" google.auth.bom" , " com.google.auth" , " google-auth-library-bom" ).versionRef(googleAuthBomVersion)
6666 }
6767
6868 create(" testLibs" ) {
69- val selenideVersion = version(" selenide" , " 7.9.3 " )
70- val testContainersVersion = version(" testcontainers" , " 1.21.1 " )
71- val restAssuredVersion = version(" restAssured" , " 5.5.5 " )
69+ val selenideVersion = version(" selenide" , " 7.10.1 " )
70+ val testContainersVersion = version(" testcontainers" , " 1.21.3 " )
71+ val restAssuredVersion = version(" restAssured" , " 5.5.6 " )
7272 val kotestVersion = version(" kotest" , " 5.9.1" )
73- val wiremockVersion = version(" wiremock" , " 3.13.0 " )
73+ val wiremockVersion = version(" wiremock" , " 3.13.1 " )
7474
7575 library(" selenide-proxy" , " com.codeborne" , " selenide-proxy" ).versionRef(selenideVersion)
7676 library(" testcontainers-selenium" , " org.testcontainers" , " selenium" ).versionRef(testContainersVersion)
@@ -88,15 +88,15 @@ dependencyResolutionManagement {
8888 ).versionRef(restAssuredVersion)
8989 bundle(" restassured" , listOf (" restassured-core" , " restassured-kotlin" , " restassured-json-schema" ))
9090
91- library(" jsoup" , " org.jsoup" , " jsoup" ).version(" 1.20.1 " )
92- library(" datafaker" , " net.datafaker" , " datafaker" ).version(" 2.4.3 " )
93- library(" greenmail" , " com.icegreen" , " greenmail-junit5" ).version(" 2.1.3 " )
91+ library(" jsoup" , " org.jsoup" , " jsoup" ).version(" 1.21.2 " )
92+ library(" datafaker" , " net.datafaker" , " datafaker" ).version(" 2.5.1 " )
93+ library(" greenmail" , " com.icegreen" , " greenmail-junit5" ).version(" 2.1.6 " )
9494
9595 library(" testcontainers-minio" , " org.testcontainers" , " minio" ).versionRef(testContainersVersion)
9696
97- library(" mockito-kotlin" , " org.mockito.kotlin" , " mockito-kotlin" ).version(" 5.4 .0" )
97+ library(" mockito-kotlin" , " org.mockito.kotlin" , " mockito-kotlin" ).version(" 6.1 .0" )
9898 library(" archunit" , " com.tngtech.archunit" , " archunit" ).version(" 1.4.1" )
99- library(" instancio" , " org.instancio" , " instancio-junit" ).version(" 5.4 .1" )
99+ library(" instancio" , " org.instancio" , " instancio-junit" ).version(" 5.5 .1" )
100100
101101 library(" wiremock" , " org.wiremock" , " wiremock" ).versionRef(wiremockVersion)
102102 library(" wiremock-jetty12" , " org.wiremock" , " wiremock-jetty12" ).versionRef(wiremockVersion)
0 commit comments