Skip to content

Bump mssql-jdbc from 11.1.0.jre8-preview to 11.1.1.jre8-preview#198

Merged
CarstenHollmann merged 1 commit into
developfrom
dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-11.1.1.jre8-preview
Apr 22, 2022
Merged

Bump mssql-jdbc from 11.1.0.jre8-preview to 11.1.1.jre8-preview#198
CarstenHollmann merged 1 commit into
developfrom
dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-11.1.1.jre8-preview

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 22, 2022

Copy link
Copy Markdown
Contributor

Bumps mssql-jdbc from 11.1.0.jre8-preview to 11.1.1.jre8-preview.

Release notes

Sourced from mssql-jdbc's releases.

[11.1.0] Preview Release

Added

  • Added new connection string property prepareMethod to toggle use of sp_prepare 1719
  • Added new encrypt options for TDS 8.0 support 1757
  • Added Configurable IPv6 Support 1766
  • Added serverCertificate connection property for encrypt=strict 1773
  • Added option for NONE attestation protocol 1779

Changed

  • Added encrypt utility to obfuscate password strings in memory 1780
  • Simplified traceID creation in DataSource and PooledConnection 1747
  • Refactored SQLServerColumnEncryptionAzureKeyVaultProvider usage in SQLServerConnection 1774

Fixed issues

  • Removed extra call to executeCommand() within connectionCommand() 1754
  • Fixed warnings for Implicit narrowing conversion in compound assignment 1758
  • Added check for MSAL library when attempting ActiveDirectoryServicePrincipal authentication 1759
  • Fixed Managed Identity retry interval to exponential backoff properly 1770
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 11.1.0.jre8-preview to 11.1.1.jre8-preview.
- [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
- [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

---
updated-dependencies:
- dependency-name: com.microsoft.sqlserver:mssql-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 22, 2022
@CarstenHollmann CarstenHollmann merged commit 325a8cf into develop Apr 22, 2022
@dependabot dependabot Bot deleted the dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-11.1.1.jre8-preview branch April 22, 2022 07:39
SpeckiJ added a commit that referenced this pull request Jun 6, 2022
commit 7dd75fb01fb9e1aaac85e56662662a407fee845d
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Wed May 18 11:28:44 2022 +0200

    update date

commit 4d0708b26798e09f6e15441f842b9e83fc3923c4
Merge: 33b6b2ee 5e12e05e
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 15:33:20 2022 +0200

    Merge branch 'develop' into version/4.x

commit 5e12e05e742367a74256724ecd16586ec8c18903
Merge: 01647da1 213b07f1
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 15:04:04 2022 +0200

    Merge pull request #205 from 52North/dependabot/github_actions/actions/setup-java-3

    Bump actions/setup-java from 1 to 3

commit 213b07f130281361110d29255d2eb8d82b913357
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 16 12:49:36 2022 +0000

    Bump actions/setup-java from 1 to 3

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 3.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v1...v3)

    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 01647da179b61ea8e31bfd400a06cc30bac01cc8
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 14:48:41 2022 +0200

    upate java versions in action

commit d9965bd4689cb1d7d78182a1be0e0fd5da54d73a
Merge: 26d447df 747a4984
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 12:40:46 2022 +0200

    Merge branch 'develop' of https://github.com/52North/sensorweb-server-db-model into develop

commit 747a498463717f8ab8ec48204934545d05bc4438
Merge: f9c7bfa4 023e7f05
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 12:39:21 2022 +0200

    Merge pull request #207 from 52North/dependabot/github_actions/actions/checkout-3

    Bump actions/checkout from 2 to 3

commit f9c7bfa4c5566f31394328dbf1b6bc2ebd63eec6
Merge: 001a2287 da171c43
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 12:39:12 2022 +0200

    Merge pull request #206 from 52North/dependabot/github_actions/github/codeql-action-2

    Bump github/codeql-action from 1 to 2

commit 26d447df54ce2e6a0285f3698589960df7bce629
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 12:37:43 2022 +0200

    add distribution to setup-java action

commit 023e7f054c7ba82339e6cf8657fdf3eec37d1a86
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 16 09:48:40 2022 +0000

    Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v2...v3)

    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit da171c43e58e17ba0e69e2e569fcfd1f48054bbe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 16 09:48:38 2022 +0000

    Bump github/codeql-action from 1 to 2

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/github/codeql-action/compare/v1...v2)

    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 001a2287ac988889ec281d06421197784f30158e
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 11:47:27 2022 +0200

    add dependabot for actions

commit 83fd349a7db3612f1497c68b98a645c9e736c5ce
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 09:38:37 2022 +0200

    fix generator all scripts

commit c2522dffd662486ce3a8bb312879523a61ce821a
Merge: 019138d1 b702996d
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 16 09:03:13 2022 +0200

    Merge pull request #204 from 52North/dependabot/maven/hibernate.version-5.6.9.Final

    Bump hibernate.version from 5.6.1.Final to 5.6.9.Final

commit b702996d051394cf108386de141e7ad877793e93
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon May 16 04:11:29 2022 +0000

    Bump hibernate.version from 5.6.1.Final to 5.6.9.Final

    Bumps `hibernate.version` from 5.6.1.Final to 5.6.9.Final.

    Updates `hibernate-core` from 5.6.1.Final to 5.6.9.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.1...5.6.9)

    Updates `hibernate-spatial` from 5.6.1.Final to 5.6.9.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.1...5.6.9)

    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-spatial
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 019138d126412f711ac1826e344634f7f467251c
Merge: 53d5fd7d 4f568eef
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu May 12 13:57:45 2022 +0200

    Merge pull request #202 from 52North/dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.7.0

    Bump spotbugs-annotations from 4.6.0 to 4.7.0

commit 53d5fd7d3f3a7f0fc47b1328d340aa89dc66870b
Merge: 28464dab ab3a2bdf
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu May 12 13:57:31 2022 +0200

    Merge pull request #203 from 52North/dependabot/maven/org.postgresql-postgresql-42.3.5

    Bump postgresql from 42.3.4 to 42.3.5

