Skip to content

Commit 925ee2d

Browse files
chore(deps): bump ch.qos.logback:logback-classic from 1.5.16 to 1.5.17 (#297)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.16 to 1.5.17. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.16...v_1.5.17) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic 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>
1 parent ea518e9 commit 925ee2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plc4j/examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<app.main.class>override-this-property-in-application-pom</app.main.class>
4040

4141
<commons-cli.version>1.9.0</commons-cli.version>
42-
<logback.version>1.5.16</logback.version>
42+
<logback.version>1.5.17</logback.version>
4343
<slf4j.version>2.0.16</slf4j.version>
4444
</properties>
4545

plc4j/tools/opcua-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>ch.qos.logback</groupId>
147147
<artifactId>logback-classic</artifactId>
148-
<version>1.5.16</version>
148+
<version>1.5.17</version>
149149
</dependency>
150150
<dependency>
151151
<groupId>commons-io</groupId>

plc4j/tools/plc4x-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>ch.qos.logback</groupId>
146146
<artifactId>logback-classic</artifactId>
147-
<version>1.5.16</version>
147+
<version>1.5.17</version>
148148
<!-- Explicitly override the scope to compile to include these -->
149149
<scope>compile</scope>
150150
</dependency>

0 commit comments

Comments
 (0)