chore: bump com.diffplug.spotless:spotless-maven-plugin (#2006)

Bumps [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) from 2.41.1 to 2.44.2.
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](https://github.com/diffplug/spotless/compare/maven/2.41.1...maven/2.44.2)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless:spotless-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-02-15 19:52:40 +01:00
committed by GitHub
parent 79ac5b7b99
commit 2a5b4385ea
6 changed files with 27 additions and 27 deletions

View File

@ -32,8 +32,8 @@ class AccessControlIntegrationTest extends IntegrationTest {
// create user
var userTemplate =
"""
{"username":"%s","password":"%s","admin": "true"}
""";
{"username":"%s","password":"%s","admin": "true"}
""";
RestAssured.given()
.when()
.relaxedHTTPSValidation()