This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 67488727f1 build(deps): bump logback.version from 1.4.12 to 1.4.13
(#1229)
67488727f1 is described below
commit 67488727f1ae843008f6fca7cd41795504c249d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 29 16:06:53 2023 +0100
build(deps): bump logback.version from 1.4.12 to 1.4.13 (#1229)
Bumps `logback.version` from 1.4.12 to 1.4.13.
Updates `ch.qos.logback:logback-classic` from 1.4.12 to 1.4.13
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.12...v_1.4.13)
Updates `ch.qos.logback:logback-core` from 1.4.12 to 1.4.13
- [Commits](https://github.com/qos-ch/logback/compare/v_1.4.12...v_1.4.13)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 11fcfa537a..7059ce049f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,7 +143,7 @@
<jserialcom.version>2.10.4</jserialcom.version>
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<junit.platform.version>1.8.2</junit.platform.version>
- <logback.version>1.4.12</logback.version>
+ <logback.version>1.4.13</logback.version>
<maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
<milo.version>0.6.11</milo.version>
<mockito.version>5.7.0</mockito.version>