commit ab3a2bdfbf2bbcf217cbbeeb3b2d64e18a8fc80c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 5 04:20:23 2022 +0000

    Bump postgresql from 42.3.4 to 42.3.5

    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.4 to 42.3.5.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.4...REL42.3.5)

    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 4f568eefaa31a8d0e303511a86960dae44df9554
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu May 5 04:20:18 2022 +0000

    Bump spotbugs-annotations from 4.6.0 to 4.7.0

    Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.6.0 to 4.7.0.
    - [Release notes](https://github.com/spotbugs/spotbugs/releases)
    - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/spotbugs/spotbugs/compare/4.6.0...4.7.0)

    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 33b6b2eee7c5a94e565cf26363bcff7330499b53
Merge: 7cb8744a 28464dab
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 2 10:31:10 2022 +0200

    Merge branch 'develop' into version/4.x

commit 28464dab036368ed7de138e297680624cc5a9236
Merge: 0dc12718 72165d3a
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 2 10:30:52 2022 +0200

    Merge branch 'maintenance/3.1.x' into develop

commit 72165d3a6c59abbb4a608526ab811dd111784aea
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 2 10:08:02 2022 +0200

    [maven-release-plugin] prepare for next development iteration

commit 67ead3f8f6e08214a9bfeb943827241da79da8fd
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 2 10:07:59 2022 +0200

    [maven-release-plugin] prepare release v3.1.4

commit e931173edfcb389d2a7e6f6b03854642754e29d9
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon May 2 10:01:33 2022 +0200

    set Hibernate back to 5.6.1.Final

commit 7cb8744a4e9f3579197fc795c759b131adce9684
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 29 09:38:23 2022 +0200

    [maven-release-plugin] prepare for next development iteration

commit 14485311413f96289513df824cd92dad3bafa63e
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 29 09:38:20 2022 +0200

    [maven-release-plugin] prepare release v4.0.0-PR.8

commit 9223dc533d811a0d0d6067f6bc2dcf04da479744
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Apr 28 15:07:02 2022 +0200

    add expand to use for updating polygons for enelop rhich is much faster than union for huge geometries

commit e0fb3ede5c8f36ad4deb57a633540c10f06dba21
Merge: 6d58d8c4 0dc12718
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Wed Apr 27 08:35:32 2022 +0200

    Merge branch 'develop' into version/4.x

commit 0dc1271870c0d75ea0691352b172b283e412d79a
Merge: d44c2633 4df17b57
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Wed Apr 27 08:29:49 2022 +0200

    Merge pull request #200 from 52North/dependabot/maven/mysql-mysql-connector-java-8.0.29

    Bump mysql-connector-java from 8.0.28 to 8.0.29

commit 6d58d8c45eb52e2b1337cf57a376353a1cb31617
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Apr 26 16:07:00 2022 +0200

    Add setting of quantity/count noDataValue collections

