Skip to content

Commit

Permalink
Bump the gradle-dependencies group with 3 updates (#42)
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 3 updates: [org.apache.commons:commons-csv](https://github.com/apache/commons-csv), [com.google.code.gson:gson](https://github.com/google/gson) and com.github.spotbugs.


Updates `org.apache.commons:commons-csv` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-csv@rel/commons-csv-1.10.0...rel/commons-csv-1.11.0)

Updates `com.google.code.gson:gson` from 2.10.1 to 2.11.0
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.10.1...gson-parent-2.11.0)

Updates `com.github.spotbugs` from 6.0.13 to 6.0.15

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.google.code.gson:gson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 2a35c60 commit 6b1a253
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
// Checkstyle enforces consistent formatting rules across the project.
id 'checkstyle'
// Spotbugs is a static analyzer for java
id 'com.github.spotbugs' version '6.0.13'
id 'com.github.spotbugs' version '6.0.15'
// With this plugin, we can build a Windows executable
id 'edu.sc.seis.launch4j' version '3.0.5'
}
Expand All @@ -39,8 +39,8 @@ dependencies {
implementation 'org.hamcrest:hamcrest-core:2.2'
implementation 'com.massisframework.jme3:jme3-core:3.1.0-beta2'
implementation 'org.apache.commons:commons-math3:3.6.1'
implementation 'org.apache.commons:commons-csv:1.10.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.apache.commons:commons-csv:1.11.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'org.json:json:20240303'

// Use JavaFX MeshImporter for STL files
Expand Down

0 comments on commit 6b1a253

Please sign in to comment.