Skip to content

Commit

Permalink
Bump the dev-dependencies group across 3 directories with 2 updates (#…
Browse files Browse the repository at this point in the history
…280)

Bumps the dev-dependencies group with 2 updates in the /GUI_Web directory: [io.github.shafthq:SHAFT_ENGINE](https://github.com/ShaftHQ/SHAFT_ENGINE) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5).
Bumps the dev-dependencies group with 2 updates in the /GUI_Web_Basic directory: [io.github.shafthq:SHAFT_ENGINE](https://github.com/ShaftHQ/SHAFT_ENGINE) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5).
Bumps the dev-dependencies group with 2 updates in the /GUI_Web_Cucumber directory: [io.github.shafthq:SHAFT_ENGINE](https://github.com/ShaftHQ/SHAFT_ENGINE) and [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5).


Updates `io.github.shafthq:SHAFT_ENGINE` from 8.4.20241024 to 9.1.20250203
- [Release notes](https://github.com/ShaftHQ/SHAFT_ENGINE/releases)
- [Commits](ShaftHQ/SHAFT_ENGINE@8.4.20241024...9.1.20250203)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `io.github.shafthq:SHAFT_ENGINE` from 8.4.20241024 to 9.1.20250203
- [Release notes](https://github.com/ShaftHQ/SHAFT_ENGINE/releases)
- [Commits](ShaftHQ/SHAFT_ENGINE@8.4.20241024...9.1.20250203)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `io.github.shafthq:SHAFT_ENGINE` from 8.4.20241024 to 9.1.20250203
- [Release notes](https://github.com/ShaftHQ/SHAFT_ENGINE/releases)
- [Commits](ShaftHQ/SHAFT_ENGINE@8.4.20241024...9.1.20250203)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

---
updated-dependencies:
- dependency-name: io.github.shafthq:SHAFT_ENGINE
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.github.shafthq:SHAFT_ENGINE
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.github.shafthq:SHAFT_ENGINE
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-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 Feb 17, 2025
1 parent 20d146f commit d674ef7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions GUI_Web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

<properties>
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
<shaft_engine.version>8.4.20241024</shaft_engine.version>
<shaft_engine.version>9.1.20250203</shaft_engine.version>
<aspectjweaver.version>1.9.22.1</aspectjweaver.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<surefire-testng.version>3.5.2</surefire-testng.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<junit-jupiter-engine.version>5.11.3</junit-jupiter-engine.version>
<junit-jupiter-engine.version>5.11.4</junit-jupiter-engine.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions GUI_Web_Basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

<properties>
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
<shaft_engine.version>8.4.20241024</shaft_engine.version>
<shaft_engine.version>9.1.20250203</shaft_engine.version>
<aspectjweaver.version>1.9.22.1</aspectjweaver.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<surefire-testng.version>3.5.2</surefire-testng.version>
<junit-jupiter-engine.version>5.11.3</junit-jupiter-engine.version>
<junit-jupiter-engine.version>5.11.4</junit-jupiter-engine.version>
</properties>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions GUI_Web_Cucumber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

<properties>
<!-- Make sure you point to the latest release version: https://github.com/ShaftHQ/SHAFT_ENGINE/releases -->
<shaft_engine.version>8.4.20241024</shaft_engine.version>
<shaft_engine.version>9.1.20250203</shaft_engine.version>
<aspectjweaver.version>1.9.22.1</aspectjweaver.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<surefire-testng.version>3.5.2</surefire-testng.version>
<junit-jupiter-engine.version>5.11.3</junit-jupiter-engine.version>
<junit-jupiter-engine.version>5.11.4</junit-jupiter-engine.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit d674ef7

Please sign in to comment.