commit 4df17b57918ec7e1b9c1b33331d0192e1cbfc5dd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 26 04:16:18 2022 +0000

    Bump mysql-connector-java from 8.0.28 to 8.0.29

    Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.28 to 8.0.29.
    - [Release notes](https://github.com/mysql/mysql-connector-j/releases)
    - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
    - [Commits](https://github.com/mysql/mysql-connector-j/commits)

    ---
    updated-dependencies:
    - dependency-name: mysql:mysql-connector-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit a3075dfd4888fc0dda11a29600a1d2158b49a904
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Apr 25 08:34:56 2022 +0200

    update spotbugs

commit f66394cb83471bc77501e7a95303167d77b1a75e
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 11:38:19 2022 +0200

    fic build

commit 7fec42827f24cd06817edf95aae1a588b818625c
Merge: 17afce88 d44c2633
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 11:06:37 2022 +0200

    Merge branch 'develop' into version/4.x

    # Conflicts:
    #	entities/src/main/java/org/n52/series/db/beans/DataEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/DatasetEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/Describable.java
    #	entities/src/main/java/org/n52/series/db/beans/NetworkEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/OfferingEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/PlatformEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/ProcedureEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/ProcedureHistoryEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/RelatedFeatureEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/ereporting/EReportingProfileDatasetEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/ereporting/EReportingSamplingPointEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/ereporting/EReportingStationEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/ereporting/HiberanteEReportingRelations.java
    #	entities/src/main/java/org/n52/series/db/beans/feature/gml/CoordinateSystemAxisEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/feature/gml/VerticalCRSEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/feature/gml/VerticalCSEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/feature/gml/VerticalDatumEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/parameter/ParameterEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/parameter/feature/FeatureCategoryParameterEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/parameter/platform/PlatformQuantityParameterEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/sta/AbstractObservationEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/sta/DatastreamEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/sta/HistoricalLocationEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/sta/LocationEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/sta/ObservablePropertyEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/sta/ObservationEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/sta/SensorEntity.java
    #	entities/src/main/java/org/n52/series/db/beans/sta/StaFeatureEntity.java
    #	generator/pom.xml

commit d44c263366890a729aa8b6b4fb4239ff3360ef1b
Merge: f5c9f1bb 0f3699fe
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 10:46:02 2022 +0200

    Merge pull request #199 from 52North/dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.6.0

    Bump spotbugs-annotations from 4.4.0 to 4.6.0

commit 0f3699fe1344e54e0bf203eb30bebf815836b7b0
Merge: c58ab3d8 f5c9f1bb
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 10:30:21 2022 +0200

    Merge branch 'develop' into dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.6.0

commit c58ab3d8408b6a61463e99aa1b79a95ef91a2e83
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 22 08:26:26 2022 +0000

    Bump spotbugs-annotations from 4.4.0 to 4.6.0

    Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.4.0 to 4.6.0.
    - [Release notes](https://github.com/spotbugs/spotbugs/releases)
    - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/spotbugs/spotbugs/compare/4.4.0...4.6.0)

    ---
    updated-dependencies:
    - dependency-name: com.github.spotbugs:spotbugs-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit f5c9f1bbb3e88d08123e7f8eb644aff21293510e
Merge: d7b13c9c db6e2141
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 10:24:20 2022 +0200

    Merge pull request #145 from 52North/dependabot/maven/org.n52-parent-22

    Bump parent from 21 to 22

commit db6e214166cbdbd0f35448f98751ab759206b8c7
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 10:02:38 2022 +0200

    fix checkstyle

commit 38d6dfe6a02475f04b3606e29e03cc785c125549
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 09:53:09 2022 +0200

    Bump parent from 22 to 24

commit 3ee9b5e21f39495120fddd809c16589301652156
Merge: d7c823a8 d7b13c9c
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 09:52:54 2022 +0200

    Merge branch 'develop' into dependabot/maven/org.n52-parent-22

commit d7b13c9ccda2b985024cd089c6dde1b657cff122
Merge: 325a8cf8 98cc6341
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 09:39:28 2022 +0200

    Merge pull request #197 from 52North/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.6.7

    Bump spring-boot-dependencies from 2.6.6 to 2.6.7

commit 325a8cf87149b3d10726cdbeaf66afc9e9109573
Merge: d5467085 c208c9de
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Apr 22 09:39:23 2022 +0200

    Merge pull request #198 from 52North/dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-11.1.1.jre8-preview

    Bump mssql-jdbc from 11.1.0.jre8-preview to 11.1.1.jre8-preview

commit c208c9dee31d6ec832021a5a40208a3b52961566
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 22 04:10:36 2022 +0000

    Bump mssql-jdbc from 11.1.0.jre8-preview to 11.1.1.jre8-preview

    Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 11.1.0.jre8-preview to 11.1.1.jre8-preview.
    - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
    - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

    ---
    updated-dependencies:
    - dependency-name: com.microsoft.sqlserver:mssql-jdbc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 98cc63412141f0c11823bec978ff231b59300cbe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Apr 22 04:10:26 2022 +0000

    Bump spring-boot-dependencies from 2.6.6 to 2.6.7

    Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.6.6 to 2.6.7.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.6...v2.6.7)

    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 17afce88ef2eed7a9222add898c88c19f8ebc7f3
Merge: f062d6d3 d5467085
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Apr 21 10:39:00 2022 +0200

    Merge branch 'develop' into version/4.x

commit d54670850b3eeebe0eabc24627a926dd08584ad2
Merge: ca595b80 9ae1d53e
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Apr 21 10:35:42 2022 +0200

    Merge branch 'develop' of https://github.com/52North/sensorweb-server-db-model into develop

commit ca595b807ebf1ea14bb96fcb427139a5cf49a177
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Apr 21 10:35:38 2022 +0200

    disable oracle

commit 9ae1d53e76bc1636c193ece88e4cacf1f349ed22
Merge: a85e0a25 8963ce25
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Apr 21 08:54:40 2022 +0200

    Merge pull request #196 from 52North/dependabot/maven/org.postgresql-postgresql-42.3.4

    Bump postgresql from 42.3.3 to 42.3.4

commit 8963ce250e2f587ee531b9b1d2777403e684a3e0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 18 04:11:36 2022 +0000

    Bump postgresql from 42.3.3 to 42.3.4

    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.4.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.3.4)

    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit a85e0a2518259285484b4d039d794089bb2fe03b
Merge: 1ebebb3e b8bfc75a
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Apr 14 09:52:31 2022 +0200

    Merge pull request #195 from 52North/dependabot/maven/hibernate.version-5.6.8.Final

    Bump hibernate.version from 5.6.7.Final to 5.6.8.Final

commit b8bfc75a70043b03afabfefeccb48690e70b1ba9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Apr 14 04:12:06 2022 +0000

    Bump hibernate.version from 5.6.7.Final to 5.6.8.Final

    Bumps `hibernate.version` from 5.6.7.Final to 5.6.8.Final.

    Updates `hibernate-core` from 5.6.7.Final to 5.6.8.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.8/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.7...5.6.8)

    Updates `hibernate-spatial` from 5.6.7.Final to 5.6.8.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.8/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.7...5.6.8)

    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-spatial
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 1ebebb3ebf023c43b063d77814bbae8ddcb62b2c
Merge: bfcab13e b67230a0
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Apr 12 08:49:48 2022 +0200

    Merge pull request #191 from 52North/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.6.6

    Bump spring-boot-dependencies from 2.6.4 to 2.6.6

commit bfcab13eb419b18bf6fead7e2f24fae2a15294cf
Merge: 613c0bde 15646783
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Apr 12 08:49:11 2022 +0200

    Merge pull request #192 from 52North/dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-11.1.0.jre8-preview

    Bump mssql-jdbc from 10.2.0.jre8 to 11.1.0.jre8-preview

commit 613c0bde9b7a87ccc4fb2b82e6ca3985e917c592
Merge: 199080cd 14bd7bc8
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Apr 12 08:48:28 2022 +0200

    Merge pull request #193 from 52North/dependabot/maven/com.h2database-h2-2.1.212

    Bump h2 from 2.1.210 to 2.1.212

commit 199080cdaa00f11a3a0d76a33bbf1e5d4b9df2b1
Merge: 1362eb8a b251f014
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Apr 12 08:45:22 2022 +0200

    Merge pull request #189 from 52North/dependabot/maven/joda-time-joda-time-2.10.14

    Bump joda-time from 2.10.13 to 2.10.14

commit b67230a07b6c9332d17337eda6b2c41bd8fd804d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 12 06:43:17 2022 +0000

    Bump spring-boot-dependencies from 2.6.4 to 2.6.6

    Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.6.4 to 2.6.6.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.4...v2.6.6)

    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 1362eb8a7dd7ccfa346f52b58eb6049fbfc76163
