deps: update dependency org.graalvm.buildtools:native-maven-plugin to… · googleapis/java-logging@3c44e3e (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 3c44e3e
File tree
1 file changed
lines changed
- samples/native-image-sample
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -136,7 +136,7 @@ | ||
136 | 136 | <plugin> |
137 | 137 | <groupId>org.graalvm.buildtools</groupId> |
138 | 138 | <artifactId>native-maven-plugin</artifactId> |
139 | - <version>0.9.9</version> | |
139 | + <version>0.9.10</version> | |
140 | 140 | <extensions>true</extensions> |
141 | 141 | <configuration> |
142 | 142 | <mainClass>com.example.logging.NativeImageLoggingSample</mainClass> |