Skip to content

Commit

Permalink
Merge pull request #1644 from schemacrawler/updates
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sualeh authored Aug 4, 2024
2 parents fad8b27 + 09a0bf2 commit 7976e39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ final class NeuteredLinesFilter implements Predicate<String> {
Pattern.compile("\\s+value\\s+localhost:\\d+\\/xepdb1\\s+"),
Pattern.compile("\\s+value\\s+localhost:\\d+\\/freepdb1\\s+"),
Pattern.compile("BOOKS\\.\\\"ISEQ\\$\\$_\\d+\\\"\\s+\\[sequence\\]"),
Pattern.compile("Version .*"),
// PostgreSQL
// -- unnamed objects
Pattern.compile(".*pg_temp_.*"),
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-jdbc-drivers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.amazon.redshift</groupId>
<artifactId>redshift-jdbc42</artifactId>
<version>2.1.0.29</version>
<version>2.1.0.30</version>
</dependency>
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
Expand Down
4 changes: 2 additions & 2 deletions schemacrawler-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.15.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7976e39

Please sign in to comment.