Merge: d5b8d7eb 02e5e7b7
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Apr 12 08:43:07 2022 +0200

    Merge pull request #194 from 52North/dependabot/maven/geotools.version-26.4

    Bump geotools.version from 26.3 to 26.4

commit d5b8d7eb2d2d7af2c9e713d9fc151193bc753338
Merge: 795348d8 3ed43f50
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Apr 12 08:42:32 2022 +0200

    Merge pull request #188 from 52North/dependabot/maven/hibernate.version-5.6.7.Final

    Bump hibernate.version from 5.6.5.Final to 5.6.7.Final

commit 02e5e7b7540e1b004ca07a864e923540dbea9780
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Apr 12 06:20:48 2022 +0000

    Bump geotools.version from 26.3 to 26.4

    Bumps `geotools.version` from 26.3 to 26.4.

    Updates `gt-main` from 26.3 to 26.4

    Updates `gt-epsg-hsql` from 26.3 to 26.4

    Updates `gt-referencing` from 26.3 to 26.4

    Updates `gt-metadata` from 26.3 to 26.4

    Updates `gt-shapefile` from 26.3 to 26.4

    ---
    updated-dependencies:
    - dependency-name: org.geotools:gt-main
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-epsg-hsql
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-referencing
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-shapefile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 14bd7bc8e99748800ba5b3bb66f44bedb9688ac2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 11 04:13:56 2022 +0000

    Bump h2 from 2.1.210 to 2.1.212

    Bumps [h2](https://github.com/h2database/h2database) from 2.1.210 to 2.1.212.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - [Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.1.212)

    ---
    updated-dependencies:
    - dependency-name: com.h2database:h2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 795348d8c6f5f066f48999cb87608690c12bdff8
Author: Henning Bredel <h.bredel@52north.org>
Date:   Tue Apr 5 11:44:03 2022 +0200

    Update license-mappings.xml

commit 15646783a17d0efae117337c29c928cf7d8f27d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Apr 4 04:13:15 2022 +0000

    Bump mssql-jdbc from 10.2.0.jre8 to 11.1.0.jre8-preview

    Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 10.2.0.jre8 to 11.1.0.jre8-preview.
    - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
    - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

    ---
    updated-dependencies:
    - dependency-name: com.microsoft.sqlserver:mssql-jdbc
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit b251f014073c5b0f7173d4023d9203a9b30281a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Mar 21 04:16:37 2022 +0000

    Bump joda-time from 2.10.13 to 2.10.14

    Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.13 to 2.10.14.
    - [Release notes](https://github.com/JodaOrg/joda-time/releases)
    - [Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt)
    - [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.13...v2.10.14)

    ---
    updated-dependencies:
    - dependency-name: joda-time:joda-time
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 3ed43f50412633d2e22b3eeeef67901807c729c6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Mar 17 04:13:23 2022 +0000

    Bump hibernate.version from 5.6.5.Final to 5.6.7.Final

    Bumps `hibernate.version` from 5.6.5.Final to 5.6.7.Final.

    Updates `hibernate-core` from 5.6.5.Final to 5.6.7.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.7/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.5...5.6.7)

    Updates `hibernate-spatial` from 5.6.5.Final to 5.6.7.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.7/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.5...5.6.7)

    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-spatial
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit f062d6d3cf0372b516ec3ee58873dd6901f6eaf5
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Mar 8 16:07:51 2022 +0100

    [maven-release-plugin] prepare for next development iteration

commit 84025a0676d1ab965ed44be8a8d02e451c0527b1
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Mar 8 16:07:48 2022 +0100

    [maven-release-plugin] prepare release v4.0.0-PR.7

commit 327dea3816f5e5925e3da235f6ecf17d9f43dffd
Merge: 3abdb242 f08784a7
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Mar 8 14:36:14 2022 +0100

    Merge branch 'develop' into version/4.x

commit f08784a7ce6c1c46dccc4f4ba19687e5e627f5fa
Merge: b188472a 61cb029d
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Mar 3 08:53:08 2022 +0100

    Merge pull request #184 from 52North/dependabot/maven/geotools.version-26.3

    Bump geotools.version from 26.2 to 26.3

commit b188472ae3b26245f486f45149411968a95ed913
Merge: 95f00d1f afb52125
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Mar 3 08:53:01 2022 +0100

    Merge pull request #185 from 52North/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.6.4

    Bump spring-boot-dependencies from 2.6.3 to 2.6.4

commit afb5212566a44fe70944bf3e7732626444b20b53
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Feb 25 04:10:02 2022 +0000

    Bump spring-boot-dependencies from 2.6.3 to 2.6.4

    Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.3...v2.6.4)

    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 61cb029dfffa256b2969b75ce93ebb4406002209
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 24 04:10:24 2022 +0000

    Bump geotools.version from 26.2 to 26.3

    Bumps `geotools.version` from 26.2 to 26.3.

    Updates `gt-main` from 26.2 to 26.3

    Updates `gt-epsg-hsql` from 26.2 to 26.3

    Updates `gt-referencing` from 26.2 to 26.3

    Updates `gt-metadata` from 26.2 to 26.3

    Updates `gt-shapefile` from 26.2 to 26.3

    ---
    updated-dependencies:
    - dependency-name: org.geotools:gt-main
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-epsg-hsql
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-referencing
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-shapefile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 95f00d1f50f82389ed9487601ecf066bc2bdd3ca
Merge: d3b4f339 aa0421e8
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Feb 17 08:32:42 2022 +0100

    Merge pull request #179 from 52North/dependabot/maven/com.microsoft.sqlserver-mssql-jdbc-10.2.0.jre8

    Bump mssql-jdbc from 8.2.2.jre8 to 10.2.0.jre8

