Skip to content

Commit

Permalink
Bump jboss-logging-modules.version from 3.0.3.Final to 3.0.4.Final (#556
Browse files Browse the repository at this point in the history
)

* Bump jboss-logging-modules.version from 3.0.3.Final to 3.0.4.Final

Bumps `jboss-logging-modules.version` from 3.0.3.Final to 3.0.4.Final.

Updates `org.jboss.logging:jboss-logging-annotations` from 3.0.3.Final to 3.0.4.Final
- [Release notes](https://github.com/jboss-logging/jboss-logging-tools/releases)
- [Commits](jboss-logging/jboss-logging-tools@3.0.3.Final...3.0.4.Final)

Updates `org.jboss.logging:jboss-logging-processor` from 3.0.3.Final to 3.0.4.Final
- [Release notes](https://github.com/jboss-logging/jboss-logging-tools/releases)
- [Commits](jboss-logging/jboss-logging-tools@3.0.3.Final...3.0.4.Final)

---
updated-dependencies:
- dependency-name: org.jboss.logging:jboss-logging-annotations
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jboss.logging:jboss-logging-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Trigger notification

* Bump actions/cache from 4.2.1 to 4.2.2 (#557)

* Bump actions/cache from 4.2.1 to 4.2.2

Bumps [actions/cache](https://github.com/actions/cache) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Trigger notification

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Borriello <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabio Borriello <[email protected]>
  • Loading branch information
dependabot[bot] and Fabio Borriello authored Mar 1, 2025
1 parent 17bf3e3 commit c35cb03
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-default-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Cache Maven repository"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: $HOME/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Cache Maven repository"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: $HOME/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
security-events: write
steps:
- name: "Cache Maven repository"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: $HOME/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/github-default-jdk11-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Cache Maven repository"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: $HOME/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand All @@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Cache Maven repository"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: $HOME/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
security-events: write
steps:
- name: "Cache Maven repository"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: $HOME/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-jdk11-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Cache Maven repository"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: $HOME/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Cache Maven repository"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: $HOME/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<!-- validation dependencies -->
<hibernate-validator.version>8.0.0.Final</hibernate-validator.version>
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
<jboss-logging-modules.version>3.0.3.Final</jboss-logging-modules.version>
<jboss-logging-modules.version>3.0.4.Final</jboss-logging-modules.version>
<slf4j-api.version>2.0.17</slf4j-api.version>
<glassfish.jakarta.el.version>4.0.2</glassfish.jakarta.el.version>
<!-- JaCoCo properties -->
Expand Down

0 comments on commit c35cb03

Please sign in to comment.