Skip to content

Commit

Permalink
Merge pull request #1478 from schemacrawler/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sualeh authored Feb 21, 2024
2 parents 4ce340c + 53c327d commit 39b0bb9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
version: "1.0"
linter: jetbrains/qodana-jvm-community:2023.1
include:
- name: UnnecessarySemicolon
- name: JavadocLinkAsPlainText
- name: NullableProblems
- name: StringBufferReplaceableByString
- name: UnnecessaryContinue
- name: UNCHECKED_WARNING
exclude:
Expand Down
6 changes: 3 additions & 3 deletions schemacrawler-jdbc-drivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.2</version>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
Expand All @@ -35,12 +35,12 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.6.0.jre8</version>
<version>12.6.1.jre8</version>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc_auth</artifactId>
<version>12.6.0.x64</version>
<version>12.6.1.x64</version>
<type>dll</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions schemacrawler-sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.6.0.jre8</version>
<version>12.6.1.jre8</version>
<exclusions>
<exclusion>
<groupId>com.microsoft.azure</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc_auth</artifactId>
<version>12.6.0.x64</version>
<version>12.6.1.x64</version>
<type>dll</type>
</dependency>

Expand Down

0 comments on commit 39b0bb9

Please sign in to comment.