commit aa0421e8309689a657ab1c57c7995c103fc2c725
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 17 06:56:22 2022 +0000

    Bump mssql-jdbc from 8.2.2.jre8 to 10.2.0.jre8

    Bumps [mssql-jdbc](https://github.com/Microsoft/mssql-jdbc) from 8.2.2.jre8 to 10.2.0.jre8.
    - [Release notes](https://github.com/Microsoft/mssql-jdbc/releases)
    - [Changelog](https://github.com/microsoft/mssql-jdbc/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/Microsoft/mssql-jdbc/commits)

    ---
    updated-dependencies:
    - dependency-name: com.microsoft.sqlserver:mssql-jdbc
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit d3b4f339a6fc7313c7a1eccb635051824e648863
Merge: 5d2f1fd3 06f12e85
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Feb 17 07:56:03 2022 +0100

    Merge pull request #175 from 52North/dependabot/maven/hibernate.version-5.6.5.Final

    Bump hibernate.version from 5.6.4.Final to 5.6.5.Final

commit 5d2f1fd35750f7cd58e3ed922300f3fee742951b
Merge: 041a441a 5232f02c
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Feb 17 07:55:40 2022 +0100

    Merge pull request #178 from 52North/dependabot/maven/mysql-mysql-connector-java-8.0.28

    Bump mysql-connector-java from 8.0.20 to 8.0.28

commit 041a441a5ba425af20af55074b71f2571486f9dc
Merge: be91b028 23664402
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Feb 17 07:52:23 2022 +0100

    Merge pull request #182 from 52North/dependabot/maven/com.oracle.database.jdbc-ojdbc8-21.5.0.0

    Bump ojdbc8 from 21.4.0.0.1 to 21.5.0.0

commit be91b0286e3c771ed87574aa140dc94100d0264b
Merge: f3915bd1 79d88f5f
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Feb 17 07:52:12 2022 +0100

    Merge pull request #183 from 52North/dependabot/maven/org.postgresql-postgresql-42.3.3

    Bump postgresql from 42.2.12 to 42.3.3

commit 79d88f5fa4ec6e259b969152964cf22dfab916ad
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Feb 16 01:19:34 2022 +0000

    Bump postgresql from 42.2.12 to 42.3.3

    Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.12 to 42.3.3.
    - [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
    - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.12...REL42.3.3)

    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 23664402b64ff4bbd59d8e8e2751248dcd0ac9d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Feb 3 04:09:41 2022 +0000

    Bump ojdbc8 from 21.4.0.0.1 to 21.5.0.0

    Bumps ojdbc8 from 21.4.0.0.1 to 21.5.0.0.

    ---
    updated-dependencies:
    - dependency-name: com.oracle.database.jdbc:ojdbc8
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 5232f02cc05a7a5d75ec6ec2b3311bf26ecb0c98
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 31 04:11:48 2022 +0000

    Bump mysql-connector-java from 8.0.20 to 8.0.28

    Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.20 to 8.0.28.
    - [Release notes](https://github.com/mysql/mysql-connector-j/releases)
    - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
    - [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.20...8.0.28)

    ---
    updated-dependencies:
    - dependency-name: mysql:mysql-connector-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 3abdb24265adc0500cf7888a3df9521acf3af244
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 28 11:52:19 2022 +0100

    [maven-release-plugin] prepare for next development iteration

commit 63e5ca863271a4ec5474a5b3ab22b0bb1a077ab0
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 28 11:52:15 2022 +0100

    [maven-release-plugin] prepare release v4.0.0-PR.6

commit 2c8b3190884cdcf13cacf23d9a98c402222603a9
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 28 11:44:30 2022 +0100

    redo denaming of blob value column

commit 7cddaa1f21098856bacc8a7917bf6d0c2fac2dac
Merge: 56c868e2 f3915bd1
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 28 11:41:33 2022 +0100

    Merge branch 'develop' into version/4.x

commit f3915bd14cf667852ceab8a5d81ad626fe0d153a
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 28 09:14:08 2022 +0100

    some updates on script generator

commit 56c868e20ede5d9277b6f78070d2d99620ac3835
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 27 08:45:21 2022 +0100

    update hibernate and fix schema generation

commit 1fc5635810824d564d4b4b361c4d981182079704
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 27 08:13:46 2022 +0100

    small changes

commit 06f12e8538b6e35a45fdba7d37ea947db1c3e80d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jan 26 04:10:41 2022 +0000

    Bump hibernate.version from 5.6.4.Final to 5.6.5.Final

    Bumps `hibernate.version` from 5.6.4.Final to 5.6.5.Final.

    Updates `hibernate-core` from 5.6.4.Final to 5.6.5.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.5/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.4...5.6.5)

    Updates `hibernate-spatial` from 5.6.4.Final to 5.6.5.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.5/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.4...5.6.5)

    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-spatial
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit e457a2231b124d843e840b9bb57d639d4b0a0ec7
Merge: ec1929f5 a78d7c29
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Jan 25 10:23:02 2022 +0100

    Merge branch 'develop' into version/4.x

commit a78d7c29561f41b4566aebdb41caecb49237072c
Merge: fb0f9f2b ab5a2efb
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Jan 24 09:25:46 2022 +0100

    Merge pull request #174 from 52North/dependabot/maven/geotools.version-26.2

    Bump geotools.version from 26.1 to 26.2

commit ab5a2efbee890b4ef711464d46c38825f6853087
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 24 04:11:00 2022 +0000

    Bump geotools.version from 26.1 to 26.2

    Bumps `geotools.version` from 26.1 to 26.2.

    Updates `gt-main` from 26.1 to 26.2

    Updates `gt-epsg-hsql` from 26.1 to 26.2

    Updates `gt-referencing` from 26.1 to 26.2

    Updates `gt-metadata` from 26.1 to 26.2

    Updates `gt-shapefile` from 26.1 to 26.2

    ---
    updated-dependencies:
    - dependency-name: org.geotools:gt-main
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-epsg-hsql
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-referencing
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-shapefile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit ec1929f504d203f577872e01a4475364686db9dc
Merge: df528599 fb0f9f2b
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 21 15:18:40 2022 +0100

    Merge branch 'develop' into version/4.x

commit fb0f9f2b122f1abd0d9aaaa0ebbb36464431e2ac
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 21 15:18:28 2022 +0100

    Update readme

commit df52859944b2acf3f72d4ba14f4f72587be09084
Merge: 2e485385 714abace
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 21 10:56:07 2022 +0100

    Merge branch 'develop' into version/4.x

commit 714abacec1fb8f15a69e965f535a28c3d202338a
Merge: 91a4acc2 f3891b85
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 21 09:58:45 2022 +0100

    Merge pull request #172 from 52North/dependabot/maven/hibernate.version-5.6.4.Final

    Bump hibernate.version from 5.6.3.Final to 5.6.4.Final

commit f3891b85e0f4b750e899462caed058cab4370ff4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 21 08:46:21 2022 +0000

    Bump hibernate.version from 5.6.3.Final to 5.6.4.Final

    Bumps `hibernate.version` from 5.6.3.Final to 5.6.4.Final.

    Updates `hibernate-core` from 5.6.3.Final to 5.6.4.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.4/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.3...5.6.4)

    Updates `hibernate-spatial` from 5.6.3.Final to 5.6.4.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.4/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.3...5.6.4)

    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-spatial
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 91a4acc247687b19518b13cda13e19802d417135
Merge: 7f08bcbb 33211900
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 21 09:45:54 2022 +0100

    Merge pull request #173 from 52North/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.6.3

    Bump spring-boot-dependencies from 2.6.2 to 2.6.3

