Skip to content

Commit

Permalink
Bump logback.version from 1.5.0 to 1.5.1 (#59)
Browse files Browse the repository at this point in the history
* Bump logback.version from 1.5.0 to 1.5.1

Bumps `logback.version` from 1.5.0 to 1.5.1.

Updates `ch.qos.logback:logback-core` from 1.5.0 to 1.5.1
- [Commits](https://github.com/qos-ch/logback/commits)

Updates `ch.qos.logback:logback-classic` from 1.5.0 to 1.5.1
- [Commits](https://github.com/qos-ch/logback/commits)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Now requiring Maven >= 3.9.6 to build

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francesco Chicchiriccò <[email protected]>
  • Loading branch information
dependabot[bot] and ilgrosso authored Feb 29, 2024
1 parent 515943b commit 2baeb91
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
distribution: 'zulu'
java-version: 17

- name: Setup Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6

- name: Cache local Maven repository
uses: actions/cache@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
distribution: 'zulu'
java-version: 17

- name: Setup Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6

- name: Cache local Maven repository
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<hsqldb.version>2.7.2</hsqldb.version>
<dbunit.version>2.7.3</dbunit.version>

<logback.version>1.5.0</logback.version>
<logback.version>1.5.1</logback.version>

<junit.version>5.10.2</junit.version>

Expand Down

0 comments on commit 2baeb91

Please sign in to comment.