We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aeb896e + 1426460 commit 5f7c4eeCopy full SHA for 5f7c4ee
.gitpod.dockerfile
@@ -1,4 +1,4 @@
1
-FROM gitpod/workspace-java-21:2024-06-26-08-49-45
+FROM gitpod/workspace-java-21:2024-07-02-14-18-47
2
3
ENV LLVM_SCRIPT="tmp_llvm.sh"
4
pom.xml
@@ -125,7 +125,7 @@
125
<plugin>
126
<groupId>com.github.spotbugs</groupId>
127
<artifactId>spotbugs-maven-plugin</artifactId>
128
- <version>4.8.6.1</version>
+ <version>4.8.6.2</version>
129
<configuration>
130
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
131
<includeTests>true</includeTests>
0 commit comments