commit 33211900cc4abf74a4720ca00a02bcd96d81b958
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 21 04:12:02 2022 +0000

    Bump spring-boot-dependencies from 2.6.2 to 2.6.3

    Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.6.2 to 2.6.3.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.2...v2.6.3)

    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 7f08bcbb758756a83851b292d0c993b7c030c4a4
Merge: 244f98de 7293f44e
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 20 14:57:23 2022 +0100

    Merge branch 'maintenance/3.1.x' into develop

commit 7293f44ea87f65f427e656ad9c170eef2bf11c54
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 20 14:56:58 2022 +0100

    update push flow to include maintenance

commit 244f98de45ac286a823683e899c1a33d1f629339
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 20 13:56:53 2022 +0100

    update h2 version

commit 2e485385575f3215c9bdf8e64ede8d1f89566c23
Merge: cc74b07c 738a2df8
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 20 09:17:18 2022 +0100

    Merge branch 'develop' into version/4.x

commit 738a2df8c8042faa8cea87dac7ab570084100247
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 20 09:13:30 2022 +0100

    Change column value in blob_value table to value_blob because value is reserved in newer h2 versions. Increase version to 3.2.0-SNAPSHOT

commit 5a58a510066a911df67b5d3ecb921d1a9a0570c0
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Wed Jan 19 11:10:53 2022 +0100

    set text/longvarchar to fixed lenght of 1048576

commit cc74b07cc6e4732d077b63419242c42465725f1b
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Jan 14 09:50:26 2022 +0100

    fix build

commit a9304309baabae57f77465726a31363dabcbac0f
Merge: bf15eb48 0824f1c4
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Jan 11 13:45:22 2022 +0100

    Merge branch 'develop' into version/4.x

commit 0824f1c45236070679bae23a0c786b281b93722f
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Jan 11 13:44:53 2022 +0100

    remove obsolete code

commit aacb3acde611858bd0e2ac1be6bfca0e0d89a384
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Jan 10 12:24:14 2022 +0100

    add getNullColumnString to MySQL/MariaDB-Dialect

commit dadf78de9b5ba8e28c161a4e67185b2f163e6587
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Jan 10 12:13:37 2022 +0100

    add getNullColumnString to MySQL/MariaDB-Dialect

commit bf15eb4887c65b587063ef74ea26ff4b902ea128
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 6 10:42:11 2022 +0100

    fix imports

commit 675273b82410dd65fda724485b08f6b6912c0f9b
Merge: ffe9c2f3 351a131b
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 6 10:42:00 2022 +0100

    annual license header update

commit 351a131bb6156afbebca739fbfa64ee300517af1
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Jan 6 10:27:15 2022 +0100

    annual license header update

commit ffe9c2f39a2c1267ff5f57966079112146394b77
Merge: ab86c392 39a129db
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Wed Jan 5 11:13:31 2022 +0100

    Merge branch 'develop' into version/4.x

commit 39a129db447be0bc70ad77937c7d0dffa450aeaa
Merge: 635a2907 1528c17a
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Dec 23 08:37:15 2021 +0100

    Merge pull request #171 from 52North/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.6.2

    Bump spring-boot-dependencies from 2.6.1 to 2.6.2

commit 1528c17a6b2493cd5f3d01ab9ee87c8565bf2a11
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Dec 22 04:13:41 2021 +0000

    Bump spring-boot-dependencies from 2.6.1 to 2.6.2

    Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.6.1 to 2.6.2.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.1...v2.6.2)

    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 635a2907241f1e4915a71482d5781db65452f7b9
Merge: 74d8cd8b 6263c3e1
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Dec 20 08:44:49 2021 +0100

    Merge pull request #170 from 52North/dependabot/maven/com.oracle.database.jdbc-ojdbc8-21.4.0.0.1

    Bump ojdbc8 from 21.3.0.0 to 21.4.0.0.1

commit 6263c3e102f53bb4eba4f4a071fdaa36ad74fd4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Dec 20 04:14:03 2021 +0000

    Bump ojdbc8 from 21.3.0.0 to 21.4.0.0.1

    Bumps ojdbc8 from 21.3.0.0 to 21.4.0.0.1.

    ---
    updated-dependencies:
    - dependency-name: com.oracle.database.jdbc:ojdbc8
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 74d8cd8b2b218c55ed4329b26d8bd5591c1600b5
Merge: d0ac5e63 d0cae204
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Dec 17 11:43:11 2021 +0100

    Merge pull request #169 from 52North/dependabot/maven/hibernate.version-5.6.3.Final

    Bump hibernate.version from 5.6.1.Final to 5.6.3.Final

