Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JEE 9 #651

Closed
wants to merge 174 commits into from
Closed

JEE 9 #651

wants to merge 174 commits into from

Commits on Nov 21, 2022

  1. Update Java version

    dkfellows committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    83f0295 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c52aab View commit details
    Browse the repository at this point in the history
  3. Need new versions of Spring Security and Spring Boot

    They're not yet out. Time to twiddle my thumbs...
    dkfellows committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    623eb42 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    d2f6db3 View commit details
    Browse the repository at this point in the history
  2. Much of the migration done

    Might need fixing for validation (which would be update dependency
    versions and changing "javax" to "jakarta" in a bunch of places). But
    that's not critical yet because we're still blocked on CXF-8371
    https://issues.apache.org/jira/projects/CXF/issues/CXF-8371
    dkfellows committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f191b88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b43ade4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Bump cxf.version from 3.5.5 to 4.0.0

    Bumps `cxf.version` from 3.5.5 to 4.0.0.
    
    Updates `cxf-rt-frontend-jaxrs` from 3.5.5 to 4.0.0
    
    Updates `cxf-spring-boot-starter-jaxrs` from 3.5.5 to 4.0.0
    
    Updates `cxf-bom` from 3.5.5 to 4.0.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.cxf:cxf-rt-frontend-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.apache.cxf:cxf-spring-boot-starter-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: org.apache.cxf:cxf-bom
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e86d333 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7368c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a4a06 View commit details
    Browse the repository at this point in the history
  4. Corrections

    dkfellows committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e9b7b27 View commit details
    Browse the repository at this point in the history
  5. Version bumps

    dkfellows committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    4649f4a View commit details
    Browse the repository at this point in the history
  6. Change which dependency we use

    See the otherwise tangentially related
    FasterXML/jackson-jaxrs-providers#160 for the discussion which informed
    me what the problem was. The JEE upgrade is a mess.
    dkfellows committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    bfa652f View commit details
    Browse the repository at this point in the history
  7. Add missing dependency

    It was marked optional in the POM of the dependencies that needed it,
    but the way we use those dependencies makes it not actually optional.
    Lovely...
    dkfellows committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    aedbf4f View commit details
    Browse the repository at this point in the history
  8. Update to right JSTL URIs

    dkfellows committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    3dca20b View commit details
    Browse the repository at this point in the history
  9. Change to which version of JSPC plugin

    Something more actively maintained would be nice...
    dkfellows committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    085d973 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd7232a View commit details
    Browse the repository at this point in the history
  11. PostFilter should just be on interface methods

    Something has changed about exactly how things are looked up, so where
    we used to have the same annotation twice and things worked, that
    doesn't fly any more. I'm not 100% what changed, but it did...
    dkfellows committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    5793339 View commit details
    Browse the repository at this point in the history
  12. Fix CodeQL workflow

    dkfellows committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    e7f4dd4 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    3d51033 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06658ab View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    d8b75f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    b3c6805 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Configuration menu
    Copy the full SHA
    a4b20c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    097249e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    385eb95 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    aacbd8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f01e17f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    1811fd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3a7116 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Configuration menu
    Copy the full SHA
    3cd68e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77e1366 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    a2d9455 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    80aaa04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ec015d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d8fa7 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    c7b1986 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    6b566fc View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Configuration menu
    Copy the full SHA
    6b01679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60e56e0 View commit details
    Browse the repository at this point in the history
  3. eolfix

    dkfellows committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    e3e515c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51ddf54 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    fbb3cbe View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    53197d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    2bad31b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    39a006a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    35ab7be View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    29c534a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    8148fbc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    cfeea3b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    e866faf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    ebdfa07 View commit details
    Browse the repository at this point in the history
  2. Bump some versions

    dkfellows committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    cca8939 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    e120d39 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    a14464e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    0068ea2 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    2336013 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Bump jackson.version from 2.14.2 to 2.15.0

    Bumps `jackson.version` from 2.14.2 to 2.15.0.
    
    Updates `jackson-bom` from 2.14.2 to 2.15.0
    - [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.15.0)
    
    Updates `jackson-module-jaxb-annotations` from 2.14.2 to 2.15.0
    - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.14.2...jackson-modules-base-2.15.0)
    
    Updates `jackson-module-parameter-names` from 2.14.2 to 2.15.0
    - [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.14.2...jackson-modules-java8-2.15.0)
    
    Updates `jackson-annotations` from 2.14.2 to 2.15.0
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-core` from 2.14.2 to 2.15.0
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.0/release.properties)
    - [Commits](FasterXML/jackson-core@jackson-core-2.14.2...jackson-core-2.15.0)
    
    Updates `jackson-databind` from 2.14.2 to 2.15.0
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-jaxrs-json-provider` from 2.14.2 to 2.15.0
    
    Updates `jackson-jaxrs-base` from 2.14.2 to 2.15.0
    - [Commits](FasterXML/jackson-jaxrs-providers@jackson-jaxrs-providers-2.14.2...jackson-jaxrs-providers-2.15.0)
    
    Updates `jackson-datatype-jdk8` from 2.14.2 to 2.15.0
    
    Updates `jackson-datatype-jsr310` from 2.14.2 to 2.15.0
    
    Updates `jackson-dataformat-yaml` from 2.14.2 to 2.15.0
    - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.14.2...jackson-dataformats-text-2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 10, 2023
    Configuration menu
    Copy the full SHA
    07bd90c View commit details
    Browse the repository at this point in the history
  2. Bump spring.security.version from 6.0.2 to 6.0.3

    Bumps `spring.security.version` from 6.0.2 to 6.0.3.
    
    Updates `spring-security-core` from 6.0.2 to 6.0.3
    - [Release notes](https://github.com/spring-projects/spring-security/releases)
    - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - [Commits](spring-projects/spring-security@6.0.2...6.0.3)
    
    Updates `spring-security-config` from 6.0.2 to 6.0.3
    - [Release notes](https://github.com/spring-projects/spring-security/releases)
    - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - [Commits](spring-projects/spring-security@6.0.2...6.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.security:spring-security-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.security:spring-security-config
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 10, 2023
    Configuration menu
    Copy the full SHA
    ed60c78 View commit details
    Browse the repository at this point in the history
  3. Bump testing.version from 3.0.0 to 3.1.0

    Bumps `testing.version` from 3.0.0 to 3.1.0.
    
    Updates `maven-surefire-plugin` from 3.0.0 to 3.1.0
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.0)
    
    Updates `maven-failsafe-plugin` from 3.0.0 to 3.1.0
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.0.0...surefire-3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-surefire-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 10, 2023
    Configuration menu
    Copy the full SHA
    7751d23 View commit details
    Browse the repository at this point in the history
  4. Bump spring.version from 6.0.7 to 6.0.8

    Bumps `spring.version` from 6.0.7 to 6.0.8.
    
    Updates `spring-framework-bom` from 6.0.7 to 6.0.8
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.7...v6.0.8)
    
    Updates `spring-test` from 6.0.7 to 6.0.8
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.7...v6.0.8)
    
    Updates `spring-webmvc` from 6.0.7 to 6.0.8
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.7...v6.0.8)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-webmvc
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 10, 2023
    Configuration menu
    Copy the full SHA
    92ad8dc View commit details
    Browse the repository at this point in the history
  5. Bump error-prone.version from 2.18.0 to 2.19.0

    Bumps `error-prone.version` from 2.18.0 to 2.19.0.
    
    Updates `error_prone_annotations` from 2.18.0 to 2.19.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.18.0...v2.19.0)
    
    Updates `error_prone_core` from 2.18.0 to 2.19.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.18.0...v2.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 10, 2023
    Configuration menu
    Copy the full SHA
    20de750 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #807 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/testing.version-3.1.0
    
    Bump testing.version from 3.0.0 to 3.1.0
    dkfellows committed May 10, 2023
    Configuration menu
    Copy the full SHA
    05cdaef View commit details
    Browse the repository at this point in the history
  7. Merge pull request #811 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/error-prone.version-2.19.0
    
    Bump error-prone.version from 2.18.0 to 2.19.0
    dkfellows committed May 10, 2023
    Configuration menu
    Copy the full SHA
    bcb8249 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #805 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/jackson.version-2.15.0
    
    Bump jackson.version from 2.14.2 to 2.15.0
    dkfellows committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6d86fe6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #809 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/spring.version-6.0.8
    
    Bump spring.version from 6.0.7 to 6.0.8
    dkfellows committed May 10, 2023
    Configuration menu
    Copy the full SHA
    9f97378 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ad1f104 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #806 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/spring.security.version-6.0.3
    
    Bump spring.security.version from 6.0.2 to 6.0.3
    dkfellows committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4f2d9d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec1b4ef View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Bump spring.version from 6.0.8 to 6.0.9

    Bumps `spring.version` from 6.0.8 to 6.0.9.
    
    Updates `spring-framework-bom` from 6.0.8 to 6.0.9
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.8...v6.0.9)
    
    Updates `spring-test` from 6.0.8 to 6.0.9
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.8...v6.0.9)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 15, 2023
    Configuration menu
    Copy the full SHA
    40a9ea7 View commit details
    Browse the repository at this point in the history
  2. Bump jakarta.mail-api from 2.1.0 to 2.1.1

    Bumps [jakarta.mail-api](https://github.com/jakartaee/mail-api) from 2.1.0 to 2.1.1.
    - [Release notes](https://github.com/jakartaee/mail-api/releases)
    - [Commits](jakartaee/mail-api@2.1.0...2.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: jakarta.mail:jakarta.mail-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 15, 2023
    Configuration menu
    Copy the full SHA
    67397cf View commit details
    Browse the repository at this point in the history
  3. Bump cxf.version from 4.0.0 to 4.0.1

    Bumps `cxf.version` from 4.0.0 to 4.0.1.
    
    Updates `cxf-rt-frontend-jaxrs` from 4.0.0 to 4.0.1
    
    Updates `cxf-spring-boot-starter-jaxrs` from 4.0.0 to 4.0.1
    
    Updates `cxf-bom` from 4.0.0 to 4.0.1
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.cxf:cxf-rt-frontend-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-spring-boot-starter-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 15, 2023
    Configuration menu
    Copy the full SHA
    b4ec432 View commit details
    Browse the repository at this point in the history
  4. Bump checkstyle from 10.3.3 to 10.11.0

    Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.3 to 10.11.0.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.3.3...checkstyle-10.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 15, 2023
    Configuration menu
    Copy the full SHA
    0d9b564 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    81da486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a97f37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #828 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/cxf.version-4.0.1
    
    Bump cxf.version from 4.0.0 to 4.0.1
    dkfellows committed May 16, 2023
    Configuration menu
    Copy the full SHA
    3e86623 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #826 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/jakarta.mail-jakarta.mail-api-2.1.1
    
    Bump jakarta.mail-api from 2.1.0 to 2.1.1
    dkfellows committed May 16, 2023
    Configuration menu
    Copy the full SHA
    fe9ee42 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #825 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/spring.version-6.0.9
    
    Bump spring.version from 6.0.8 to 6.0.9
    dkfellows committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c093798 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #829 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/com.puppycrawl.tools-checkstyle-10.11.0
    
    Bump checkstyle from 10.3.3 to 10.11.0
    dkfellows committed May 16, 2023
    Configuration menu
    Copy the full SHA
    8adbfd2 View commit details
    Browse the repository at this point in the history
  7. Bump spring.boot.version from 3.0.5 to 3.0.6

    Bumps `spring.boot.version` from 3.0.5 to 3.0.6.
    
    Updates `spring-boot-maven-plugin` from 3.0.5 to 3.0.6
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.0.5...v3.0.6)
    
    Updates `spring-boot-dependencies` from 3.0.5 to 3.0.6
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.0.5...v3.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 16, 2023
    Configuration menu
    Copy the full SHA
    419c60f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #822 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/spring.boot.version-3.0.6
    
    Bump spring.boot.version from 3.0.5 to 3.0.6
    dkfellows committed May 16, 2023
    Configuration menu
    Copy the full SHA
    340a159 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    d480e66 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Bump jackson.version from 2.15.0 to 2.15.1

    Bumps `jackson.version` from 2.15.0 to 2.15.1.
    
    Updates `jackson-bom` from 2.15.0 to 2.15.1
    - [Commits](FasterXML/jackson-bom@jackson-bom-2.15.0...jackson-bom-2.15.1)
    
    Updates `jackson-module-jaxb-annotations` from 2.15.0 to 2.15.1
    - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.15.0...jackson-modules-base-2.15.1)
    
    Updates `jackson-module-parameter-names` from 2.15.0 to 2.15.1
    - [Commits](FasterXML/jackson-modules-java8@jackson-modules-java8-2.15.0...jackson-modules-java8-2.15.1)
    
    Updates `jackson-annotations` from 2.15.0 to 2.15.1
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-core` from 2.15.0 to 2.15.1
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.1/release.properties)
    - [Commits](FasterXML/jackson-core@jackson-core-2.15.0...jackson-core-2.15.1)
    
    Updates `jackson-databind` from 2.15.0 to 2.15.1
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-jaxrs-json-provider` from 2.15.0 to 2.15.1
    
    Updates `jackson-jaxrs-base` from 2.15.0 to 2.15.1
    - [Commits](FasterXML/jackson-jaxrs-providers@jackson-jaxrs-providers-2.15.0...jackson-jaxrs-providers-2.15.1)
    
    Updates `jackson-datatype-jdk8` from 2.15.0 to 2.15.1
    
    Updates `jackson-datatype-jsr310` from 2.15.0 to 2.15.1
    
    Updates `jackson-dataformat-yaml` from 2.15.0 to 2.15.1
    - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.15.0...jackson-dataformats-text-2.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.core:jackson-databind
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e5621a4 View commit details
    Browse the repository at this point in the history
  2. Bump spring.boot.version from 3.0.6 to 3.1.0

    Bumps `spring.boot.version` from 3.0.6 to 3.1.0.
    
    Updates `spring-boot-maven-plugin` from 3.0.6 to 3.1.0
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.0.6...v3.1.0)
    
    Updates `spring-boot-dependencies` from 3.0.6 to 3.1.0
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.0.6...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ebff9aa View commit details
    Browse the repository at this point in the history
  3. Bump error-prone.version from 2.19.0 to 2.19.1

    Bumps `error-prone.version` from 2.19.0 to 2.19.1.
    
    Updates `error_prone_annotations` from 2.19.0 to 2.19.1
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.19.0...v2.19.1)
    
    Updates `error_prone_core` from 2.19.0 to 2.19.1
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.19.0...v2.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_annotations
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 22, 2023
    Configuration menu
    Copy the full SHA
    064849b View commit details
    Browse the repository at this point in the history
  4. Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0

    Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.2.2 to 3.3.0.
    - [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.2.2...maven-checkstyle-plugin-3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 22, 2023
    Configuration menu
    Copy the full SHA
    59fb731 View commit details
    Browse the repository at this point in the history
  5. Bump maven-dependency-plugin from 3.5.0 to 3.6.0

    Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.5.0 to 3.6.0.
    - [Commits](apache/maven-dependency-plugin@maven-dependency-plugin-3.5.0...maven-dependency-plugin-3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-dependency-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d5637ad View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Merge pull request #843 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/error-prone.version-2.19.1
    
    Bump error-prone.version from 2.19.0 to 2.19.1
    dkfellows committed May 23, 2023
    Configuration menu
    Copy the full SHA
    0f81fa8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #845 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/org.apache.maven.plugins-maven-dependency-plugin-3.6.0
    
    Bump maven-dependency-plugin from 3.5.0 to 3.6.0
    dkfellows committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3f4dab6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #844 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/org.apache.maven.plugins-maven-checkstyle-plugin-3.3.0
    
    Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0
    dkfellows committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a905263 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #842 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/spring.boot.version-3.1.0
    
    Bump spring.boot.version from 3.0.6 to 3.1.0
    dkfellows committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e6605db View commit details
    Browse the repository at this point in the history
  5. Merge pull request #841 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/jackson.version-2.15.1
    
    Bump jackson.version from 2.15.0 to 2.15.1
    dkfellows committed May 23, 2023
    Configuration menu
    Copy the full SHA
    91a7ad1 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    019d626 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c5833 View commit details
    Browse the repository at this point in the history
  3. Bump jakarta.mail-api from 2.1.1 to 2.1.2

    Bumps [jakarta.mail-api](https://github.com/jakartaee/mail-api) from 2.1.1 to 2.1.2.
    - [Release notes](https://github.com/jakartaee/mail-api/releases)
    - [Commits](jakartaee/mail-api@2.1.1...2.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: jakarta.mail:jakarta.mail-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c28bd38 View commit details
    Browse the repository at this point in the history
  4. Bump jspc-maven-plugin from 4.0.1 to 4.1.1

    Bumps [jspc-maven-plugin](https://github.com/leonardehrenfried/jspc-maven-plugin) from 4.0.1 to 4.1.1.
    - [Release notes](https://github.com/leonardehrenfried/jspc-maven-plugin/releases)
    - [Commits](leonardehrenfried/jspc-maven-plugin@jspc-maven-plugin-4.0.1...jspc-maven-plugin-4.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.leonard.maven.plugins:jspc-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed May 24, 2023
    Configuration menu
    Copy the full SHA
    305171d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #846 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/jakarta.mail-jakarta.mail-api-2.1.2
    
    Bump jakarta.mail-api from 2.1.1 to 2.1.2
    dkfellows committed May 24, 2023
    Configuration menu
    Copy the full SHA
    9c3ef9c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #847 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/io.leonard.maven.plugins-jspc-maven-plugin-4.1.1
    
    Bump jspc-maven-plugin from 4.0.1 to 4.1.1
    dkfellows committed May 24, 2023
    Configuration menu
    Copy the full SHA
    a9ffcda View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    8b0d9a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a1370 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37b789e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Configuration menu
    Copy the full SHA
    b2ac18c View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Bump cxf.version from 4.0.1 to 4.0.2

    Bumps `cxf.version` from 4.0.1 to 4.0.2.
    
    Updates `cxf-rt-frontend-jaxrs` from 4.0.1 to 4.0.2
    
    Updates `cxf-spring-boot-starter-jaxrs` from 4.0.1 to 4.0.2
    
    Updates `cxf-bom` from 4.0.1 to 4.0.2
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.cxf:cxf-rt-frontend-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-spring-boot-starter-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    eb79a85 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    d61aec3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #877 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/cxf.version-4.0.2
    
    Bump cxf.version from 4.0.1 to 4.0.2
    dkfellows committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    b9e1d17 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    4ad3f7b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Bump error-prone.version from 2.19.1 to 2.20.0

    Bumps `error-prone.version` from 2.19.1 to 2.20.0.
    
    Updates `error_prone_annotations` from 2.19.1 to 2.20.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.19.1...v2.20.0)
    
    Updates `error_prone_core` from 2.19.1 to 2.20.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.19.1...v2.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    480a3c3 View commit details
    Browse the repository at this point in the history
  2. Bump spring.version from 6.0.9 to 6.0.10

    Bumps `spring.version` from 6.0.9 to 6.0.10.
    
    Updates `spring-framework-bom` from 6.0.9 to 6.0.10
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.9...v6.0.10)
    
    Updates `spring-test` from 6.0.9 to 6.0.10
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.9...v6.0.10)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    735543d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #896 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/spring.version-6.0.10
    
    Bump spring.version from 6.0.9 to 6.0.10
    dkfellows committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    619a4a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    31b6f95 View commit details
    Browse the repository at this point in the history
  2. Bump spring-security-bom from 6.1.0 to 6.1.1

    Bumps [spring-security-bom](https://github.com/spring-projects/spring-security) from 6.1.0 to 6.1.1.
    - [Release notes](https://github.com/spring-projects/spring-security/releases)
    - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - [Commits](spring-projects/spring-security@6.1.0...6.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.security:spring-security-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d1c4dcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c30831 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #892 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/error-prone.version-2.20.0
    
    Bump error-prone.version from 2.19.1 to 2.20.0
    dkfellows committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    62aa0bb View commit details
    Browse the repository at this point in the history
  5. Merge pull request #903 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/org.springframework.security-spring-security-bom-6.1.1
    
    Bump spring-security-bom from 6.1.0 to 6.1.1
    dkfellows committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5d202c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b105a1 View commit details
    Browse the repository at this point in the history
  7. Tidy up after merge

    dkfellows committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    58de4b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8d94578 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    2e772e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Bump hibernate-validator from 8.0.0.Final to 8.0.1.Final

    Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 8.0.0.Final to 8.0.1.Final.
    - [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt)
    - [Commits](hibernate/hibernate-validator@8.0.0.Final...8.0.1.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate.validator:hibernate-validator
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d1f9e88 View commit details
    Browse the repository at this point in the history
  2. Bump spring.boot.version from 3.1.0 to 3.1.1

    Bumps `spring.boot.version` from 3.1.0 to 3.1.1.
    
    Updates `spring-boot-maven-plugin` from 3.1.0 to 3.1.1
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.1.0...v3.1.1)
    
    Updates `spring-boot-dependencies` from 3.1.0 to 3.1.1
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    8edf1cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #920 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/org.hibernate.validator-hibernate-validator-8.0.1.Final
    
    Bump hibernate-validator from 8.0.0.Final to 8.0.1.Final
    dkfellows committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    2782ff6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #922 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/spring.boot.version-3.1.1
    
    Bump spring.boot.version from 3.1.0 to 3.1.1
    dkfellows committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0d216c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    10ed1a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    abea966 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    f23c1fe View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    70579be View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    9be0dc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    472283c View commit details
    Browse the repository at this point in the history
  3. Bump spring.version from 6.0.10 to 6.0.11

    Bumps `spring.version` from 6.0.10 to 6.0.11.
    
    Updates `spring-framework-bom` from 6.0.10 to 6.0.11
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.10...v6.0.11)
    
    Updates `spring-test` from 6.0.10 to 6.0.11
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.10...v6.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    35e7c35 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #942 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/spring.version-6.0.11
    
    Bump spring.version from 6.0.10 to 6.0.11
    dkfellows committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3f20934 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Bump spring-security-bom from 6.1.1 to 6.1.2

    Bumps [spring-security-bom](https://github.com/spring-projects/spring-security) from 6.1.1 to 6.1.2.
    - [Release notes](https://github.com/spring-projects/spring-security/releases)
    - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - [Commits](spring-projects/spring-security@6.1.1...6.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.security:spring-security-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    607c8e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Merge pull request #945 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/org.springframework.security-spring-security-bom-6.1.2
    
    Bump spring-security-bom from 6.1.1 to 6.1.2
    dkfellows committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1b494e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    b98050e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    262b2c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Bump spring.boot.version from 3.1.1 to 3.1.2

    Bumps `spring.boot.version` from 3.1.1 to 3.1.2.
    
    Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.1 to 3.1.2
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.1.1...v3.1.2)
    
    Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.1 to 3.1.2
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.1.1...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7b1f027 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Merge pull request #964 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/spring.boot.version-3.1.2
    
    Bump spring.boot.version from 3.1.1 to 3.1.2
    dkfellows committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    794d421 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    bb294a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    cd04bdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad330d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2451ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    409bd60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e168fb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    8216204 View commit details
    Browse the repository at this point in the history
  2. Bump error-prone.version from 2.20.0 to 2.21.1

    Bumps `error-prone.version` from 2.20.0 to 2.21.1.
    
    Updates `com.google.errorprone:error_prone_annotations` from 2.20.0 to 2.21.1
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.20.0...v2.21.1)
    
    Updates `com.google.errorprone:error_prone_core` from 2.20.0 to 2.21.1
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.20.0...v2.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_annotations
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    acf833c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #986 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/error-prone.version-2.21.1
    
    Bump error-prone.version from 2.20.0 to 2.21.1
    dkfellows committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    92b6f80 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    5587967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c057ef View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    365f275 View commit details
    Browse the repository at this point in the history
  2. Bump org.testcontainers:testcontainers-bom from 1.18.3 to 1.19.0

    Bumps [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) from 1.18.3 to 1.19.0.
    - [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
    - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
    - [Commits](testcontainers/testcontainers-java@1.18.3...1.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.testcontainers:testcontainers-bom
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    aa039f6 View commit details
    Browse the repository at this point in the history
  3. Bump org.jboss.resteasy:resteasy-client from 6.2.4.Final to 6.2.5.Final

    Bumps [org.jboss.resteasy:resteasy-client](https://github.com/resteasy/resteasy) from 6.2.4.Final to 6.2.5.Final.
    - [Release notes](https://github.com/resteasy/resteasy/releases)
    - [Commits](resteasy/resteasy@6.2.4.Final...6.2.5.Final)
    
    ---
    updated-dependencies:
    - dependency-name: org.jboss.resteasy:resteasy-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a67ac7f View commit details
    Browse the repository at this point in the history
  4. Bump org.webjars:swagger-ui from 5.3.1 to 5.4.2

    Bumps [org.webjars:swagger-ui](https://github.com/webjars/swagger-ui) from 5.3.1 to 5.4.2.
    - [Commits](webjars/swagger-ui@swagger-ui-5.3.1...swagger-ui-5.4.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.webjars:swagger-ui
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    fb6fdbd View commit details
    Browse the repository at this point in the history
  5. Bump org.springframework.security:spring-security-bom

    Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.1.2 to 6.1.3.
    - [Release notes](https://github.com/spring-projects/spring-security/releases)
    - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - [Commits](spring-projects/spring-security@6.1.2...6.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.security:spring-security-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2968c7c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1001 from SpiNNakerManchester/dependabot/maven/sp…

    …ring-6/org.springframework.security-spring-security-bom-6.1.3
    
    Bump org.springframework.security:spring-security-bom from 6.1.2 to 6.1.3
    dkfellows committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    46f84bc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #999 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/org.jboss.resteasy-resteasy-client-6.2.5.Final
    
    Bump org.jboss.resteasy:resteasy-client from 6.2.4.Final to 6.2.5.Final
    dkfellows committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    888a6e4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1000 from SpiNNakerManchester/dependabot/maven/sp…

    …ring-6/org.webjars-swagger-ui-5.4.2
    
    Bump org.webjars:swagger-ui from 5.3.1 to 5.4.2
    dkfellows committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    078534b View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Merge pull request #998 from SpiNNakerManchester/dependabot/maven/spr…

    …ing-6/org.testcontainers-testcontainers-bom-1.19.0
    
    Bump org.testcontainers:testcontainers-bom from 1.18.3 to 1.19.0
    dkfellows committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a7d9700 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a32b24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c177e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    c4081dd View commit details
    Browse the repository at this point in the history
  2. Bump com.puppycrawl.tools:checkstyle from 10.12.2 to 10.12.3

    Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.12.2 to 10.12.3.
    - [Release notes](https://github.com/checkstyle/checkstyle/releases)
    - [Commits](checkstyle/checkstyle@checkstyle-10.12.2...checkstyle-10.12.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.puppycrawl.tools:checkstyle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    ac6a539 View commit details
    Browse the repository at this point in the history
  3. Bump spring.boot.version from 3.1.2 to 3.1.3

    Bumps `spring.boot.version` from 3.1.2 to 3.1.3.
    
    Updates `org.springframework.boot:spring-boot-starter` from 3.1.2 to 3.1.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.1.2...v3.1.3)
    
    Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.1.2 to 3.1.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.1.2...v3.1.3)
    
    Updates `org.springframework.boot:spring-boot-dependencies` from 3.1.2 to 3.1.3
    - [Release notes](https://github.com/spring-projects/spring-boot/releases)
    - [Commits](spring-projects/spring-boot@v3.1.2...v3.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.boot:spring-boot-starter
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework.boot:spring-boot-dependencies
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    96c4ecc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1022 from SpiNNakerManchester/dependabot/maven/sp…

    …ring-6/spring.boot.version-3.1.3
    
    Bump spring.boot.version from 3.1.2 to 3.1.3
    dkfellows committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3d9b4b6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1020 from SpiNNakerManchester/dependabot/maven/sp…

    …ring-6/com.puppycrawl.tools-checkstyle-10.12.3
    
    Bump com.puppycrawl.tools:checkstyle from 10.12.2 to 10.12.3
    dkfellows committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7005b41 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    23b8ed5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    826414d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    c38b31f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112c1f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    f66ac60 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    3c5fb9c View commit details
    Browse the repository at this point in the history
  2. Bump cxf.version from 4.0.2 to 4.0.3

    Bumps `cxf.version` from 4.0.2 to 4.0.3.
    
    Updates `org.apache.cxf:cxf-rt-frontend-jaxrs` from 4.0.2 to 4.0.3
    
    Updates `org.apache.cxf:cxf-spring-boot-starter-jaxrs` from 4.0.2 to 4.0.3
    
    Updates `org.apache.cxf:cxf-rt-rs-client` from 4.0.2 to 4.0.3
    
    Updates `org.apache.cxf:cxf-bom` from 4.0.2 to 4.0.3
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.cxf:cxf-rt-frontend-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-spring-boot-starter-jaxrs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-rt-rs-client
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.cxf:cxf-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bbb825b View commit details
    Browse the repository at this point in the history
  3. Bump spring.version from 6.0.11 to 6.0.12

    Bumps `spring.version` from 6.0.11 to 6.0.12.
    
    Updates `org.springframework:spring-framework-bom` from 6.0.11 to 6.0.12
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.11...v6.0.12)
    
    Updates `org.springframework:spring-test` from 6.0.11 to 6.0.12
    - [Release notes](https://github.com/spring-projects/spring-framework/releases)
    - [Commits](spring-projects/spring-framework@v6.0.11...v6.0.12)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework:spring-framework-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.springframework:spring-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    6d70448 View commit details
    Browse the repository at this point in the history
  4. Bump org.springframework.security:spring-security-bom

    Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.1.3 to 6.1.4.
    - [Release notes](https://github.com/spring-projects/spring-security/releases)
    - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
    - [Commits](spring-projects/spring-security@6.1.3...6.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.security:spring-security-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c339f21 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1070 from SpiNNakerManchester/dependabot/maven/sp…

    …ring-6/spring.version-6.0.12
    
    Bump spring.version from 6.0.11 to 6.0.12
    dkfellows committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    fc8a304 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1071 from SpiNNakerManchester/dependabot/maven/sp…

    …ring-6/org.springframework.security-spring-security-bom-6.1.4
    
    Bump org.springframework.security:spring-security-bom from 6.1.3 to 6.1.4
    dkfellows committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    59aa3ce View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1069 from SpiNNakerManchester/dependabot/maven/sp…

    …ring-6/cxf.version-4.0.3
    
    Bump cxf.version from 4.0.2 to 4.0.3
    dkfellows committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5fe15c6 View commit details
    Browse the repository at this point in the history