Blackdread / sql-to-jdl

Tool to translate SQL databases to JDL format of jHipster (Created due to existing databases to be generated with jHipster and build angular-java web)
MIT License
179 stars 81 forks source link

Bump the maven-dependencies group with 20 updates #211

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps the maven-dependencies group with 20 updates:

Package From To
org.apache.commons:commons-lang3 3.12.0 3.14.0
commons-io:commons-io 2.11.0 2.16.1
com.microsoft.sqlserver:mssql-jdbc 12.4.2.jre11 12.7.0.jre11-preview
uk.org.webcompere:system-stubs-jupiter 2.0.2 2.1.6
org.testcontainers:testcontainers 1.17.6 1.19.8
org.testcontainers:junit-jupiter 1.17.6 1.19.8
org.testcontainers:mysql 1.17.6 1.19.8
org.testcontainers:mariadb 1.17.6 1.19.8
org.testcontainers:mssqlserver 1.17.6 1.19.8
org.testcontainers:postgresql 1.17.6 1.19.8
org.testcontainers:oracle-xe 1.17.6 1.19.8
org.liquibase:liquibase-core 4.19.0 4.28.0
com.github.spullara.mustache.java:compiler 0.9.10 0.9.13
org.mapstruct:mapstruct 1.5.3.Final 1.5.5.Final
org.mapstruct:mapstruct-processor 1.5.3.Final 1.5.5.Final
com.puppycrawl.tools:checkstyle 10.8.0 10.17.0
org.apache.maven.plugins:maven-surefire-plugin 3.0.0-M9 3.3.0
com.hubspot.maven.plugins:prettier-maven-plugin 0.19 0.22
org.apache.maven.plugins:maven-checkstyle-plugin 3.2.1 3.4.0
org.liquibase:liquibase-maven-plugin 4.19.0 4.28.0

Updates org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0

Updates commons-io:commons-io from 2.11.0 to 2.16.1

Updates com.microsoft.sqlserver:mssql-jdbc from 12.4.2.jre11 to 12.7.0.jre11-preview

Release notes

Sourced from com.microsoft.sqlserver:mssql-jdbc's releases.

[12.6.3] Hotfix & Stable Release

Fixed issues

  • Fixed issue where TokenCredential class was required to be imported #2453
  • Fixed timestamp string conversion regression #2455
  • Fixed SQLServerCallableStatement default value regression #2456

[12.6.2] Hotfix & Stable Release

Added

  • Added credential caching for Managed Identity Credential and Default Azure Credential #2426

Fixed issues

  • Check that money and small money are within correct range for bulkcopy #2419
  • Check if TDSCommand counter is null before incrementing #2420
  • Clear prepared statement cache when resetting statement pool connection #2421
  • Clear prepared statement handle before reconnect #2422
  • RPC calls for CallableStatements will be executed directly #2427
  • Corrected authentication token object to accept expiration in milliseconds #2428
  • SocketTimeout should be unbounded by loginTimeout after a successful connection open #2431

[12.6.1] Hotfix & Stable Release

Fixed issues

  • Fixed 'EXEC' escape syntax for CallableStatements. 'EXEC' keyword can be used to execute stored procedures. #2329

[12.6.0] Stable Release

Changed

  • Adjusted PreparedStatement cache, so it's cleared before every execute #2272
  • Updated azure-identity, azure-security-keyvault-keys, bouncycastle, and msal library versions #2279
  • Changed socketTimeout to ensure it's always less than or equal to loginTimeout #2280
  • Change BulkCopy behavior from serializing and deserializing Timestamp objects, to using the objects directly #2291

Fixed issues

  • Fixed the way ActivityID was defined and used to be more in line with the behavior of other Microsoft drivers #2254
  • Fixed missing getters and setters for useBulkCopyForBatchInsert #2277
  • Fixed an issue where, when using the TOP qualifier in a query, the driver returns an error concerning ParameterMetadata #2287
  • Fixed an issue where insert statements with missing whitespace worked correctly in regular cases, but not when using batch inserts #2290
  • Fixed timezone not being properly applied to Timestamps when inserted using batch insert with bulkcopy #2291
  • Fixed locks in IOBuffer to prevent deadlock issues that could arise #2295
  • Fixed an issue where, when an exception has no cause, the exception itself is passed along instead, preventing it from being lost #2300

