Skip to content

Commit

Permalink
Bump the gradle-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.openpnp:opencv](https://github.com/openpnp/opencv) | `4.7.0-0` | `4.9.0-0` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.0` | `5.10.1` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.10.0` | `5.10.1` |
| [org.junit.platform:junit-platform-commons](https://github.com/junit-team/junit5) | `1.10.0` | `1.10.1` |
| com.github.spotbugs | `5.2.1` | `6.0.4` |


Updates `org.openpnp:opencv` from 4.7.0-0 to 4.9.0-0
- [Release notes](https://github.com/openpnp/opencv/releases)
- [Commits](openpnp/opencv@v4.7.0...v4.9.0-0)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

Updates `org.junit.platform:junit-platform-commons` from 1.10.0 to 1.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

Updates `com.github.spotbugs` from 5.2.1 to 6.0.4

---
updated-dependencies:
- dependency-name: org.openpnp:opencv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.junit.platform:junit-platform-commons
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 812671f commit 0bfae8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'checkstyle'

// Spotbugs is a static analyzer for java
id 'com.github.spotbugs' version '5.2.1'
id 'com.github.spotbugs' version '6.0.4'
}

javafx {
Expand All @@ -37,7 +37,7 @@ repositories {
}

dependencies {
implementation 'org.openpnp:opencv:4.7.0-0'
implementation 'org.openpnp:opencv:4.9.0-0'
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'
Expand All @@ -50,9 +50,9 @@ dependencies {
implementation 'us.ihmc:jimStlMeshImporterJFX:0.7'

// Use JUnit test framework
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testRuntimeOnly 'org.junit.platform:junit-platform-commons:1.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-commons:1.10.1'
}

// JUnit 5 support
Expand Down

0 comments on commit 0bfae8e

Please sign in to comment.