File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
azure-spring-cloud-autoconfigure Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ org.graalvm.sdk:graal-sdk;21.3.0
103103org.graalvm.nativeimage:svm;21.3.0
104104org.powermock:powermock-api-mockito2;2.0.9
105105org.powermock:powermock-module-junit4;2.0.9
106- org.postgresql:postgresql;42.3.1
106+ org.postgresql:postgresql;42.3.2
107107org.slf4j:slf4j-api;1.7.32
108108org.slf4j:slf4j-nop;1.7.32
109109org.slf4j:slf4j-simple;1.7.32
Original file line number Diff line number Diff line change 5757 <dependency >
5858 <groupId >org.postgresql</groupId >
5959 <artifactId >postgresql</artifactId >
60- <version >42.3.1 </version > <!-- {x-version-update;org.postgresql:postgresql;external_dependency} -->
60+ <version >42.3.2 </version > <!-- {x-version-update;org.postgresql:postgresql;external_dependency} -->
6161 <optional >true</optional >
6262 </dependency >
6363
182182 <include >com.microsoft.sqlserver:mssql-jdbc:[9.4.1.jre8]</include > <!-- {x-include-update;com.microsoft.sqlserver:mssql-jdbc;external_dependency} -->
183183 <include >mysql:mysql-connector-java:[8.0.27]</include > <!-- {x-include-update;mysql:mysql-connector-java;external_dependency} -->
184184 <include >org.hibernate.validator:hibernate-validator:[6.2.0.Final]</include > <!-- {x-include-update;org.hibernate.validator:hibernate-validator;external_dependency} -->
185- <include >org.postgresql:postgresql:[42.3.1 ]</include > <!-- {x-include-update;org.postgresql:postgresql;external_dependency} -->
185+ <include >org.postgresql:postgresql:[42.3.2 ]</include > <!-- {x-include-update;org.postgresql:postgresql;external_dependency} -->
186186 <include >org.springframework.boot:spring-boot-autoconfigure:[2.6.2]</include > <!-- {x-include-update;org.springframework.boot:spring-boot-autoconfigure;external_dependency} -->
187187 <include >org.springframework.boot:spring-boot-configuration-processor:[2.6.2]</include > <!-- {x-include-update;org.springframework.boot:spring-boot-configuration-processor;external_dependency} -->
188188 <include >org.springframework.data:spring-data-mongodb:[3.3.0]</include > <!-- {x-include-update;org.springframework.data:spring-data-mongodb;external_dependency} -->
Original file line number Diff line number Diff line change @@ -1087,7 +1087,7 @@ org.mongodb:mongodb-driver-reactivestreams;4.4.0
10871087org.mongodb:mongodb-driver-sync;4.4.0
10881088org.mortbay.jasper:apache-el;9.0.52
10891089org.neo4j.driver:neo4j-java-driver;4.3.6
1090- org.postgresql:postgresql;42.3.1
1090+ org.postgresql:postgresql;42.3.2
10911091org.projectlombok:lombok;1.18.22
10921092org.quartz-scheduler:quartz;2.3.2
10931093org.quartz-scheduler:quartz-jobs;2.3.2
You can’t perform that action at this time.
0 commit comments