commit d0cae204d47445905261500084e6560294885434
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Dec 17 10:28:18 2021 +0000

    Bump hibernate.version from 5.6.1.Final to 5.6.3.Final

    Bumps `hibernate.version` from 5.6.1.Final to 5.6.3.Final.

    Updates `hibernate-core` from 5.6.1.Final to 5.6.3.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.3/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.1...5.6.3)

    Updates `hibernate-spatial` from 5.6.1.Final to 5.6.3.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.3/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.1...5.6.3)

    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-spatial
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit d0ac5e630af6cc641299b333ee6bed3a77ae3dfa
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Dec 17 11:27:11 2021 +0100

    fix hibernate update

commit ab86c3929aa54346f62a372ef198f905c131db71
Merge: 44907038 7b7270f0
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Dec 3 09:53:05 2021 +0100

    Merge branch 'develop' into version/4.x

commit 7b7270f06b4b6f7acd128ec45821ca84c0c02b0b
Merge: b6f30c30 f45e9e2a
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Nov 30 08:35:35 2021 +0100

    Merge pull request #166 from 52North/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.6.1

    Bump spring-boot-dependencies from 2.6.0 to 2.6.1

commit f45e9e2a67efdfa876db3069abdb66a02c92b51b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 30 04:12:54 2021 +0000

    Bump spring-boot-dependencies from 2.6.0 to 2.6.1

    Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.6.0 to 2.6.1.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.0...v2.6.1)

    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit b6f30c30e53a4a12f6eac435fdd6073c8ddc043a
Merge: 166152a8 9d051f61
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Nov 29 08:19:03 2021 +0100

    Merge pull request #165 from 52North/dependabot/maven/org.junit-junit-bom-5.8.2

    Bump junit-bom from 5.8.1 to 5.8.2

commit 9d051f61ee7677956bde0d85d14ea3da780075e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 29 04:11:59 2021 +0000

    Bump junit-bom from 5.8.1 to 5.8.2

    Bumps [junit-bom](https://github.com/junit-team/junit5) from 5.8.1 to 5.8.2.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.8.2)

    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 166152a873a86aba3c143d4988570df8addae068
Merge: e61dbeff dae7c4df
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Nov 22 08:16:51 2021 +0100

    Merge pull request #164 from 52North/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.6.0

    Bump spring-boot-dependencies from 2.5.7 to 2.6.0

commit dae7c4df2fdeaf5f4127c71ddd30cc412c18b428
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 22 04:16:09 2021 +0000

    Bump spring-boot-dependencies from 2.5.7 to 2.6.0

    Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.5.7 to 2.6.0.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.7...v2.6.0)

    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit e61dbeff2cd4c52a6c904c0d9e1dd8d004ce8569
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Nov 19 13:10:55 2021 +0100

    Update License

commit 27448d3c7ae45e18cc65ac224af97adbe376afd3
Merge: eeaf6d44 177f4fc1
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Nov 19 13:06:45 2021 +0100

    Merge branch 'develop' of https://github.com/52North/sensorweb-server-db-model into develop

commit eeaf6d44a5fa98bf3626228edf1b6dcb8c3e8afc
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Nov 19 13:06:31 2021 +0100

    remove .md from License

commit 177f4fc129f8042f43682a01d66cfad786834fdb
Merge: 7ca3625e 850ae763
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Nov 19 08:35:20 2021 +0100

    Merge pull request #162 from 52North/dependabot/maven/geotools.version-26.1

    Bump geotools.version from 26.0 to 26.1

commit 7ca3625e1c6f730430fd1791f3b74490be713e8a
Merge: 3bdedc12 38017daa
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Nov 19 08:35:14 2021 +0100

    Merge pull request #163 from 52North/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.5.7

    Bump spring-boot-dependencies from 2.5.6 to 2.5.7

commit 38017daa7999d6c0134094f9738d64519ba5bcde
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Nov 19 04:13:33 2021 +0000

    Bump spring-boot-dependencies from 2.5.6 to 2.5.7

    Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.5.7.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.6...v2.5.7)

    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 850ae763d665991af3a70ea9414f417e561f35ee
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Nov 19 04:13:05 2021 +0000

    Bump geotools.version from 26.0 to 26.1

    Bumps `geotools.version` from 26.0 to 26.1.

    Updates `gt-main` from 26.0 to 26.1

    Updates `gt-epsg-hsql` from 26.0 to 26.1

    Updates `gt-referencing` from 26.0 to 26.1

    Updates `gt-metadata` from 26.0 to 26.1

    Updates `gt-shapefile` from 26.0 to 26.1

    ---
    updated-dependencies:
    - dependency-name: org.geotools:gt-main
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-epsg-hsql
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-referencing
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-metadata
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.geotools:gt-shapefile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 3bdedc1200cb07880f06ff823524e469a638488e
Merge: 034c96c3 b341c125
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Wed Nov 17 13:47:55 2021 +0100

    Merge pull request #161 from 52North/dependabot/maven/hibernate.version-5.6.1.Final

    Bump hibernate.version from 5.6.0.Final to 5.6.1.Final

