Skip to content

Commit ce615bb

Browse files
authored
Merge branch 'main' into 139-missing-tffunction-parameters
2 parents 20b4418 + 876ec57 commit ce615bb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Fixes # .
2828
1. Test B. Result.
2929
1. Test .... Result ...
3030

31-
3231
## Final Checks
3332

3433
- [ ] The changes I am proposing meet the expectations I have described above.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434
<jacoco-version>0.8.8</jacoco-version>
3535
<maven-checkstyle-plugin-version>3.2.1</maven-checkstyle-plugin-version>
36-
<checkstyle-version>10.8.0</checkstyle-version>
36+
<checkstyle-version>10.9.2</checkstyle-version>
3737
<junit-version>4.13.2</junit-version>
3838
<eclipse-site>http://download.eclipse.org/releases/${platform-version-name}</eclipse-site>
3939
<platform-version-name>2022-09</platform-version-name>

0 commit comments

Comments
 (0)