This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new 9f24082 Bump ch.qos.logback:logback-classic from 1.3.7 to 1.3.11
9f24082 is described below
commit 9f24082a88f0154f733dd210b763b5a5177c43a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 10 08:00:44 2023 +0000
Bump ch.qos.logback:logback-classic from 1.3.7 to 1.3.11
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback)
from 1.3.7 to 1.3.11.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.3.7...v_1.3.11)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b219e7f..1c11381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,7 +191,7 @@ under the License.
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.3.7</version>
+ <version>1.3.11</version>
<scope>test</scope>
</dependency>
<dependency>