[12.5.0] Preview Release

Added

  • Added connection property, useDefaultJaasConfig, to allow Kerberos authentication without any additional external configuration #2147
  • Allow calling of stored procedures directly, simplifying the procedure and improving performance #2154
  • Added connection property, useDefaultGSSCredential, to allow the driver to create GSSCredential on behalf of a user using Native GSS-API for Kerberos authentication #2177
  • Added Java 21 support #2229
  • Added connection property, calcBigDecimalScale, to allow the driver to calculate scale and precision from Big Decimal inputs #2248
  • Added a new named logger for connection open retries and idle connection resiliency reconnects #2250

Changed

  • Changed how IBM JDK is checked for to prevent issues with OSGi environments #2150

... (truncated)

Commits


Updates uk.org.webcompere:system-stubs-jupiter from 2.0.2 to 2.1.6

Release notes

Sourced from uk.org.webcompere:system-stubs-jupiter's releases.

v2.1.6

Fixes a bug where SystemProperties was not returning this typed as SystemProperties from the base class set and remove methods. This prevented fluent use of the object at construction.

v2.1.5

Add remove to both SystemProperties and EnvironmentVariables to delete properties from the environment altogether.

v2.1.4

Update ByteBuddy to support Java 21

v2.1.3

Refactoring to improve compatibility between System Stubs and other libraries that also interact with environment variables to modify them at test time.

v2.1.2

Add support for TestNG

v2.1.1

Improve build

v2.1.0

Remove dependency on Mockito and ensure environment variables mocking is global to all threads.

  • Build upgraded to Java 11+
  • Mockito no longer used
  • Byte buddy is now used to create the interceptor for environment variables

v2.0.3

Fix a null pointer exception when creating processes with no additional environment variables on Windows.

Commits
  • 7b8134c [maven-release-plugin] prepare release system-stubs-parent-2.1.6
  • 987b72c Merge pull request #81 from vtintillier/gh80
  • 1cc987d Fix signatures
  • 5c049a9 add test
  • 1cb1edd Merge pull request #76 from webcompere/release215
  • 5b1d04f Update docs 2.1.5
  • a836b9d [maven-release-plugin] prepare for next development iteration
  • 272a6eb [maven-release-plugin] prepare release system-stubs-parent-2.1.5
  • b59e27b Merge pull request #75 from webcompere/delete-settings
  • a71d73c Support removal of environment variables and system properties
  • Additional commits viewable in compare view


Updates org.testcontainers:testcontainers from 1.17.6 to 1.19.8

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.19.8

Testcontainers for Java 1.19.8

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.7

Testcontainers for Java 1.19.7

Modules

Elasticserach

... (truncated)

Commits


Updates org.testcontainers:junit-jupiter from 1.17.6 to 1.19.8

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.19.8

Testcontainers for Java 1.19.8

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.7

Testcontainers for Java 1.19.7

Modules

Elasticserach

... (truncated)

Commits


Updates org.testcontainers:mysql from 1.17.6 to 1.19.8

Release notes

Sourced from org.testcontainers:mysql's releases.

1.19.8

Testcontainers for Java 1.19.8

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.7

Testcontainers for Java 1.19.7

Modules

Elasticserach

... (truncated)

Commits


Updates org.testcontainers:mariadb from 1.17.6 to 1.19.8

Release notes

Sourced from org.testcontainers:mariadb's releases.

1.19.8

Testcontainers for Java 1.19.8

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.7

Testcontainers for Java 1.19.7

Modules

Elasticserach

... (truncated)

Commits


Updates org.testcontainers:mssqlserver from 1.17.6 to 1.19.8

Release notes

Sourced from org.testcontainers:mssqlserver's releases.

1.19.8

Testcontainers for Java 1.19.8

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.7

Testcontainers for Java 1.19.7

Modules

Elasticserach

... (truncated)

Commits


Updates org.testcontainers:postgresql from 1.17.6 to 1.19.8

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.8

Testcontainers for Java 1.19.8

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

1.19.7

Testcontainers for Java 1.19.7

Modules

Elasticserach

... (truncated)

Commits