We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 666382d commit c900bf3Copy full SHA for c900bf3
2 files changed
.gitignore
@@ -38,8 +38,6 @@ experimental/aws-lambda-java-profiler/integration_tests/helloworld/bin
38
.vscode
39
.kiro
40
build
41
-<<<<<<< HEAD
42
-=======
43
44
# Logs
45
*.log
@@ -52,5 +50,4 @@ build
52
50
*.swo
53
51
54
# Tool version manager
55
->>>>>>> 45b43fe (chore: adding other files to .gitignore)
56
mise.toml
aws-lambda-java-events/pom.xml
@@ -39,11 +39,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jackson.version>2.20.1</jackson.version>
<json.unit>2.40.1</json.unit>
- <junit-jupiter.version>5.12.2</junit-jupiter.version>
<junit-jupiter.version>5.14.3</junit-jupiter.version>
46
->>>>>>> 7946ec4 (build: upgrading junit-jupiter everywhere)
47
</properties>
48
49
<distributionManagement>
0 commit comments