From 326f40ecd72eac13fa893dc85ca50de5d6587904 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:36:36 +0000 Subject: [PATCH 1/2] Bump com.puppycrawl.tools:checkstyle from 13.8.0 to 13.10.0 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 13.8.0 to 13.10.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-13.8.0...checkstyle-13.10.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c15cee96..7ce3d91a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 3.6.0 3.2.8 0.11.0 - 13.8.0 + 13.10.0 1.0.0 0.13.0 5.4.0 From fdfe9c28afd1307ab5aee00c7bbb903364e0044c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:40:06 +0000 Subject: [PATCH 2/2] Fix trailing whitespace in application.properties Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com> --- .../xapi-server/src/main/resources/application.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/xapi-server/src/main/resources/application.properties b/samples/xapi-server/src/main/resources/application.properties index 31a5d713..0b0bb8b0 100644 --- a/samples/xapi-server/src/main/resources/application.properties +++ b/samples/xapi-server/src/main/resources/application.properties @@ -1,8 +1,8 @@ # The xAPI specification has extremely strict rules for API requests/responses formatting. -# Some activity providers do not conform to these rules. -# -# In some cases it may be desirable to turn off some or all of the rules in order to be compatible -# with a wider range of xAPI activity providers. However, doing this is in violation of the xAPI +# Some activity providers do not conform to these rules. +# +# In some cases it may be desirable to turn off some or all of the rules in order to be compatible +# with a wider range of xAPI activity providers. However, doing this is in violation of the xAPI # specification. xapi.model.validateProperties = true