Skip to content

Commit

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

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


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

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

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0)

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

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

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0)

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

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

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.14.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.14.0)

---
updated-dependencies:
- dependency-name: io.github.shafthq:SHAFT_ENGINE
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: io.github.shafthq:SHAFT_ENGINE
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: io.github.shafthq:SHAFT_ENGINE
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 26, 2025
1 parent 8400476 commit 96ba48c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 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>9.1.20250216</shaft_engine.version>
<shaft_engine.version>9.1.20250224</shaft_engine.version>
<aspectjweaver.version>1.9.22.1</aspectjweaver.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.14.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.4</junit-jupiter-engine.version>
<junit-jupiter-engine.version>5.12.0</junit-jupiter-engine.version>
</properties>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 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>9.1.20250216</shaft_engine.version>
<shaft_engine.version>9.1.20250224</shaft_engine.version>
<aspectjweaver.version>1.9.22.1</aspectjweaver.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.14.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.4</junit-jupiter-engine.version>
<junit-jupiter-engine.version>5.12.0</junit-jupiter-engine.version>
</properties>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 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>9.1.20250216</shaft_engine.version>
<shaft_engine.version>9.1.20250224</shaft_engine.version>
<aspectjweaver.version>1.9.22.1</aspectjweaver.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.14.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.4</junit-jupiter-engine.version>
<junit-jupiter-engine.version>5.12.0</junit-jupiter-engine.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 96ba48c

Please sign in to comment.