Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
backwind1233 authored Feb 8, 2022
1 parent 4257cfb commit 143c6d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ org.graalvm.sdk:graal-sdk;21.3.0
org.graalvm.nativeimage:svm;21.3.0
org.powermock:powermock-api-mockito2;2.0.9
org.powermock:powermock-module-junit4;2.0.9
org.postgresql:postgresql;42.3.1
org.postgresql:postgresql;42.3.2
org.slf4j:slf4j-api;1.7.32
org.slf4j:slf4j-nop;1.7.32
org.slf4j:slf4j-simple;1.7.32
Expand Down
4 changes: 2 additions & 2 deletions sdk/spring/azure-spring-cloud-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.1</version> <!-- {x-version-update;org.postgresql:postgresql;external_dependency} -->
<version>42.3.2</version> <!-- {x-version-update;org.postgresql:postgresql;external_dependency} -->
<optional>true</optional>
</dependency>

Expand Down Expand Up @@ -182,7 +182,7 @@
<include>com.microsoft.sqlserver:mssql-jdbc:[9.4.1.jre8]</include> <!-- {x-include-update;com.microsoft.sqlserver:mssql-jdbc;external_dependency} -->
<include>mysql:mysql-connector-java:[8.0.27]</include> <!-- {x-include-update;mysql:mysql-connector-java;external_dependency} -->
<include>org.hibernate.validator:hibernate-validator:[6.2.0.Final]</include> <!-- {x-include-update;org.hibernate.validator:hibernate-validator;external_dependency} -->
<include>org.postgresql:postgresql:[42.3.1]</include> <!-- {x-include-update;org.postgresql:postgresql;external_dependency} -->
<include>org.postgresql:postgresql:[42.3.2]</include> <!-- {x-include-update;org.postgresql:postgresql;external_dependency} -->
<include>org.springframework.boot:spring-boot-autoconfigure:[2.6.2]</include> <!-- {x-include-update;org.springframework.boot:spring-boot-autoconfigure;external_dependency} -->
<include>org.springframework.boot:spring-boot-configuration-processor:[2.6.2]</include> <!-- {x-include-update;org.springframework.boot:spring-boot-configuration-processor;external_dependency} -->
<include>org.springframework.data:spring-data-mongodb:[3.3.0]</include> <!-- {x-include-update;org.springframework.data:spring-data-mongodb;external_dependency} -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ org.mongodb:mongodb-driver-reactivestreams;4.4.0
org.mongodb:mongodb-driver-sync;4.4.0
org.mortbay.jasper:apache-el;9.0.52
org.neo4j.driver:neo4j-java-driver;4.3.6
org.postgresql:postgresql;42.3.1
org.postgresql:postgresql;42.3.2
org.projectlombok:lombok;1.18.22
org.quartz-scheduler:quartz;2.3.2
org.quartz-scheduler:quartz-jobs;2.3.2
Expand Down

0 comments on commit 143c6d8

Please sign in to comment.