Upgrade to Spring Java Format 0.0.43

This commit is contained in:
Andy Wilkinson
2024-09-30 11:20:23 +01:00
parent e40fa5e723
commit 694f28e030
2 changed files with 3 additions and 3 deletions

View File

@@ -4,6 +4,6 @@ org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
org.gradle.parallel=true
javaFormatVersion=0.0.41
javaFormatVersion=0.0.43
jmustacheVersion=1.15
springFrameworkVersion=6.1.13

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2023 the original author or authors.
* Copyright 2014-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -153,7 +153,7 @@ final class JsonFieldPath {
/**
* The path identifies multiple items in the payload.
*/
MULTI;
MULTI
}