commit b341c1258144ca2e764972ee7f9675721a2d8e4b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Nov 17 04:13:22 2021 +0000

    Bump hibernate.version from 5.6.0.Final to 5.6.1.Final

    Bumps `hibernate.version` from 5.6.0.Final to 5.6.1.Final.

    Updates `hibernate-core` from 5.6.0.Final to 5.6.1.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.0...5.6.1)

    Updates `hibernate-spatial` from 5.6.0.Final to 5.6.1.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - [Changelog](https://github.com/hibernate/hibernate-orm/blob/main/changelog.txt)
    - [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.0...5.6.1)

    ---
    updated-dependencies:
    - dependency-name: org.hibernate:hibernate-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate:hibernate-spatial
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 034c96c396e916a9ae5fe0f79b7c35e3168dbcdf
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Nov 11 09:16:36 2021 +0100

    [maven-release-plugin] prepare for next development iteration

commit ab80bdde4914c5c658c57c0ef3a55a8e1406b6f6
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Nov 11 09:16:32 2021 +0100

    [maven-release-plugin] prepare release v3.1.3

commit aa244bdd7cfea2502c046f41d5d51f2bdde89f42
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Wed Nov 10 08:34:01 2021 +0100

    REDO: Bump formatter-maven-plugin from 2.16.0 to 2.17.0 dur to java version compile issues

commit 2346a7f26bd2ca8bacec166f38009ef321c2308e
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Tue Nov 9 15:12:11 2021 +0100

    Bump formatter-maven-plugin from 2.16.0 to 2.17.0

commit 449070388ae0c9a534f1abb5634642ee2238eb09
Merge: 43eec7e4 5ca266a0
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Nov 8 14:40:57 2021 +0100

    Merge branch 'develop' into version/4.x

commit 5ca266a01fd47ce4cda6116075d2e08e07d88bfb
Merge: f890ceaf 177a30a1
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Nov 8 14:40:49 2021 +0100

    Merge branch 'maintenance/3.0.x' into develop

commit 177a30a1df77f588696f369875ae1d84a551df65
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Nov 4 10:01:12 2021 +0100

    [maven-release-plugin] prepare for next development iteration

commit 6ea83e1ebdd36fa19600729db3da1721b2344fc1
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Nov 4 10:00:59 2021 +0100

    [maven-release-plugin] prepare release v3.0.9

commit f890ceaf33a2155e32a3a3c6ce0769f0e7f90327
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Oct 28 15:32:15 2021 +0200

    update notice

commit 43eec7e4dd032cf44f35f5bd6a71cb98fcc5c5e5
Merge: 92fdaaa8 6e5e29ff
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Oct 28 14:58:55 2021 +0200

    Merge branch 'develop' into version/4.x

commit 6e5e29ff05caaf91c4e37c72c14280e3c24fb932
Merge: 095ba49f 0e99b63d
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Oct 28 14:56:35 2021 +0200

    Merge branch 'maintenance/3.0.x' into develop

commit 0e99b63d486700c93402cc2712d1868181df293b
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Oct 28 14:54:56 2021 +0200

    Update license header

commit 095ba49fef0d5f2fae822b44866097fd182ebbf2
Merge: 44d8f4b6 9d7c019d
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Oct 28 14:49:58 2021 +0200

    Merge branch 'maintenance/3.0.x' into develop

commit 9d7c019dc3c7ba91e957b8655673d41c24c63cae
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Oct 28 12:29:28 2021 +0200

    add get and store DateTimeZone at first call

commit 2ddfc7752a47659b56ed4b03f83ecbf561e82256
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Thu Oct 28 12:28:54 2021 +0200

    Enhance noData check by creating separate collections with Integer and BigDecimal no data values

commit 44d8f4b66429db6ee91c9b7d0816a73068f20051
Merge: a33dd17c 63b6ce0c
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Wed Oct 27 08:39:50 2021 +0200

    Merge pull request #159 from 52North/dependabot/maven/joda-time-joda-time-2.10.13

    Bump joda-time from 2.10.12 to 2.10.13

commit 63b6ce0c9d4b26a5afdd77493aa324e5643bcca1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 27 04:13:50 2021 +0000

    Bump joda-time from 2.10.12 to 2.10.13

    Bumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.12 to 2.10.13.
    - [Release notes](https://github.com/JodaOrg/joda-time/releases)
    - [Changelog](https://github.com/JodaOrg/joda-time/blob/master/RELEASE-NOTES.txt)
    - [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.12...v2.10.13)

    ---
    updated-dependencies:
    - dependency-name: joda-time:joda-time
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit a33dd17c5b3d537d2a0b635d53dbe7eaf2acdb5e
Merge: 28aac1d7 402a3f94
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Oct 25 08:28:20 2021 +0200

    Merge pull request #158 from 52North/dependabot/maven/org.springframework.boot-spring-boot-dependencies-2.5.6

    Bump spring-boot-dependencies from 2.5.5 to 2.5.6

commit 92fdaaa8da36e3d0feafa5c58cc02bdbb33cefe7
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Fri Oct 22 09:25:27 2021 +0200

    Update table metadata doc

commit 402a3f94d139ac696b16cb17b10f0c063048d437
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Oct 22 04:14:02 2021 +0000

    Bump spring-boot-dependencies from 2.5.5 to 2.5.6

    Bumps [spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.5.5 to 2.5.6.
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.5...v2.5.6)

    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit 59586cfb000061c67df0b60557436e63bdf44bd3
Merge: cdf73156 28aac1d7
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Oct 18 13:23:20 2021 +0200

    Merge branch 'develop' into version/4.x

commit 28aac1d7e5b63033d8177963436049f5f3fc7da7
Merge: 0848c833 46425e11
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Oct 18 10:13:39 2021 +0200

    Merge pull request #156 from 52North/dependabot/maven/hibernate.version-5.6.0.Final

    Bump hibernate.version from 5.5.7.Final to 5.6.0.Final

commit 0848c833282638cbabba2e1f7719f05cc6f17304
Merge: 45611c68 abc9de98
Author: CarstenHollmann <c.hollmann@52north.org>
Date:   Mon Oct 18 10:13:33 2021 +0200

    Merge pull request #157 from 52North/dependabot/maven/geotools.version-26.0

    Bump geotools.version from 25.2 to 26.0

commit abc9de98fa0e85f28413e8097ecedd4069b68d9d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Oct 13 04:10:16 2021 +0000

    Bump geotools.version f…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant