)]}'
{
  "log": [
    {
      "commit": "73fe8f2d0539860152aa4e828d61afc5ebb1a046",
      "tree": "49fe6d379796f61c7d7a37e6a3410d8465b09ec3",
      "parents": [
        "241bc4fa47eea248a9e5a15c5c609ea3c42ea543"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Tue Nov 08 19:56:52 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:04 2022 +0000"
      },
      "message": "Jersey 2: Migrate requests made in unittests\n\nThis commit is a set of simple migrations for client requests made in\nunittests.\n\nThe javax.ws.rs.core.Response class is the default object returned by\nthe request methods: get, post, put, and delete; This class can be a replacement\nfor com.sun.jersey.api.client.ClientResponse from Jersey 1.x.\n\nWhy not use org.glassfish.jersey.client.ClientResponse as a replacement instead?\nWhen trying to return a org.glassfish.jersey.client.ClientResponse from the\nrequest methods, the Jersey implementation for some reason attempts to use\nthe Jackson ObjectMapper to convert the do the conversion which by default will fail\nwith an exception.\n\nOther simple migrations in this commit include replacing MultivaluedMap with\njavax.ws.rs.core.Form for form query parameters; And conforming to the new signature\nfor put() and post() methods a javax.ws.rs.client.Entity is always supplied.\n"
    },
    {
      "commit": "241bc4fa47eea248a9e5a15c5c609ea3c42ea543",
      "tree": "54adabf4f2e0c1d94a17622b47befb818d57bc7b",
      "parents": [
        "8a05e3764f67fa6b5cbd7d03e014337333c94482"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 20:13:57 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:04 2022 +0000"
      },
      "message": "Jersey 2: Use WebTarget.request() where necessary\n\nWhen building a client request, the method WebTarget.request() must be used\nto make a builder that provides the following methods:\n\n- accept()\n- header()\n- method()\n- get()\n- post()\n- put()\n- delete()\n\nReference: https://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/client/WebTarget.html#request()\n"
    },
    {
      "commit": "8a05e3764f67fa6b5cbd7d03e014337333c94482",
      "tree": "3a16489f6888efe35c79867492eb62ff3b10a845",
      "parents": [
        "a94a042ff31d8648db120e21e1c526c38b429f50"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 20:09:34 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:03 2022 +0000"
      },
      "message": "Jersey 2: Use getSecurityContext() where necessary\n\nSecurityContext methods are accessible through getSecurityContext().\n\nReferences:\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/container/ContainerRequestContext.html#getSecurityContext()\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/core/SecurityContext.html\n"
    },
    {
      "commit": "a94a042ff31d8648db120e21e1c526c38b429f50",
      "tree": "1e7506fc04ee97d4fcffbb81ab20752ab722fc51",
      "parents": [
        "96687245162ddb51c43f38fa18531c50fbd0c15f"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 20:07:23 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:03 2022 +0000"
      },
      "message": "Jersey 2: Replace getHeaderValue() with getHeaderString()\n\nContainerRequestContext.getHeaderString() is a direct replacement for\nContainerRequest.getHeaderValue().\n\nReference: https://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/container/ContainerRequestContext.html#getHeaderString(java.lang.String)\n"
    },
    {
      "commit": "96687245162ddb51c43f38fa18531c50fbd0c15f",
      "tree": "e48ed8b4b1f5ef0ecf254cc0f17679dbcea82a80",
      "parents": [
        "0298407e9edfa71a00e1d7af0d6bfc5dce911fa1"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 20:00:19 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:03 2022 +0000"
      },
      "message": "Jersey 2: Use getUriInfo() where necessary\n\nURI related method have been moved to the UriInfo class which is returned\nby the method ContainerRequestContext.getUriInfo().\n\nReferences:\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/container/ContainerRequestContext.html#getUriInfo()\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/core/UriInfo.html\n"
    },
    {
      "commit": "0298407e9edfa71a00e1d7af0d6bfc5dce911fa1",
      "tree": "1d08357ad7173ae8939fb3d2c5a76739004bb87b",
      "parents": [
        "3df666b21bb66b9e49fe9c1624ae9adc4e4f4c7f"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 19:55:21 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:02 2022 +0000"
      },
      "message": "Jersey 2: Replace ContainerRequest.getUserPrincipal()\n\nThe is no direct replacement of the method ContainerRequest.getUserPrincipal()\nin Jersey 2 was removed, but the logic of the original method is quite simple;\nWe can inline the Jersey 1.x implementation which used to be:\n\n    if (securityContext \u003d\u003d null)\n        throw new UnsupportedOperationException();\n    return securityContext.getUserPrincipal();\n\nReference: https://github.com/javaee/jersey-1.x/blob/1.19.3/jersey-server/src/main/java/com/sun/jersey/spi/container/ContainerRequest.java#L905-L910\n"
    },
    {
      "commit": "3df666b21bb66b9e49fe9c1624ae9adc4e4f4c7f",
      "tree": "e5b5b7f5c454535822089324e44a328e43ea147b",
      "parents": [
        "e8f161c77f2132ba0e23b0104746bcc7aa943ce2"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 19:37:22 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:02 2022 +0000"
      },
      "message": "Jersey 2: Replace ContainerRequest.getFormParameters()\n\nThere is no direct replacement for ContainerRequest.getFormParameters().\nThe simple solution is to reimplement it with the same behaviour of\nJersey 1.x.\n\nSee also:\nhttps://github.com/javaee/jersey-1.x/blob/1.19.3/jersey-server/src/main/java/com/sun/jersey/spi/container/ContainerRequest.java#L591-L615\nhttps://github.com/eclipse-ee4j/jersey/blob/2.37/core-server/src/main/java/org/glassfish/jersey/server/internal/inject/FormParamValueParamProvider.java#L184-L202\n"
    },
    {
      "commit": "e8f161c77f2132ba0e23b0104746bcc7aa943ce2",
      "tree": "777fde4e16829f95b74c761dd713814b9aef48a2",
      "parents": [
        "edfa670423eadbd3e76b70d048afa0c7cd69215c"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:02:51 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:01 2022 +0000"
      },
      "message": "Jersey 2: Replace LocaleProvider\n\nReplace LocaleProvider with LocaleFactory. The semantics are the same except\nthat Jersey 2 unlike Jersey 1 does not include a native dependency injection\nframework; HK2 is the standard dependency injection framework used with Jersey 2.\nIn this case a class implementing the Factory\u003cLocale\u003e interface is the\nreplacement of AbstractHttpContextInjectable\u003cLocale\u003e from Jersey 1.\n\nReferences: https://javaee.github.io/hk2/apidocs/org/glassfish/hk2/api/Factory.html\n"
    },
    {
      "commit": "edfa670423eadbd3e76b70d048afa0c7cd69215c",
      "tree": "5d2f38d6cb0ffa80f503a0cc8dc632b6c9ced2cd",
      "parents": [
        "2cb86c690d4a011f2b0e897b7a81aaad4748c52c"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 18:52:14 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:01 2022 +0000"
      },
      "message": "Jersey 2: Fix NotFoundException\n\nThe exception NotFoundException no longer stores the missing resource URI;\nHowever the latter can is accessible at any time during the request from\nthe request context.\n\nReferences:\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/NotFoundException.html\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/container/ContainerRequestContext.html#getUriInfo()\n"
    },
    {
      "commit": "2cb86c690d4a011f2b0e897b7a81aaad4748c52c",
      "tree": "e1fb83a9b31bd2576d4f60ec4ccd3b82a1e86ee2",
      "parents": [
        "c0c2e302c7177284defa370185643a96ef2e770f"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 18:46:36 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:01 2022 +0000"
      },
      "message": "Jersey 2: Define priorities for request filters.\n\nIt is a good practice to define priorities for request filters; Otherwise,\nthe execution order of filters with the same priority is implementation-defined.\n\nReferences:\nhttps://eclipse-ee4j.github.io/jersey.github.io/documentation/2.37/filters-and-interceptors.html#d0e10195\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/Priorities.html\n"
    },
    {
      "commit": "c0c2e302c7177284defa370185643a96ef2e770f",
      "tree": "2549a4f5dcff12a351e245e25e6bbf3212a36875",
      "parents": [
        "136ff59cad9d06376a7610a15c2a4003a304e855"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 18:30:52 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:49:00 2022 +0000"
      },
      "message": "Jersey 2: Create a custom annotation to register resource filters\n\nThere is no direct equivalent of the @ResourceFilters annotation in Jersey 2.\nThe best alternative to define a custom annotation and use a DynamicFeature provider\nto interpret this annotation and register filters.\n\nWhy not define a annotation for each filter and use Jersey\u0027s @NameBinding mechanism?\n@ResourceFilters works differently than @NameBinding. A @ResourceFilters annotation\non method overrides the class level annotation; In this case, all filters\ndefined on the class level are discarded. This behaviour can\u0027t be achieved\nwith @NameBinding.\n\nReferences:\nhttps://eclipse-ee4j.github.io/jersey.github.io/documentation/2.37/filters-and-interceptors.html#d0e10127\nhttps://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/container/DynamicFeature.html\n"
    },
    {
      "commit": "136ff59cad9d06376a7610a15c2a4003a304e855",
      "tree": "60733fc79cfed9a8d9c08fde5726f85a22d332fe",
      "parents": [
        "8e5ff51da9dd23cc925c234e39d19b197839d167"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 18:25:03 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:48:59 2022 +0000"
      },
      "message": "Jersey 2: Migrate request filters\n\nThe signature has changed for the method ContainerRequestFilter.filter(),\nand the ResourceFilter interface along with the ResourceFilters annotation\nno longer exist in Jersey 2.\n\nA future commit will address the ResourceFilters annotation for filters\nregistration.\n\nReference: https://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/container/ContainerRequestFilter.html#filter(javax.ws.rs.container.ContainerRequestContext)\n"
    },
    {
      "commit": "8e5ff51da9dd23cc925c234e39d19b197839d167",
      "tree": "f4c433a5bec24da3a2cd6297949a7b1c2b36b096",
      "parents": [
        "87984e308d6ca7fba7dc01bace6a14b0191c65ba"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 17:27:13 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:48:59 2022 +0000"
      },
      "message": "Jersey 2: Replace WebResource.queryParams()\n\nThere is no equivalent to the method queryParams() in WebTarget, but there is\nthe method queryParam() which adds a single query parameter.\nThe solution is to add parameters one at a time.\n\nReference: https://jakartaee.github.io/rest/apidocs/2.1.6/javax/ws/rs/client/WebTarget.html#queryParam(java.lang.String,java.lang.Object...)\n"
    },
    {
      "commit": "87984e308d6ca7fba7dc01bace6a14b0191c65ba",
      "tree": "f6aa4685ff3447d6dbe2ff6a431809a97e6d8bf3",
      "parents": [
        "d912a2c4e9691cab30cbb7710603a81385de5f9c"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 17:16:25 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:48:59 2022 +0000"
      },
      "message": "Jersey 2: Fix the root packages init parameter\n\nThe parameter name has changed from \"com.sun.jersey.config.property.packages\"\nto \"jersey.config.server.provider.packages\". This parameter defines\nthe root packages that would be scanned for resources and providers.\n\nThe new name is also defined in the constant ServerProperties.PROVIDER_PACKAGES.\n\nReference: https://eclipse-ee4j.github.io/jersey.github.io/apidocs/2.37/jersey/org/glassfish/jersey/server/ServerProperties.html#PROVIDER_PACKAGES\n"
    },
    {
      "commit": "d912a2c4e9691cab30cbb7710603a81385de5f9c",
      "tree": "c9a48ead4279682656652a2ecb3e72c4ccba9270",
      "parents": [
        "0c746893e3db663ec62220cb9dcaef31a10ec7f3"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Mon Nov 07 17:10:50 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:48:58 2022 +0000"
      },
      "message": "Jersey 2: Do simple migrations\n\nA few migrations are said to be simple since they have direct replacements\nin Jersey 2 from Jersey 1.\n\nThis list includes:\n\n- ServletContainer replaces SpringServlet.\n- MultivaluedHashMap replaces MultivaluedMapImpl.\n- ClientBuilder.newClient() replaces Client.create().\n- WebTarget replaces WebResource.\n- LoggingFeature replaces LoggingFilter\n\nAs a general reference: https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest/migration.html#mig-1.x\n"
    },
    {
      "commit": "0c746893e3db663ec62220cb9dcaef31a10ec7f3",
      "tree": "d947d867732c04c4175d8f1437f2cdb556f4fd19",
      "parents": [
        "bfbfc431a553cc38c0664f9a95b7efd15c92cd9f"
      ],
      "author": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Thu Nov 03 22:47:04 2022 +0000"
      },
      "committer": {
        "name": "abcpro1",
        "email": "abcpro11051@disroot.org",
        "time": "Wed Nov 09 21:48:58 2022 +0000"
      },
      "message": "Jersey 2: Upgrade pom.xml with java 11 and jersey 2.37\n\nPOM files for core, lite, and full are upgraded to java 11 and Jersey 2.37.\nA few dependencies have been renamed from Jersey 1 to Jersey 2.\n"
    },
    {
      "commit": "bfbfc431a553cc38c0664f9a95b7efd15c92cd9f",
      "tree": "d2cd81e1a0656825de680087c8a6100d3a500900",
      "parents": [
        "1f1c5ea07824d05342a00cb076dcce82b1c7fa98"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 27 17:02:10 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 05 16:16:12 2022 +0100"
      },
      "message": "Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /full\n\nBumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.0 to 3.4.1.\n- [Release notes](https://github.com/apache/maven-shade-plugin/releases)\n- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-shade-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\nChange-Id: I22e6553afec3715434fdbca053f8c7a4a21b7dec\n"
    },
    {
      "commit": "1f1c5ea07824d05342a00cb076dcce82b1c7fa98",
      "tree": "6c78407eda97abba5a8a9e9d0d171f70865c9448",
      "parents": [
        "d92b05bd824e1b9a680509c9bab6471c295b4cef"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Sat Nov 05 15:00:48 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 05 16:15:37 2022 +0100"
      },
      "message": "Bump flyway-core from 9.5.0 to 9.7.0 in /core\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 9.5.0 to 9.7.0.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/compare/flyway-9.5.0...flyway-9.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #466\n\nChange-Id: Ic0b630ad5005b507ad858267ba621b2e5f9822df\n"
    },
    {
      "commit": "d92b05bd824e1b9a680509c9bab6471c295b4cef",
      "tree": "5e90df50f6d3aed629ecf990cfc2f915fad2a59c",
      "parents": [
        "3de4c51e5660e514f0839f77e589ccd0edb318dd"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 27 17:02:10 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 05 09:16:23 2022 +0100"
      },
      "message": "Bump maven-shade-plugin from 3.4.0 to 3.4.1 in /lite\n\nBumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.4.0 to 3.4.1.\n- [Release notes](https://github.com/apache/maven-shade-plugin/releases)\n- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.4.0...maven-shade-plugin-3.4.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-shade-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #462\n\nChange-Id: I6f899dff017b0e52c0cd932a3d32affee65d759e\n"
    },
    {
      "commit": "3de4c51e5660e514f0839f77e589ccd0edb318dd",
      "tree": "d623c84ec33133455eb9863ecc230eaea0cd0676",
      "parents": [
        "f9a6a9a0efb28e7185cf9404fe9c264d3adc07b7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 27 17:02:16 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 05 09:16:23 2022 +0100"
      },
      "message": "Bump oauth2-oidc-sdk from 9.43.1 to 10.1 in /full\n\nBumps [oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 9.43.1 to 10.1.\n- [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/10.1..9.43.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:oauth2-oidc-sdk\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #464\n\nChange-Id: I4748a2ec605cbe04f4efb50c2dd7e5d633fbf569\n"
    },
    {
      "commit": "f9a6a9a0efb28e7185cf9404fe9c264d3adc07b7",
      "tree": "394ab918912bdf43d889f40021716a98dbc4ab95",
      "parents": [
        "4f9000d091e2f8142f4334ac284c648c64665dff"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Oct 31 17:02:31 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 05 09:16:23 2022 +0100"
      },
      "message": "Bump joda-time from 2.12.0 to 2.12.1 in /core\n\nBumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.12.0 to 2.12.1.\n- [Release notes](https://github.com/JodaOrg/joda-time/releases)\n- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)\n- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.12.0...v2.12.1)\n\n---\nupdated-dependencies:\n- dependency-name: joda-time:joda-time\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #465\n\nChange-Id: Ic646d572b157b930034c987a66761a04f5a81ccf\n"
    },
    {
      "commit": "4f9000d091e2f8142f4334ac284c648c64665dff",
      "tree": "ec46c45c67d09f6011981f36b67257814fc59f16",
      "parents": [
        "f6af9302573116cd64deb239f64694be09d39b8f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Nov 04 17:00:30 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 05 09:16:23 2022 +0100"
      },
      "message": "Bump hibernate.version from 5.6.12.Final to 5.6.14.Final in /core\n\nBumps `hibernate.version` from 5.6.12.Final to 5.6.14.Final.\n\nUpdates `hibernate-ehcache` from 5.6.12.Final to 5.6.14.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.12...5.6.14)\n\nUpdates `hibernate-jpamodelgen` from 5.6.12.Final to 5.6.14.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.12...5.6.14)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-ehcache\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #467\n\nChange-Id: I64c7c6c1e5d5a4385187b37e94124b390249a576\n"
    },
    {
      "commit": "f6af9302573116cd64deb239f64694be09d39b8f",
      "tree": "96e0eb9feb42fdb46d7218233940bd6cd5b5df87",
      "parents": [
        "a2630eb1c11aa7eefedd0e31318c4f2a3e1e6162"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Nov 04 17:00:38 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Sat Nov 05 09:16:23 2022 +0100"
      },
      "message": "Bump hibernate.version from 5.6.12.Final to 5.6.14.Final in /full\n\nBumps `hibernate.version` from 5.6.12.Final to 5.6.14.Final.\n\nUpdates `hibernate-entitymanager` from 5.6.12.Final to 5.6.14.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.12...5.6.14)\n\nUpdates `hibernate-jpamodelgen` from 5.6.12.Final to 5.6.14.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.12...5.6.14)\n\nUpdates `hibernate-java8` from 5.6.12.Final to 5.6.14.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.12...5.6.14)\n\nUpdates `hibernate-c3p0` from 5.6.12.Final to 5.6.14.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.14/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.12...5.6.14)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-entitymanager\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-java8\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-c3p0\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #468\n\nChange-Id: Ibbc6a63a6b70427a321186d960c4a5794a0b0c39\n"
    },
    {
      "commit": "a2630eb1c11aa7eefedd0e31318c4f2a3e1e6162",
      "tree": "66dbd989c24e201a7f794d6784b2a9fb1be10825",
      "parents": [
        "a4cfbb77c3d273754652a0136a1575cb9640e9b2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Oct 14 17:01:24 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Oct 19 19:20:46 2022 +0200"
      },
      "message": "Bump nimbus-jose-jwt from 9.25.5 to 9.25.6 in /full\n\nBumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.25.5 to 9.25.6.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.25.6..9.25.5)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:nimbus-jose-jwt\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #457\n\nChange-Id: Ib1f60c65a9aff19ee5147dcf7d44b0dd0d1342ef\n"
    },
    {
      "commit": "a4cfbb77c3d273754652a0136a1575cb9640e9b2",
      "tree": "0a16b15ac01eb8afabcf8370d4ac58bbd6f08141",
      "parents": [
        "1c7bbae52573445acb7714a7c59da2c982015cdc"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Oct 19 17:04:19 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Wed Oct 19 19:20:46 2022 +0200"
      },
      "message": "Bump flyway-core from 9.4.0 to 9.5.0 in /core\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 9.4.0 to 9.5.0.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/compare/flyway-9.4.0...flyway-9.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #458\n\nChange-Id: I1e7eb30a5c954719fe4bf0173929f308b6c785ad\n"
    },
    {
      "commit": "1c7bbae52573445acb7714a7c59da2c982015cdc",
      "tree": "347fc433879284ef8a8c5675ce91508a776fbf4f",
      "parents": [
        "aa209072a25241e67bdc9d95b97907a0818a9159"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Oct 11 17:01:52 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Oct 14 15:28:20 2022 +0200"
      },
      "message": "Bump nimbus-jose-jwt from 9.25.4 to 9.25.5 in /full\n\nBumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.25.4 to 9.25.5.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.25.5..9.25.4)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:nimbus-jose-jwt\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #455\n\nChange-Id: I09c9b4da2576e6d7f5f9878e83d33727a28f3353\n"
    },
    {
      "commit": "aa209072a25241e67bdc9d95b97907a0818a9159",
      "tree": "4df998ac5e75a168a807d64669e3b732a8c41784",
      "parents": [
        "d8cc695514bb1444a9152d40390c60ff19537df8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Oct 13 17:02:33 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Oct 14 15:28:20 2022 +0200"
      },
      "message": "Bump joda-time from 2.11.2 to 2.12.0 in /core\n\nBumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.11.2 to 2.12.0.\n- [Release notes](https://github.com/JodaOrg/joda-time/releases)\n- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)\n- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.11.2...v2.12.0)\n\n---\nupdated-dependencies:\n- dependency-name: joda-time:joda-time\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #456\n\nChange-Id: I3cb3a47e4372e98abde2d7615bbe19f0e73910b7\n"
    },
    {
      "commit": "d8cc695514bb1444a9152d40390c60ff19537df8",
      "tree": "3b62a6152b284df395e7019c2e0e2777356a2ae6",
      "parents": [
        "93424333be4991120041960c745a7e35c2e0f814"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 28 17:03:18 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 30 08:55:24 2022 +0200"
      },
      "message": "Bump nimbus-jose-jwt from 9.25.3 to 9.25.4 in /full\n\nBumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.25.3 to 9.25.4.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.25.4..9.25.3)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:nimbus-jose-jwt\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #450\n\nChange-Id: I54f74c74aac1f75a69824b83f770876606191b35\n"
    },
    {
      "commit": "93424333be4991120041960c745a7e35c2e0f814",
      "tree": "54c07f2936694cc3beabbd0c256403487ff2e586",
      "parents": [
        "60bb97cdf28ff2eaf9367805e72ca9d1479c709b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 28 17:03:24 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 30 08:55:23 2022 +0200"
      },
      "message": "Bump slf4j-api from 2.0.2 to 2.0.3 in /core\n\nBumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.2 to 2.0.3.\n- [Release notes](https://github.com/qos-ch/slf4j/releases)\n- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.slf4j:slf4j-api\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #451\n\nChange-Id: I39265e6240d62606bb1359f76ccf9752b9ff4a9d\n"
    },
    {
      "commit": "60bb97cdf28ff2eaf9367805e72ca9d1479c709b",
      "tree": "8b9a8c8658f07c629f3e1eb83926038ace94866f",
      "parents": [
        "5e19a781233927cb4b73eaef5c003e516e5cbeee"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 29 17:02:19 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 30 08:55:23 2022 +0200"
      },
      "message": "Bump flyway-core from 9.3.1 to 9.4.0 in /core\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 9.3.1 to 9.4.0.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/compare/flyway-9.3.1...flyway-9.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #452\n\nChange-Id: I1cff35ef661f2fb80852fc77a391fc9ee8a805b3\n"
    },
    {
      "commit": "5e19a781233927cb4b73eaef5c003e516e5cbeee",
      "tree": "7d5df4a16827319881ae0546ffb0ce05b4292382",
      "parents": [
        "0074013bdceecf6a221114268fb8ed5adbaf4f42"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 29 17:04:17 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 30 08:55:23 2022 +0200"
      },
      "message": "Bump commons-text from 1.9 to 1.10.0 in /full\n\nBumps commons-text from 1.9 to 1.10.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-text\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #453\n\nChange-Id: Ide86117bb290971c6068531d6496878511cf9f74\n"
    },
    {
      "commit": "0074013bdceecf6a221114268fb8ed5adbaf4f42",
      "tree": "d1aaa3f78ed481b8bbba7a8b42d6b95806290914",
      "parents": [
        "1bba11d7d4ec057e2ed47fd72bf56c2b0fffff4d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 29 17:04:25 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 30 08:55:23 2022 +0200"
      },
      "message": "Bump commons-text from 1.9 to 1.10.0 in /core\n\nBumps commons-text from 1.9 to 1.10.0.\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.commons:commons-text\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #454\n\nChange-Id: I4443c4b996ba6120c4eedc6f872023ca4e9352c2\n"
    },
    {
      "commit": "1bba11d7d4ec057e2ed47fd72bf56c2b0fffff4d",
      "tree": "e290055daaa83abe4c75e5df73ffbee9dd6a2f2a",
      "parents": [
        "ab69cdb0f3a8952352f1e7541e0968c58cc68d32"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 21 17:02:04 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 27 19:32:11 2022 +0200"
      },
      "message": "Bump slf4j-api from 2.0.1 to 2.0.2 in /core\n\nBumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.1 to 2.0.2.\n- [Release notes](https://github.com/qos-ch/slf4j/releases)\n- [Commits](https://github.com/qos-ch/slf4j/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.slf4j:slf4j-api\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #444\n\nChange-Id: I7da1d38bb1e535c7bb7d430daab1106332d9ddf5\n"
    },
    {
      "commit": "ab69cdb0f3a8952352f1e7541e0968c58cc68d32",
      "tree": "bb6c481b3121e002289fef269a718af1f0f74b84",
      "parents": [
        "c23011b06951b1b1e7bde715f71c769c8889aa9c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 26 17:04:00 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 27 19:32:11 2022 +0200"
      },
      "message": "Bump nimbus-jose-jwt from 9.25.1 to 9.25.3 in /full\n\nBumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.25.1 to 9.25.3.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.25.3..9.25.1)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:nimbus-jose-jwt\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #446\n\nChange-Id: I8aa07e0226f90b23c0c5e15d64a78f7b6997d0d0\n"
    },
    {
      "commit": "c23011b06951b1b1e7bde715f71c769c8889aa9c",
      "tree": "b89814ba25d5398c7cbcedc6202cafea6096942e",
      "parents": [
        "93d723f312ef91b63d704979c80870be97b5423c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Sep 26 17:04:10 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 27 19:32:11 2022 +0200"
      },
      "message": "Bump joda-time from 2.11.1 to 2.11.2 in /core\n\nBumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.11.1 to 2.11.2.\n- [Release notes](https://github.com/JodaOrg/joda-time/releases)\n- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)\n- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.11.1...v2.11.2)\n\n---\nupdated-dependencies:\n- dependency-name: joda-time:joda-time\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #447\n\nChange-Id: I775f60e028fc1b771a754588dd6291ed74f16441\n"
    },
    {
      "commit": "93d723f312ef91b63d704979c80870be97b5423c",
      "tree": "b576e9b0688f1050d92987ecf962b32e6bdb9477",
      "parents": [
        "4da3edd4f0e7b291ee889acc3b3cc587a8e83004"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 27 17:02:00 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 27 19:32:11 2022 +0200"
      },
      "message": "Bump hibernate.version from 5.6.11.Final to 5.6.12.Final in /core\n\nBumps `hibernate.version` from 5.6.11.Final to 5.6.12.Final.\n\nUpdates `hibernate-ehcache` from 5.6.11.Final to 5.6.12.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.11...5.6.12)\n\nUpdates `hibernate-jpamodelgen` from 5.6.11.Final to 5.6.12.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.11...5.6.12)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-ehcache\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #448\n\nChange-Id: Ieda8b7f7537e0610b37c8b10a1b0b29450b771f0\n"
    },
    {
      "commit": "4da3edd4f0e7b291ee889acc3b3cc587a8e83004",
      "tree": "a0aa271eda0de391b4e79b94f83656e9e6c9d787",
      "parents": [
        "f7946346957ea3602f4de54688cfdec5d74ed30a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 27 17:02:05 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Sep 27 19:32:11 2022 +0200"
      },
      "message": "Bump hibernate.version from 5.6.11.Final to 5.6.12.Final in /full\n\nBumps `hibernate.version` from 5.6.11.Final to 5.6.12.Final.\n\nUpdates `hibernate-entitymanager` from 5.6.11.Final to 5.6.12.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.11...5.6.12)\n\nUpdates `hibernate-jpamodelgen` from 5.6.11.Final to 5.6.12.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.11...5.6.12)\n\nUpdates `hibernate-java8` from 5.6.11.Final to 5.6.12.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.11...5.6.12)\n\nUpdates `hibernate-c3p0` from 5.6.11.Final to 5.6.12.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.12/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.11...5.6.12)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-entitymanager\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-java8\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-c3p0\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #449\n\nChange-Id: I9acaa01e16052a6854187c2db02cc022ce1eb6fb\n"
    },
    {
      "commit": "f7946346957ea3602f4de54688cfdec5d74ed30a",
      "tree": "a28a28a76ae207ec1fc006dffad79cd4ed6e9225",
      "parents": [
        "efd2afe6b428d290bd13d2deac6af875afdfcbdb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Sep 16 17:02:25 2022 +0000"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Sep 21 14:56:11 2022 +0200"
      },
      "message": "Bump jetty.version from 9.4.48.v20220622 to 9.4.49.v20220914 in /core (closes #441)\n\nBumps `jetty.version` from 9.4.48.v20220622 to 9.4.49.v20220914.\n\nUpdates `jetty-server` from 9.4.48.v20220622 to 9.4.49.v20220914\n- [Release notes](https://github.com/eclipse/jetty.project/releases)\n- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-9.4.49.v20220914)\n\nUpdates `jetty-servlet` from 9.4.48.v20220622 to 9.4.49.v20220914\n- [Release notes](https://github.com/eclipse/jetty.project/releases)\n- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-9.4.49.v20220914)\n\nUpdates `jetty-webapp` from 9.4.48.v20220622 to 9.4.49.v20220914\n- [Release notes](https://github.com/eclipse/jetty.project/releases)\n- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-9.4.49.v20220914)\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.jetty:jetty-server\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.eclipse.jetty:jetty-servlet\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.eclipse.jetty:jetty-webapp\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nChange-Id: I2af12e955c147fa227f2aebb367e8e65908ae238\n"
    },
    {
      "commit": "efd2afe6b428d290bd13d2deac6af875afdfcbdb",
      "tree": "90db88b41a704dd58d76f75328fdb7f2635a53c1",
      "parents": [
        "fc8531921a292088c6b923f0aa49b66eb317afb3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Sep 16 17:02:06 2022 +0000"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Sep 21 14:47:44 2022 +0200"
      },
      "message": "Bump maven-jar-plugin from 3.2.2 to 3.3.0 in /core (closes #440)\n\nBumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.2 to 3.3.0.\n- [Release notes](https://github.com/apache/maven-jar-plugin/releases)\n- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-jar-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nChange-Id: Ib27c5e6592b4acd470035ae0380c49595078aff7\n"
    },
    {
      "commit": "fc8531921a292088c6b923f0aa49b66eb317afb3",
      "tree": "0f5b88973280ce4e1f4b695d8e155911e4898892",
      "parents": [
        "4c72262838cee1f98145668dd526e248003b5fd9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 20 17:43:49 2022 +0000"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Sep 21 14:35:29 2022 +0200"
      },
      "message": "Bump flyway-core from 9.3.0 to 9.3.1 in /core (closes #443)\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 9.3.0 to 9.3.1.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/compare/flyway-9.3.0...flyway-9.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nChange-Id: Id70604e2c2b4dd300ada779d3a498245b9eb1c6c\n"
    },
    {
      "commit": "4c72262838cee1f98145668dd526e248003b5fd9",
      "tree": "f43a6a7db154722ce206db4e2327dc976416661c",
      "parents": [
        "3f9c6791f1c3032508b1c151fb4f31b09439009f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 20 17:43:24 2022 +0000"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Sep 21 12:56:40 2022 +0200"
      },
      "message": "Bump nimbus-jose-jwt from 9.25 to 9.25.1 in /full (closes #442)\n\nBumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.25 to 9.25.1.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.25.1..9.25)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:nimbus-jose-jwt\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nChange-Id: I3d14d50f0a3bd3f9762af683b87e04ff34930658\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n"
    },
    {
      "commit": "3f9c6791f1c3032508b1c151fb4f31b09439009f",
      "tree": "ed275d3cef7006bb4988fc6540daae5c3433ce1a",
      "parents": [
        "aa4a4b9fa53e227d6d09421a6b28236177afa63c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 15 17:02:30 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 19:44:06 2022 +0200"
      },
      "message": "Bump spring.version from 5.3.22 to 5.3.23 in /core\n\nBumps `spring.version` from 5.3.22 to 5.3.23.\n\nUpdates `spring-core` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\nUpdates `spring-web` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\nUpdates `spring-orm` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\nUpdates `spring-jdbc` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\nUpdates `spring-tx` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\nUpdates `spring-context` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\nUpdates `spring-context-support` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\nUpdates `spring-test` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\nUpdates `spring-aop` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\nUpdates `spring-aspects` from 5.3.22 to 5.3.23\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.22...v5.3.23)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-core\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-web\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-orm\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-jdbc\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-tx\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-context\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-context-support\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-test\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-aop\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-aspects\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #439\n\nChange-Id: I413a678347d5ae9b100ee692c0360f000cb64498\n"
    },
    {
      "commit": "aa4a4b9fa53e227d6d09421a6b28236177afa63c",
      "tree": "42492eb87c53c9358393aaf726f37aa3906c1df1",
      "parents": [
        "07a33afbf3d3213caae3ed33c69ccdd5c794f607"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 08 17:02:07 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 13:57:26 2022 +0200"
      },
      "message": "Bump flyway-core from 9.2.3 to 9.3.0 in /core\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 9.2.3 to 9.3.0.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/commits/flyway-9.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #430\n\nChange-Id: I740bdeb30f20bc570cf172b2ef69a73e1b84327a\n"
    },
    {
      "commit": "07a33afbf3d3213caae3ed33c69ccdd5c794f607",
      "tree": "1331e123a1ecfac3eb9adceeb15594df6efacbfd",
      "parents": [
        "4b4e1a6228fd8af003a6555e203c599b0c89b25f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Sep 09 17:01:33 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 13:57:26 2022 +0200"
      },
      "message": "Bump oauth2-oidc-sdk from 9.2 to 9.43.1 in /full\n\nBumps [oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 9.2 to 9.43.1.\n- [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/9.43.1..9.2)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:oauth2-oidc-sdk\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #431\n\nChange-Id: I377dab142bc91b2a8d4c9c8f88ad943ef7fb4bb4\n"
    },
    {
      "commit": "4b4e1a6228fd8af003a6555e203c599b0c89b25f",
      "tree": "7ff1c45963401c75458da0bb5200d3980458be23",
      "parents": [
        "bf006dce0be95289dbc584e499f255f7b849cc3f"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Sep 09 17:01:34 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 13:57:26 2022 +0200"
      },
      "message": "Bump sqlite-jdbc from 3.39.2.1 to 3.39.3.0 in /core\n\nBumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.39.2.1 to 3.39.3.0.\n- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)\n- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)\n- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.39.2.1...3.39.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.xerial:sqlite-jdbc\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #432\n\nChange-Id: Ia920b7b5919ec5b6442f843aab4df80bc49b5122\n"
    },
    {
      "commit": "bf006dce0be95289dbc584e499f255f7b849cc3f",
      "tree": "5e14143bc34b10defd987371dd72e56d009ef234",
      "parents": [
        "66052cc24fa672042a93adf30d3fd8897f539087"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Sep 13 17:02:37 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 13:57:26 2022 +0200"
      },
      "message": "Bump nimbus-jose-jwt from 9.24.3 to 9.25 in /full\n\nBumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.24.3 to 9.25.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.25..9.24.3)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:nimbus-jose-jwt\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #434\n\nChange-Id: I6c197b00a95156075a7bac05182f444cdd9a9d69\n"
    },
    {
      "commit": "66052cc24fa672042a93adf30d3fd8897f539087",
      "tree": "daf15a5d0f8bccbde329b5761de532ef03b35bda",
      "parents": [
        "095bb836983c1d05cbab32c710cda5fd33c305b3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 14 17:02:35 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 13:57:26 2022 +0200"
      },
      "message": "Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /lite\n\nBumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.4.0.\n- [Release notes](https://github.com/apache/maven-shade-plugin/releases)\n- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-shade-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #435\n\nChange-Id: Ic4d51773ed581c078231a3208ba4583183e0335d\n"
    },
    {
      "commit": "095bb836983c1d05cbab32c710cda5fd33c305b3",
      "tree": "66063f8be9533792d1a3cda5909095c73343fb4b",
      "parents": [
        "92e0a40fbab5691dd3d53fab0f4a0bc4218bc427"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 14 17:02:38 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 13:57:26 2022 +0200"
      },
      "message": "Bump maven-shade-plugin from 3.3.0 to 3.4.0 in /full\n\nBumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.3.0 to 3.4.0.\n- [Release notes](https://github.com/apache/maven-shade-plugin/releases)\n- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.3.0...maven-shade-plugin-3.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.apache.maven.plugins:maven-shade-plugin\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #436\n\nChange-Id: I75aa427ea8a982972a9678153e1c2c53d2d927cb\n"
    },
    {
      "commit": "92e0a40fbab5691dd3d53fab0f4a0bc4218bc427",
      "tree": "2b0dd7df5743cbc4bbd1c38df2be90026dd2b175",
      "parents": [
        "ff71f2963c3ad7d3a4b77ded12e8210df4abfa73"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 14 17:02:41 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 13:57:25 2022 +0200"
      },
      "message": "Bump slf4j-api from 2.0.0 to 2.0.1 in /core\n\nBumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.0 to 2.0.1.\n- [Release notes](https://github.com/qos-ch/slf4j/releases)\n- [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.slf4j:slf4j-api\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #437\n\nChange-Id: Ied9cbc8e7a5b14b50b007f416970764a6c6999b2\n"
    },
    {
      "commit": "ff71f2963c3ad7d3a4b77ded12e8210df4abfa73",
      "tree": "afe9b5bc1ce32a4b63a1e9b4fab6a552e1e0503d",
      "parents": [
        "e5026aa45ed4841e82ef320953366b5aebef6cf0"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 14 17:02:44 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Sep 15 13:57:25 2022 +0200"
      },
      "message": "Bump javassist from 3.29.1-GA to 3.29.2-GA in /core\n\nBumps [javassist](https://github.com/jboss-javassist/javassist) from 3.29.1-GA to 3.29.2-GA.\n- [Release notes](https://github.com/jboss-javassist/javassist/releases)\n- [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md)\n- [Commits](https://github.com/jboss-javassist/javassist/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.javassist:javassist\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #438\n\nChange-Id: Id96c8ec737026dd1ab0c603781c3e7a97017cb18\n"
    },
    {
      "commit": "e5026aa45ed4841e82ef320953366b5aebef6cf0",
      "tree": "13a451f426c8461af07fe14418e5faa8851329ef",
      "parents": [
        "3a6f6715fcd8ad05aeb544ff1f53604590daf55d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Feb 24 11:04:34 2021 +0000"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Sep 08 13:52:06 2022 +0200"
      },
      "message": "Bump oauth2-oidc-sdk from 8.25 to 9.2 in /full (closes #151)\n\nBumps [oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 8.25 to 9.2.\n- [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/9.2..8.25)\n\nChange-Id: I144803b1790d5d33faab24fe1874c6fd1359f7ca\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n"
    },
    {
      "commit": "3a6f6715fcd8ad05aeb544ff1f53604590daf55d",
      "tree": "2095afdd3479a30276e65993080be0a820114a0b",
      "parents": [
        "ced137b5a4d13e6514930d09fb910e1592134505"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Sep 08 12:07:12 2022 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Sep 08 12:07:12 2022 +0200"
      },
      "message": "Pin hibernate and sqlite-dialect for dependabot (closes #148)\n\nChange-Id: I471dfd589f9c3b0e1bfe95f40ce4a7f421b768d9\n"
    },
    {
      "commit": "ced137b5a4d13e6514930d09fb910e1592134505",
      "tree": "29c0cab845c4be766478f4eeb5dd5a6827488987",
      "parents": [
        "6b60a7aa5d235a590a58d4ab7a8c13a28f6e2f8d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Sep 07 17:01:27 2022 +0000"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Thu Sep 08 11:33:32 2022 +0200"
      },
      "message": "Bump flyway-core from 9.2.2 to 9.2.3 in /core (closes #428)\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 9.2.2 to 9.2.3.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/compare/flyway-9.2.2...flyway-9.2.3)\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nChange-Id: Ic9763ae90aab065d69d7ccaaafe4d75456846281\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n"
    },
    {
      "commit": "6b60a7aa5d235a590a58d4ab7a8c13a28f6e2f8d",
      "tree": "4c29e1746d3a92b1d0a06d5b74798a77816b36d7",
      "parents": [
        "6e248d73531cb8939d486dd1be0d3fc49e2a798b"
      ],
      "author": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Sep 07 14:17:56 2022 +0200"
      },
      "committer": {
        "name": "Akron",
        "email": "nils@diewald-online.de",
        "time": "Wed Sep 07 14:17:56 2022 +0200"
      },
      "message": "Remove incorrect hibernate upgrade rules\n\nChange-Id: I94905c99531ad2ca9124c36067ffba68ff383e18\n"
    },
    {
      "commit": "6e248d73531cb8939d486dd1be0d3fc49e2a798b",
      "tree": "41b335c668c420812ed590bc30c4fffadc8eabce",
      "parents": [
        "e8421c2e3c1d76908b5c78dc17b36bfab04383ac"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Sep 01 17:01:39 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 02 19:24:13 2022 +0200"
      },
      "message": "Bump unboundid-ldapsdk from 6.0.5 to 6.0.6 in /full\n\nBumps [unboundid-ldapsdk](https://github.com/pingidentity/ldapsdk) from 6.0.5 to 6.0.6.\n- [Release notes](https://github.com/pingidentity/ldapsdk/releases)\n- [Changelog](https://github.com/pingidentity/ldapsdk/blob/master/docs/release-notes.html)\n- [Commits](https://github.com/pingidentity/ldapsdk/compare/6.0.5...6.0.6)\n\n---\nupdated-dependencies:\n- dependency-name: com.unboundid:unboundid-ldapsdk\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #426\n\nChange-Id: Ia3820f3388bad17a55a174e815c9221a359b9809\n"
    },
    {
      "commit": "e8421c2e3c1d76908b5c78dc17b36bfab04383ac",
      "tree": "fb03ad42bb2a4b59edee5d2ffe26ed132074a1bb",
      "parents": [
        "ad475fc60241479b7d547836bb02afa3227471e9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Sep 02 17:01:51 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Sep 02 19:24:13 2022 +0200"
      },
      "message": "Bump flyway-core from 9.2.0 to 9.2.2 in /core\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 9.2.0 to 9.2.2.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/compare/flyway-9.2.0...flyway-9.2.2)\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #427\n\nChange-Id: I513c5d39a62597d613886c8f8fe702c509aac988\n"
    },
    {
      "commit": "ad475fc60241479b7d547836bb02afa3227471e9",
      "tree": "29b83cf28a54a9c16b024a8a61813c9dab4c7b62",
      "parents": [
        "9afe06753fa6b1f6795b518f7167a5a5a76ab15d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 30 17:25:44 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 30 21:05:21 2022 +0200"
      },
      "message": "Bump nimbus-jose-jwt from 9.24.2 to 9.24.3 in /full\n\nBumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.24.2 to 9.24.3.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.24.3..9.24.2)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:nimbus-jose-jwt\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #422\n\nChange-Id: I6f598fd82fa326c27c8a5fd44d24ef3104ccf90f\n"
    },
    {
      "commit": "9afe06753fa6b1f6795b518f7167a5a5a76ab15d",
      "tree": "f5150f0d837b157bbd172daa862e20029b3a1006",
      "parents": [
        "4f3215c7f9978886a88360f9cfa9209f7fabe78e"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 30 17:02:18 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 30 19:22:52 2022 +0200"
      },
      "message": "Bump hibernate.version from 5.6.10.Final to 5.6.11.Final in /core\n\nBumps `hibernate.version` from 5.6.10.Final to 5.6.11.Final.\n\nUpdates `hibernate-ehcache` from 5.6.10.Final to 5.6.11.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.10...5.6.11)\n\nUpdates `hibernate-jpamodelgen` from 5.6.10.Final to 5.6.11.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.10...5.6.11)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-ehcache\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #423\n\nChange-Id: If34a8fd15fac1cf5d09e7ae707d4f6fa1baf95cd\n"
    },
    {
      "commit": "4f3215c7f9978886a88360f9cfa9209f7fabe78e",
      "tree": "8e53808771d18458131b9921fb46416f1c92a943",
      "parents": [
        "c60ca47408053af9f35ff0c8d4eac42d091331f2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Aug 30 17:02:27 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Tue Aug 30 19:22:52 2022 +0200"
      },
      "message": "Bump hibernate.version from 5.6.10.Final to 5.6.11.Final in /full\n\nBumps `hibernate.version` from 5.6.10.Final to 5.6.11.Final.\n\nUpdates `hibernate-entitymanager` from 5.6.10.Final to 5.6.11.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.10...5.6.11)\n\nUpdates `hibernate-jpamodelgen` from 5.6.10.Final to 5.6.11.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.10...5.6.11)\n\nUpdates `hibernate-java8` from 5.6.10.Final to 5.6.11.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.10...5.6.11)\n\nUpdates `hibernate-c3p0` from 5.6.10.Final to 5.6.11.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.11/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.10...5.6.11)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-entitymanager\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-java8\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-c3p0\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #424\n\nChange-Id: If31dbd03dcd603508c38baed93bc56a4d661dfae\n"
    },
    {
      "commit": "c60ca47408053af9f35ff0c8d4eac42d091331f2",
      "tree": "461ecca13547ffd30c6e142b5d7a8767276368ac",
      "parents": [
        "149a39755ca9a4bf7241894e7d1b123e51da51b1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jul 25 17:02:41 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:20 2022 +0200"
      },
      "message": "Bump mysql-connector-java from 8.0.29 to 8.0.30 in /full\n\nBumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.29 to 8.0.30.\n- [Release notes](https://github.com/mysql/mysql-connector-j/releases)\n- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)\n- [Commits](https://github.com/mysql/mysql-connector-j/commits)\n\n---\nupdated-dependencies:\n- dependency-name: mysql:mysql-connector-java\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #401\n\nChange-Id: Ic2f78f4500e0daa8e464c9d7480b834b56e0dcb5\n"
    },
    {
      "commit": "149a39755ca9a4bf7241894e7d1b123e51da51b1",
      "tree": "798b4a452f4fb60b6561366aa99b76561f5b0f09",
      "parents": [
        "09ddf9013b6ec28d223f0cf23fb44188ec3169ca"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 11 17:03:08 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:20 2022 +0200"
      },
      "message": "Bump javassist from 3.29.0-GA to 3.29.1-GA in /core\n\nBumps [javassist](https://github.com/jboss-javassist/javassist) from 3.29.0-GA to 3.29.1-GA.\n- [Release notes](https://github.com/jboss-javassist/javassist/releases)\n- [Changelog](https://github.com/jboss-javassist/javassist/blob/master/Changes.md)\n- [Commits](https://github.com/jboss-javassist/javassist/commits)\n\n---\nupdated-dependencies:\n- dependency-name: org.javassist:javassist\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #409\n\nChange-Id: I20ebfddd2225ea5edb165e21ebc63354408c4b6e\n"
    },
    {
      "commit": "09ddf9013b6ec28d223f0cf23fb44188ec3169ca",
      "tree": "c2e1e193c5d251246e51c78b74f906c7e43ecf2e",
      "parents": [
        "f77c587cbe6f10679b2c6dd19344c565f1dae5f3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri Aug 19 17:02:16 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:20 2022 +0200"
      },
      "message": "Bump nimbus-jose-jwt from 9.23 to 9.24.2 in /full\n\nBumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.23 to 9.24.2.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.24.2..9.23)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:nimbus-jose-jwt\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #414\n\nChange-Id: Id1bb6ce993d1bdb8061895010af5bd3d521739f9\n"
    },
    {
      "commit": "f77c587cbe6f10679b2c6dd19344c565f1dae5f3",
      "tree": "529ac82bfb2cba6137fbb42d00c1ed9647c839a0",
      "parents": [
        "dc231425532772760f09803b1e64c28f63fc9cb7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 22 17:01:46 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:20 2022 +0200"
      },
      "message": "Bump slf4j-api from 1.7.36 to 2.0.0 in /core\n\nBumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.0.\n- [Release notes](https://github.com/qos-ch/slf4j/releases)\n- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.slf4j:slf4j-api\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #416\n\nChange-Id: I577061b772db8fe97804c91ffa3824a3bc989180\n"
    },
    {
      "commit": "dc231425532772760f09803b1e64c28f63fc9cb7",
      "tree": "0b63d50852c3fac2a464c6aaf84eccd58c072dcf",
      "parents": [
        "4e4853e3aefa24ee9cfb3281fd9fb14a8bed46e1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 22 17:01:48 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:20 2022 +0200"
      },
      "message": "Bump mockserver-netty from 5.13.2 to 5.14.0 in /lite\n\nBumps [mockserver-netty](https://github.com/jamesdbloom/mockservice) from 5.13.2 to 5.14.0.\n- [Release notes](https://github.com/jamesdbloom/mockservice/releases)\n- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)\n- [Commits](https://github.com/jamesdbloom/mockservice/compare/mockserver-5.13.2...mockserver-5.14.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mock-server:mockserver-netty\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #417\n\nChange-Id: I4b48a077c046efd48d1564f095f5b13d87a05cd7\n"
    },
    {
      "commit": "4e4853e3aefa24ee9cfb3281fd9fb14a8bed46e1",
      "tree": "0a70faefb9d8509d0340c7ca9c5315594556b193",
      "parents": [
        "bef035612baf5aacc15389b4e73269da778cc78d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Aug 22 17:01:54 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:20 2022 +0200"
      },
      "message": "Bump mockserver-netty from 5.13.2 to 5.14.0 in /full\n\nBumps [mockserver-netty](https://github.com/jamesdbloom/mockservice) from 5.13.2 to 5.14.0.\n- [Release notes](https://github.com/jamesdbloom/mockservice/releases)\n- [Changelog](https://github.com/mock-server/mockserver/blob/master/changelog.md)\n- [Commits](https://github.com/jamesdbloom/mockservice/compare/mockserver-5.13.2...mockserver-5.14.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.mock-server:mockserver-netty\n  dependency-type: direct:development\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #418\n\nChange-Id: I0685e12e1660a57ff5fb706bf6e59f3ba44ecf80\n"
    },
    {
      "commit": "bef035612baf5aacc15389b4e73269da778cc78d",
      "tree": "5d8e7790420f13ba51d33edce72037beb1b46ace",
      "parents": [
        "d0c46eca9c4928f7b60ab9db37ade2aed2526ed8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 25 17:01:34 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:20 2022 +0200"
      },
      "message": "Bump flyway-core from 9.0.0 to 9.2.0 in /core\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 9.0.0 to 9.2.0.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/compare/flyway-9.0.0...flyway-9.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #419\n\nChange-Id: I8e4c7af941e8e79e21fcdc11d3d0dba197608302\n"
    },
    {
      "commit": "d0c46eca9c4928f7b60ab9db37ade2aed2526ed8",
      "tree": "103f4261c2be7140ca9a5597a255e54b11f406f1",
      "parents": [
        "498461aaedce74b62317032b63b1f55bb722fde5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 25 17:01:42 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:20 2022 +0200"
      },
      "message": "Bump sqlite-jdbc from 3.36.0.3 to 3.39.2.1 in /core\n\nBumps [sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.36.0.3 to 3.39.2.1.\n- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)\n- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)\n- [Commits](https://github.com/xerial/sqlite-jdbc/compare/3.36.0.3...3.39.2.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.xerial:sqlite-jdbc\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #420\n\nChange-Id: Ib3560722634f90e151782710f30142e3dfd9fbbb\n"
    },
    {
      "commit": "498461aaedce74b62317032b63b1f55bb722fde5",
      "tree": "e12295e95ce99b71a5fe630fe6fcac91c51bfbe1",
      "parents": [
        "ecd2fd404d2f27572325b081ad79ace3a5346911"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Aug 25 17:01:46 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Aug 26 17:09:19 2022 +0200"
      },
      "message": "Bump joda-time from 2.10.14 to 2.11.1 in /core\n\nBumps [joda-time](https://github.com/JodaOrg/joda-time) from 2.10.14 to 2.11.1.\n- [Release notes](https://github.com/JodaOrg/joda-time/releases)\n- [Changelog](https://github.com/JodaOrg/joda-time/blob/main/RELEASE-NOTES.txt)\n- [Commits](https://github.com/JodaOrg/joda-time/compare/v2.10.14...v2.11.1)\n\n---\nupdated-dependencies:\n- dependency-name: joda-time:joda-time\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #421\n\nChange-Id: I50a3ff78897a4ec6d7068a6b8dbec6bd12fa1320\n"
    },
    {
      "commit": "ecd2fd404d2f27572325b081ad79ace3a5346911",
      "tree": "f34d6123424db74a298247b7a0c0949def6d40bb",
      "parents": [
        "24485373d808a6f229ca5218501119a509fac551"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 14 06:44:07 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 15 14:27:20 2022 +0200"
      },
      "message": "Bump hibernate.version from 5.6.9.Final to 5.6.10.Final in /core\n\nBumps `hibernate.version` from 5.6.9.Final to 5.6.10.Final.\n\nUpdates `hibernate-ehcache` from 5.6.9.Final to 5.6.10.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.9...5.6.10)\n\nUpdates `hibernate-jpamodelgen` from 5.6.9.Final to 5.6.10.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.9...5.6.10)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-ehcache\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #396\n\nChange-Id: I2ce55fec8740394105b7f6ee3e22efe41842332e\n"
    },
    {
      "commit": "24485373d808a6f229ca5218501119a509fac551",
      "tree": "af4b3d7636565844ae44e1630a45ca3ef7696a71",
      "parents": [
        "a95545f479308d36432dc0736833e4b2ed3ba597"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 14 17:02:31 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Fri Jul 15 14:27:20 2022 +0200"
      },
      "message": "Bump spring.version from 5.3.21 to 5.3.22 in /core\n\nBumps `spring.version` from 5.3.21 to 5.3.22.\n\nUpdates `spring-core` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\nUpdates `spring-web` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\nUpdates `spring-orm` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\nUpdates `spring-jdbc` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\nUpdates `spring-tx` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\nUpdates `spring-context` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\nUpdates `spring-context-support` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\nUpdates `spring-test` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\nUpdates `spring-aop` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\nUpdates `spring-aspects` from 5.3.21 to 5.3.22\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.21...v5.3.22)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-core\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-web\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-orm\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-jdbc\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-tx\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-context\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-context-support\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-test\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-aop\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-aspects\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #399\n\nChange-Id: I026a56f5c066e4bc3d3344e83c229bd9c17872fe\n"
    },
    {
      "commit": "a95545f479308d36432dc0736833e4b2ed3ba597",
      "tree": "3416fa1412aea8259aca664c5bafb67a59df36a6",
      "parents": [
        "27af2cc725196e9adfd370a7613916d3abba6997"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Fri May 27 17:09:53 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 08:26:29 2022 +0200"
      },
      "message": "Bump jackson-jaxrs-json-provider from 2.12.6 to 2.12.7 in /core\n\nBumps jackson-jaxrs-json-provider from 2.12.6 to 2.12.7.\n\n---\nupdated-dependencies:\n- dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #386\n\nChange-Id: I7c8caaa63144ba19ac10c68ea1277c3d6a32d03b\n"
    },
    {
      "commit": "27af2cc725196e9adfd370a7613916d3abba6997",
      "tree": "0e9125c5b124d1624a4b03ab3fc96436b04ed8f2",
      "parents": [
        "c6d240f72c15a772f17b8b3e45099b3825dd2cb8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon May 30 17:01:51 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 08:26:28 2022 +0200"
      },
      "message": "Bump nimbus-jose-jwt from 9.22 to 9.23 in /full\n\nBumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.22 to 9.23.\n- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt)\n- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.23..9.22)\n\n---\nupdated-dependencies:\n- dependency-name: com.nimbusds:nimbus-jose-jwt\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #388\n\nChange-Id: Ic12166aea303344f3eb41f3bd17728936cc2883e\n"
    },
    {
      "commit": "c6d240f72c15a772f17b8b3e45099b3825dd2cb8",
      "tree": "f3e4a22776991c4f53d732a2458763dc14cbe9f5",
      "parents": [
        "26a1605e29cd4fed11392082298e3215f2d7a274"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 15 17:02:30 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 08:26:28 2022 +0200"
      },
      "message": "Bump spring.version from 5.3.20 to 5.3.21 in /core\n\nBumps `spring.version` from 5.3.20 to 5.3.21.\n\nUpdates `spring-core` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\nUpdates `spring-web` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\nUpdates `spring-orm` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\nUpdates `spring-jdbc` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\nUpdates `spring-tx` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\nUpdates `spring-context` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\nUpdates `spring-context-support` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\nUpdates `spring-test` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\nUpdates `spring-aop` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\nUpdates `spring-aspects` from 5.3.20 to 5.3.21\n- [Release notes](https://github.com/spring-projects/spring-framework/releases)\n- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.20...v5.3.21)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework:spring-core\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-web\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-orm\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-jdbc\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-tx\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-context\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-context-support\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-test\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-aop\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.springframework:spring-aspects\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #392\n\nChange-Id: I9a2cd132df58a15555bd1c9507a0eb5333938b3d\n"
    },
    {
      "commit": "26a1605e29cd4fed11392082298e3215f2d7a274",
      "tree": "0a3ec1539b6e3c495816ba3b2141fafc7f2b9f76",
      "parents": [
        "cdd4efcb9f7127615c522bb23d6501e7410de477"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jun 22 19:37:29 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 08:26:28 2022 +0200"
      },
      "message": "Bump jetty.version from 9.4.46.v20220331 to 9.4.48.v20220622 in /core\n\nBumps `jetty.version` from 9.4.46.v20220331 to 9.4.48.v20220622.\n\nUpdates `jetty-server` from 9.4.46.v20220331 to 9.4.48.v20220622\n- [Release notes](https://github.com/eclipse/jetty.project/releases)\n- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.46.v20220331...jetty-9.4.48.v20220622)\n\nUpdates `jetty-servlet` from 9.4.46.v20220331 to 9.4.48.v20220622\n- [Release notes](https://github.com/eclipse/jetty.project/releases)\n- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.46.v20220331...jetty-9.4.48.v20220622)\n\nUpdates `jetty-webapp` from 9.4.46.v20220331 to 9.4.48.v20220622\n- [Release notes](https://github.com/eclipse/jetty.project/releases)\n- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.46.v20220331...jetty-9.4.48.v20220622)\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.jetty:jetty-server\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.eclipse.jetty:jetty-servlet\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.eclipse.jetty:jetty-webapp\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #395\n\nChange-Id: I7a115711acf04654e3bedd24662e7fadfb90017d\n"
    },
    {
      "commit": "cdd4efcb9f7127615c522bb23d6501e7410de477",
      "tree": "c4b21ea83dea7f6450d671c6976c07426a3289d3",
      "parents": [
        "0e62a9525fdf2139e7819a5e78127df523970301"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jul 07 17:04:14 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 08:26:28 2022 +0200"
      },
      "message": "Bump hibernate.version from 5.6.9.Final to 5.6.10.Final in /full\n\nBumps `hibernate.version` from 5.6.9.Final to 5.6.10.Final.\n\nUpdates `hibernate-entitymanager` from 5.6.9.Final to 5.6.10.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.9...5.6.10)\n\nUpdates `hibernate-jpamodelgen` from 5.6.9.Final to 5.6.10.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.9...5.6.10)\n\nUpdates `hibernate-java8` from 5.6.9.Final to 5.6.10.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.9...5.6.10)\n\nUpdates `hibernate-c3p0` from 5.6.9.Final to 5.6.10.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.10/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.9...5.6.10)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-entitymanager\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-java8\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-c3p0\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #397\n\nChange-Id: I9669dc9d341083edf7144b518c9832fc39e145e0\n"
    },
    {
      "commit": "0e62a9525fdf2139e7819a5e78127df523970301",
      "tree": "6ff35fcae81d5e1f602f005fd37700d1731dada2",
      "parents": [
        "4ff862a74dd0dbe63248e7488390e55227769621"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Wed Jul 13 17:02:22 2022 +0000"
      },
      "committer": {
        "name": "Marc Kupietz",
        "email": "kupietz@ids-mannheim.de",
        "time": "Thu Jul 14 08:26:27 2022 +0200"
      },
      "message": "Bump flyway-core from 8.5.11 to 9.0.0 in /core\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 8.5.11 to 9.0.0.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/compare/flyway-8.5.11...flyway-9.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #398\n\nChange-Id: I2cf9be8051b31d8189049a164b9e6b6f7dff7ba1\n"
    },
    {
      "commit": "4ff862a74dd0dbe63248e7488390e55227769621",
      "tree": "7c89a012aba9b1b1a0edfdc84bad90416224c52c",
      "parents": [
        "3181b8d223c65616541d996c9b2fc8e5c89d6830"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jun 03 12:40:21 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jun 03 15:08:20 2022 +0200"
      },
      "message": "Fixed admin clean token API and restrict plugins to confidential only.\n\nChange-Id: Ied9db0db51a013a1b8b28899c64a7dc74ec64611\n"
    },
    {
      "commit": "3181b8d223c65616541d996c9b2fc8e5c89d6830",
      "tree": "75d6a5727d9beaa96d4ad5278eeff67331594030",
      "parents": [
        "4dee07aee5ca027aa2c4663a04bb89d61406d75a"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 31 11:51:47 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jun 03 13:50:37 2022 +0200"
      },
      "message": "Implemented initial super client registration for user authentication.\n\nChange-Id: I60a7396bef8c2f9b2c2e8bf1cb6e0d5018c79408\n"
    },
    {
      "commit": "4dee07aee5ca027aa2c4663a04bb89d61406d75a",
      "tree": "c2e1d411bbc19b1c6ead6a8fbdf19d519f61d532",
      "parents": [
        "d4841561404123fabf3b5ec0fbe7b8541a3a2f95"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri May 27 11:45:28 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Jun 03 12:51:58 2022 +0200"
      },
      "message": "Implemented searching option using a network endpoint.\n\nChange-Id: I1a35d482f0df49fc1acaef9aca027eb2fa551401\n"
    },
    {
      "commit": "d4841561404123fabf3b5ec0fbe7b8541a3a2f95",
      "tree": "67a9c4e3240677c504bf677e412e9372ecccbbbe",
      "parents": [
        "7d7e25e5d4051cf8f4345e522ac699d4116194a6"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jun 01 12:24:47 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed Jun 01 13:22:37 2022 +0200"
      },
      "message": "Added new APIs: list user-installed plugins and uninstall plugin.\n\nMoved install and list plugin APIs to PluginController and updated their\nservice paths under /plugins.\n\nChange-Id: I592408665672d52e2479671b97de5ba49e9a9c5a\n"
    },
    {
      "commit": "7d7e25e5d4051cf8f4345e522ac699d4116194a6",
      "tree": "960f23d07ada3a0a96eb6b639dc4b5bd0fc2806d",
      "parents": [
        "590acf68e670ee033434fadce950dac5c8a93a8c"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri May 27 08:41:25 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri May 27 08:44:29 2022 +0200"
      },
      "message": "Added maximum limit to custom refresh token expiry\n\nChange-Id: Ie92d181b1941df867bb5377c2f2f6bf61ed56825\n"
    },
    {
      "commit": "590acf68e670ee033434fadce950dac5c8a93a8c",
      "tree": "7f432bb4ed44a7f59ddfb1b1a319701b5869bbac",
      "parents": [
        "79f01446818c67a9b38636113f87dc564da1becd"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri May 06 10:44:56 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri May 27 08:07:25 2022 +0200"
      },
      "message": "Updated redirect URI error message for coherence.\n\nChange-Id: Ie942a39b282152ccb66c12e5cedb4eaa3ce73493\n"
    },
    {
      "commit": "79f01446818c67a9b38636113f87dc564da1becd",
      "tree": "f977418c1037b07346ddddcdceec1a7bb0304d95",
      "parents": [
        "68ccf1e3ddcaadb66667ccbbd8d7b08459d16bd5"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 04 12:03:47 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 15:48:10 2022 +0200"
      },
      "message": "Deprecated UserClientDto and uses ClientinfoDto instead.\n\nChange-Id: If9a146284a1f0ca9237e35a0ad36dfbb4ddefcda\n"
    },
    {
      "commit": "68ccf1e3ddcaadb66667ccbbd8d7b08459d16bd5",
      "tree": "d2223ccfd7abb37f2605990d12a4e687f39d6a35",
      "parents": [
        "d5527326ac46b450110ac4ecea062a48a26eed8c"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 04 09:59:54 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 15:12:00 2022 +0200"
      },
      "message": "Handled super client id in plugin installation\n\nChange-Id: Ice83e06c0dd8c8742f2fc60eeb765b12777833ed\n"
    },
    {
      "commit": "d5527326ac46b450110ac4ecea062a48a26eed8c",
      "tree": "7efb096a22432a7bc6f243e30649a423e91e622e",
      "parents": [
        "7da2390c02791a5650aaf2f36de8113f2cb3f191"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 03 07:52:54 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 15:05:39 2022 +0200"
      },
      "message": "Handled redundant plugin installation\n\nChange-Id: Idbc585f8e063be8021eef95353c0143cac694e39\n"
    },
    {
      "commit": "7da2390c02791a5650aaf2f36de8113f2cb3f191",
      "tree": "c7b589f5bedbbbc5320a991eefb954c2e834d039",
      "parents": [
        "b1edd2285d36e9dc7565e89ee51b945843c568ad"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Mon May 02 08:38:45 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 14:38:24 2022 +0200"
      },
      "message": "Added a new API: install plugin\n\nChange-Id: I3f8cb4935487cee9b2fa83a0c4d6fa15a53d3b29\n"
    },
    {
      "commit": "b1edd2285d36e9dc7565e89ee51b945843c568ad",
      "tree": "c571db0e551fb1d81c43ed0970aaeeb8fc8468af",
      "parents": [
        "977fabe98c9383544af967a71cc0413979a66fed"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 11:45:35 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 14:30:58 2022 +0200"
      },
      "message": "Added installed_plugins table\n\nChange-Id: I835eb9cea1d98fdfa33d0c783c44d6b69e50609e\n"
    },
    {
      "commit": "977fabe98c9383544af967a71cc0413979a66fed",
      "tree": "2de31a5d1e4cdc72b7042866460a4c729316e1ba",
      "parents": [
        "9436ebeb8ccc07606c4c8baebf3a88c0af3e6248"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Apr 28 09:23:47 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 14:24:21 2022 +0200"
      },
      "message": "Handled user-defined refresh token expiry.\n\nAdded in client info and list API responses.\n\nChange-Id: I309fc1856ccbab4e3b61e6e1953d573dee3b409b\n"
    },
    {
      "commit": "9436ebeb8ccc07606c4c8baebf3a88c0af3e6248",
      "tree": "aaba63145a2f7f6edf92fd4c3b6ba9519d2f8347",
      "parents": [
        "e20a280f1065ce2675c4303e34af8d05deec50bd"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Fri Apr 22 11:48:37 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 13:45:56 2022 +0200"
      },
      "message": "Added redirect URI validation in authorization request (addressed #374)\n\nChange-Id: I7e3bbc9cdfcf85fa897e0425cdc6bdb3eeda94f4\n"
    },
    {
      "commit": "e20a280f1065ce2675c4303e34af8d05deec50bd",
      "tree": "baf5b3d543e60800ff6f974a226595840d1777d3",
      "parents": [
        "2a49805042f0a1dded61a0cdcb554e90a2b9b32d"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Thu Apr 21 12:37:38 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 13:37:09 2022 +0200"
      },
      "message": "Added a new API: list plugins (e.g. for marketplace)\n\nChange-Id: Iad8ea0f18b8219e6e4074cdcf8ead54732f3f041\n"
    },
    {
      "commit": "2a49805042f0a1dded61a0cdcb554e90a2b9b32d",
      "tree": "d564651b0d66b989ca1097ff29bd4181c9d29ea2",
      "parents": [
        "f9b99b0abb47d2d00555fbb1a9ed68799baf7d93"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 11:14:24 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 13:35:21 2022 +0200"
      },
      "message": "Bump Kustvakt version to 0.68\n\nChange-Id: Ie4ef91793c356b0ccc9b872411943c3d9f1d9074\n"
    },
    {
      "commit": "f9b99b0abb47d2d00555fbb1a9ed68799baf7d93",
      "tree": "0bf69a24f13476122e9c13fe935a77d4017f54c1",
      "parents": [
        "ef1883fe451e28e1f5045368dbabf8ae3d49a1e0"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 13:30:04 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 13:30:47 2022 +0200"
      },
      "message": "Updated ldap.config path in the kustvakt-test.conf\n\nChange-Id: I9c10623210f9704e1c5a6f629e6ad395fde1bd2e\n"
    },
    {
      "commit": "ef1883fe451e28e1f5045368dbabf8ae3d49a1e0",
      "tree": "c8d4725d5aaacfbd30c150c6ea200b66f5c49a9b",
      "parents": [
        "0034a0c3178815bab42b6e5df46776e3b41ddc1b"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 12:24:12 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 12:24:12 2022 +0200"
      },
      "message": "Fixed null client_id.\n\nChange-Id: I4d1ac3609381c53e475e33237f4e5dc940ce34e0\n"
    },
    {
      "commit": "0034a0c3178815bab42b6e5df46776e3b41ddc1b",
      "tree": "535f7d274572dcda75de227d15959e89296600fa",
      "parents": [
        "641ea63daeb8405d72862ee44038883f90864387"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 17 10:37:41 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 10:13:27 2022 +0200"
      },
      "message": "Handled null parameters in authorization requests\n\nChange-Id: I064684c5ade9ebc011513dca7656a08427e0f277\n"
    },
    {
      "commit": "641ea63daeb8405d72862ee44038883f90864387",
      "tree": "8c59ec52ec93b5cb9a1ad2169ff26a3ed2c60132",
      "parents": [
        "f1b0bf1c9bb5e7b65e01730de49073902c710c2d"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 17 10:27:59 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Wed May 25 10:03:22 2022 +0200"
      },
      "message": "Implemented mapping of LDAP username to email.\n\nChange-Id: Ifb1d2969c6dfafe768b99524de8303277184a94d\n"
    },
    {
      "commit": "f1b0bf1c9bb5e7b65e01730de49073902c710c2d",
      "tree": "bd82b5d5d9568dcbe07825a70facbcb0d6e6f1f0",
      "parents": [
        "d97dcaaf068731a0e92b01d87f2718adf218bb55"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 24 15:07:35 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 24 15:07:35 2022 +0200"
      },
      "message": "Bump Kustvakt version to 0.67.1\n\nChange-Id: I66614acf249d431f0b0a1fbc8a0e91b1269f40c3\n"
    },
    {
      "commit": "d97dcaaf068731a0e92b01d87f2718adf218bb55",
      "tree": "83ee42ad914c7e5dafbc61c52105e998357bb758",
      "parents": [
        "ac5c274a8a00c419e3c4d165a73f16f7ac4b20a2"
      ],
      "author": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 24 11:56:44 2022 +0200"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 24 11:56:44 2022 +0200"
      },
      "message": "Added backport-util-concurrent lib\n\nChange-Id: I7140fa961d618ddb5681a4cc26bd2e467148c76d\n"
    },
    {
      "commit": "ac5c274a8a00c419e3c4d165a73f16f7ac4b20a2",
      "tree": "868362c6bea51d303bc357e4b03802260cbd9425",
      "parents": [
        "1e3704aa82ef1c281bc3e16cc437d3073e8f6604"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon May 16 17:02:51 2022 +0000"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 24 09:22:42 2022 +0200"
      },
      "message": "Bump flyway-core from 8.5.10 to 8.5.11 in /core\n\nBumps [flyway-core](https://github.com/flyway/flyway) from 8.5.10 to\n8.5.11.\n- [Release notes](https://github.com/flyway/flyway/releases)\n- [Commits](https://github.com/flyway/flyway/compare/flyway-8.5.10...flyway-8.5.11)\n\nChange-Id: I827087511564875d08f0422ac8fec0ee395eb669\n\n---\nupdated-dependencies:\n- dependency-name: org.flywaydb:flyway-core\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #385\n\nChange-Id: Ia9f0da260b246cd48472d3ed4604b79a955f60c5\n"
    },
    {
      "commit": "1e3704aa82ef1c281bc3e16cc437d3073e8f6604",
      "tree": "9eabd16ae8fc5e459f2ddbfabf8b24a87d5baf3c",
      "parents": [
        "62e1e67c0f92c278d9f499230163c3143ea60683"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon May 16 17:02:42 2022 +0000"
      },
      "committer": {
        "name": "Eliza Margaretha",
        "email": "margaretha@users.noreply.github.com",
        "time": "Tue May 24 09:17:49 2022 +0200"
      },
      "message": "Bump hibernate.version from 5.6.8.Final to 5.6.9.Final in /core\n\nBumps `hibernate.version` from 5.6.8.Final to 5.6.9.Final.\n\nUpdates `hibernate-ehcache` from 5.6.8.Final to 5.6.9.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.8...5.6.9)\n\nUpdates `hibernate-jpamodelgen` from 5.6.8.Final to 5.6.9.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.8...5.6.9)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-ehcache\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "62e1e67c0f92c278d9f499230163c3143ea60683",
      "tree": "75f26d393a117d81e58007d832e5e2c399ee6d27",
      "parents": [
        "f0e1dbf694e7184868a11b43a4af85667bbffdfa"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon May 16 17:02:40 2022 +0000"
      },
      "committer": {
        "name": "margaretha",
        "email": "margaretha@ids-mannheim.de",
        "time": "Tue May 24 09:14:49 2022 +0200"
      },
      "message": "Bump hibernate.version from 5.6.8.Final to 5.6.9.Final in /full\n\nBumps `hibernate.version` from 5.6.8.Final to 5.6.9.Final.\n\nUpdates `hibernate-entitymanager` from 5.6.8.Final to 5.6.9.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.8...5.6.9)\n\nUpdates `hibernate-jpamodelgen` from 5.6.8.Final to 5.6.9.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.8...5.6.9)\n\nUpdates `hibernate-java8` from 5.6.8.Final to 5.6.9.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.8...5.6.9)\n\nUpdates `hibernate-c3p0` from 5.6.8.Final to 5.6.9.Final\n- [Release notes](https://github.com/hibernate/hibernate-orm/releases)\n- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.6.9/changelog.txt)\n- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.6.8...5.6.9)\n\n---\nupdated-dependencies:\n- dependency-name: org.hibernate:hibernate-entitymanager\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-jpamodelgen\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-java8\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n- dependency-name: org.hibernate:hibernate-c3p0\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e\n\nCloses #383\n\nChange-Id: I956e259dd9915f23c12ea23b0a9f42b9ab2dccd2\n"
    }
  ],
  "next": "f0e1dbf694e7184868a11b43a4af85667bbffdfa"
}
